PDA

View Full Version : [ubuntu] IB TWS Install



deeperinits
January 18th, 2013, 04:27 AM
Have seen the thread here, and can someone help explain this error message?

Thanks

____@ubuntu:~$ cd IB
____@ubuntu:~/IB$ java -cp jts.jar:hsqldb.jar:jcommon-1.0.12.jar:jfreechart-1.0.9.jar:jhall.jar:other.jar:rss.jar -Xmx512M -XX:MaxPermSize=128M jclient.LoginFrame .
Exception in thread "main" java.lang.NoClassDefFoundError: jclient/LoginFrame
Caused by: java.lang.ClassNotFoundException: jclient.LoginFrame
at java.net.URLClassLoader$1.run(URLClassLoader.java: 217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 21)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 66)
Could not find the main class: jclient.LoginFrame. Program will exit.
____@ubuntu:~/IB$