summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/files/java
Commit message (Collapse)AuthorAgeFilesLines
* jamvm/java: allow spaces in argumentsRiku Voipio2013-10-011-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 scriptHenning Heinold2013-09-291-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