Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jamvm/java: allow spaces in arguments | Riku Voipio | 2013-10-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | Current IFS mangling blows up on the face: | configure:2341: javac -classpath .: Test.java | Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b Simpler command line expansion works just as easy. * fixed placeholder path by Henning Heinold Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> | ||||
* | jamvm-native: separate bootclasspath out into shell script | Henning Heinold | 2013-09-29 | 1 | -0/+6 |
* instead of hardcode BCP and LD_LIBRARY_PATH into serval files use a shell script and set them there * this allow us again to use other vms for java-native |