|
From: Jorgen B. <sol...@xs...> - 2005-11-20 17:27:28
|
It must be something I am doing VERY wrong. I am simply not succeeding in running Superversion under linux. I had this same problem once before and I could suffice by changing the PATH variable to make Superversion run, but that does not work either anymore. This is what I did; - Download superversion - Put it in a ~/bin/superversion dir - sh superversion.sh En whatever I try, it cannot find the classes; jorg@burgess:~/bin/superversion> sh superversion.sh Exception in thread "main" java.lang.NoClassDefFoundError: drjava/superversion/gui/Main And this is the script: #!/bin/sh cd ~/bin/superversion export CLASSPATH=log4j.jar:smyle.jar:superversion.jar:toniclf.jar:fontchooser.jar:buttonbar.jar java -cp $CLASSPATH -mx256m drjava.superversion.gui.Main I tried webstart once, and it seems to fire superversion. The second time this failed as well. Can someone help me ? I am getting desperate with this java problem ... - Jorgen |