diff options
Diffstat (limited to 'recipes-core/jamvm/files/java')
| -rwxr-xr-x | recipes-core/jamvm/files/java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-core/jamvm/files/java b/recipes-core/jamvm/files/java new file mode 100755 index 0000000..27cf094 --- /dev/null +++ b/recipes-core/jamvm/files/java | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | IFS="" | ||
| 4 | export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:STAGING_LIBDIR_NATIVE/classpath:STAGING_LIBDIR_NATIVE/jamvm" | ||
| 5 | export BOOTCLASSPATH="STAGING_DATADIR_NATIVE/jamvm/classes.zip:STAGING_DATADIR_NATIVE/classpath/glibj.zip" | ||
| 6 | exec jamvm ${1+"$@"} | ||
