Author: Pallav Nawani
Date: 21:58:44 10/05/05
Go up one level in this thread
Hello, It looks like you are using the GNU version of java. It is an incomplete version and rarely works. I don't understand why distros bundle that rubbish in their distributions. You should download sun's Jre and try using that. Note that Sun's Jre is not installed by default in /usr/bin so you will usually have to specify the full path. On my system, the path is: /usr/java/jre1.5.0_01/bin/java So now you can run shredder like so: /usr/java/jre1.5.0_01/bin/java -jar LinShredder.jar Or you can just create an alias in your .bashrc like so: alias java='/usr/java/jre1.5.0_01/bin/java' And then you can just say java -jar LinShredder.jar Hth, Pallav On October 05, 2005 at 18:49:01, Ryan B. wrote: >Use of Java is never a good thing. Bad things happen. > >[ryan@localhost ShredderClassic]# ./ShredderClassic >java is /usr/bin/java >Warning: -jar not understood. Ignoring. >Exception in thread "main" java.lang.NoClassDefFoundError: LinShredder.jar > at gnu.gcj.runtime.FirstThread.run() (/usr/lib64/libgcj.so.5.0.0) > at _Jv_ThreadRun(java.lang.Thread) (/usr/lib64/libgcj.so.5.0.0) > at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) >(/usr/lib64/libgcj.so.5.0.0) > at __gcj_personality_v0 >(/ShredderClassic/java.home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre) > at __libc_start_main (/lib64/tls/libc-2.3.3.so) > at _Jv_RegisterClasses >(/ShredderClassic/java.home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre) > > >Sigh.... Oh well not worth the time anyway, being a java app it is just going to >be slow and bug the hell out of me.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.