PR162: Make class init protection aware of multiple threads.
[cacao.git] / contrib / setenvinstalled.in
index bf14d6941ae9b6f8883bb9aeb7d7ebe801507e04..5f9eb541804c988686923dbdb6e00c3f1c305f79 100644 (file)
@@ -1,5 +1,6 @@
-# sets the environment variables when GNU classpath is installed, but
-# CACAO not
+# Sets the environment variables properly when GNU Classpath is
+# installed, but CACAO is not.
 
-export BOOTCLASSPATH=$PWD/src/lib/@VM_ZIP_STRING@:@CLASSPATH_PREFIX@/share/classpath/@GLIBJ_ZIP_STRING@
 export PATH=$PWD/src/cacao:$PATH
+export LD_LIBRARY_PATH=$PWD/src/cacao/.libs
+export BOOTCLASSPATH=$PWD/src/classes/vm.zip:@JAVA_RUNTIME_LIBRARY_CLASSES@