J2EE forum : J2EE SDK download, FAQ, interest lists

Hello All,

Here's a Java forum specifically for the J2EE SDK!

Please post all your J2EE SDK related queries and experiences that will be helpful to fellow J2EE developers.

The downloadable bundle for J2EE SDK 1.3 beta 2 is now available at http://java.sun.com/j2ee/download.html#sdk

Please take a look at the FAQ at http://java.sun.com/j2ee/j2sdkee-beta/faq.html

If you are interested in joining a mailing list that caters to all your J2EE SDK needs, please join J2EE-INTEREST@java.sun.com

We will appreciate any kind of feedback that you wish to give, at J2EE-beta-feedback@sun.com.

Thank you for your interest in J2EE.

- J2EE team at Sun Microsystems

[716 byte] By [CameronBraid] at [2007-9-26 3:53:22]
# 1

I am having problems installing J2EE on both Linux and Windows machines. The error that is arising is the same on both platforms :

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/io/ValueHandlerImpl

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:496)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:117)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)

at java.net.URLClassLoader.access$300(URLClassLoader.java:69)

at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:544)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:203)

at java.lang.ClassLoader.loadClass(ClassLoader.java:325)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:380)

at java.lang.ClassLoader.loadClass(ClassLoader.java:257)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:212)

at org.omg.CORBA.ORB.create_impl(ORB.java:328)

at org.omg.CORBA.ORB.init(ORB.java:381)

at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:144)

at com.sun.enterprise.util.ORBManager.init(ORBManager.java:69)

at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:381)

at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:193)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:918)

Has anyone else experienced this problem ?

Am I missing something ?

CameronBraid at 2007-6-29 12:41:34 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Just to let anyone know how I solved this problem... I was using the IBM JDK 1.3, I changed over to the SUN JDK1.3 and it works now.
CameronBraid at 2007-7-1 9:53:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...