Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problem installing j2ee 1.4 sdk

843811Dec 7 2004 — edited Dec 14 2004
hi,
I'm having problems intalling j2eesdk-1_4-linux.bin onto Mandrake 9.

I can't execute the ./asadmin start-domain domain1 as instructed by the installation program.

I also want to install bluej-135.jar, but when I type java -jar bluej-135.jar I got this error:

Warning: -jar not understood. Ignoring.
Exception in thread "main" java.lang.NoClassDefFoundError: bluej-135.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: JvThreadRun(java.lang.Thread) (/usr/lib/./libgcj.so.3)
at 0x40219cdc: JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/./libgcj.so.3)
at 0x08048920: ?? (??:0)
at 0x406a87f7: __libc_start_main (/lib/i686/libc.so.6)
at 0x080486c1: ?? (??:0)

I'm very new to linux and have no idea what this means. All I want is to be able to install java onto my linux computer and blue j so that I could start learning java.

Hope someone can help.
Thanks.

from digitX.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2005
Added on Dec 7 2004
3 comments
199 views