summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/files
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
* meta-java: initial commitHenning Heinold2011-11-261-0/+17
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native