[Scrollrack-devel] scrollrack errors
Brought to you by:
svalente
|
From: Brian A. <bri...@gm...> - 2006-12-08 18:49:34
|
I am unable to install scrollrack.
I have installed all packages that refer to swt. I have installed smack, and
the scrollrack package.
At first I received this error:
/usr/bin/scrollrack: line 3: build-classpath: command not found
/usr/bin/scrollrack: line 4: build-classpath: command not found
/usr/bin/scrollrack: line 5: build-classpath: command not found
Exception in thread "main" java.lang.NoClassDefFoundError:
net/sourceforge/scrollrack/Game
I was able to correct this by installing the free-java-sdk package on
ubuntu.
I now receive this error: ./scrollrack
./scrollrack: line 3: build-classpath: command not found
./scrollrack: line 4: build-classpath: command not found
./scrollrack: line 5: build-classpath: command not found
java.lang.ClassNotFoundException: net.sourceforge.scrollrack.Game not found
in java.lang.ClassLoader$1{urls=[file:/usr/bin/./,file:/usr/bin/./],
parent=null}
at java.net.URLClassLoader.findClass (URLClassLoader.java:841)
at java.lang.ClassLoader.loadClass (ClassLoader.java:360)
at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1285)
at java.lang.ClassLoader.loadClass (ClassLoader.java:304)
at java.lang.VirtualMachine.main (VirtualMachine.java:99)
Perhaps a more detailed list of package requirments are in order?
I am not certain exactly how to install swt by the link on the eclipse
webpage, as it is a .zip file and not tar.gz or any sort of package.
Any help with this would be appreciated.
|