X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=contrib%2Fsetenvinstalled.in;h=5f9eb541804c988686923dbdb6e00c3f1c305f79;hb=8bc0e27866628d9719a83ccc6201235ae6ec53c4;hp=2001be7b0a2ac1c8be6407c43a390675be85f792;hpb=79a48298d2001c879a3e22c9602736a569e5009b;p=cacao.git diff --git a/contrib/setenvinstalled.in b/contrib/setenvinstalled.in index 2001be7b0..5f9eb5418 100644 --- a/contrib/setenvinstalled.in +++ b/contrib/setenvinstalled.in @@ -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:@CLASSPATH_INSTALL_DIR@/share/classpath/glibj.zip 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@