X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=contrib%2Fsetenvinstalled.in;h=5f9eb541804c988686923dbdb6e00c3f1c305f79;hb=HEAD;hp=d9abeb3ac824e0beb70f78fece2a667c85b535d8;hpb=b266d664f3a48580b8042adca8b62f68426ac7cc;p=cacao.git diff --git a/contrib/setenvinstalled.in b/contrib/setenvinstalled.in index d9abeb3ac..5f9eb5418 100644 --- a/contrib/setenvinstalled.in +++ b/contrib/setenvinstalled.in @@ -1,6 +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 PATH=$PWD/src/cacao:$PATH export LD_LIBRARY_PATH=$PWD/src/cacao/.libs -export BOOTCLASSPATH=$PWD/src/lib/vm.zip:@CLASSPATH_CLASSES@ +export BOOTCLASSPATH=$PWD/src/classes/vm.zip:@JAVA_RUNTIME_LIBRARY_CLASSES@