X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=contrib%2Fsetenvinstalled.in;h=5f9eb541804c988686923dbdb6e00c3f1c305f79;hb=HEAD;hp=69f10302eb8da9839e1a1acade46d6358a79e866;hpb=d2cf3994fafb0066c2da0a4ae6d6fe389b3df074;p=cacao.git diff --git a/contrib/setenvinstalled.in b/contrib/setenvinstalled.in index 69f10302e..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_GLIBJ_ZIP@ +export BOOTCLASSPATH=$PWD/src/classes/vm.zip:@JAVA_RUNTIME_LIBRARY_CLASSES@