Can anyone give me some advice on this? I know that I have Java installed "properly" as I can run NetBeans3.5. I did a windows and just downloaded the bin and double-clicked. NetBeans works fine but I have tried to install BlueJ and now Anyj and I get these messages... Is it that JRE is not installed properly? How do i find out? What would you recommend I do to keep NetBeans working (I quite like it, though I know you are all probably going to tell me I should use JBuilder...) but be able to install other IDEs? Cheers anton ps. I am following the install instructions...
# java -jar anyj4.3.7-linux.jar Warning: -jar not understood. Ignoring. Exception in thread "main" java.lang.NoClassDefFoundError: anyj4.3.7-linux.jar at 0x40267aab: java.lang.Throwable.Throwable(java.lang.String) (/usr/lib/./libgcj.so.3) at 0x40259640: java.lang.Error.Error(java.lang.String) (/usr/lib/./libgcj.so.3) at 0x4025b440: java.lang.LinkageError.LinkageError(java.lang.String) (/usr/lib/./libgcj.so.3) at 0x4025cad0: java.lang.NoClassDefFoundError.NoClassDefFoundError(java.lang.String) (/usr/lib/./libgcj.so.3) at 0x402b184f: gnu.gcj.runtime.FirstThread.run() (/usr/lib/./libgcj.so.3) at 0x4024cfbc: _Jv_ThreadRun(java.lang.Thread) (/usr/lib/./libgcj.so.3) at 0x40219cdc: _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/./libgcj.so.3) at 0x08048920: ?? (??:0) at 0x406aa7f7: __libc_start_main (/lib/i686/libc.so.6) at 0x080486c1: ?? (??:0)
