Is j2eesdk1.3.1 supported in XP

This is the message I got when trying to run j2ee -verbose in Windows XP Home Edition

Microsoft Windows XP [Version 5.1.2600]

(C) Copyright 1985-2001 Microsoft Corp.

C:\>j2ee -verbose

J2EE server listen port: 1050

Naming service started:1050

Exception in thread "main" java.lang.NoSuchMethodError

at com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImp

l.java:1256)

at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(Sh

utdownUtilDelegate.java:223)

at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(Shutdown

UtilDelegate.java:178)

at javax.rmi.CORBA.Util.writeAny(Util.java:80)

at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.re

bind(Unknown Source)

at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188

)

at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:202

)

at javax.naming.InitialContext.rebind(InitialContext.java:370)

at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag

erImpl.java:192)

at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag

erImpl.java:149)

at com.sun.enterprise.server.J2EEServer.bindObject(J2EEServer.java:718)

at com.sun.enterprise.server.J2EEServer.createServerObject(J2EEServer.ja

va:473)

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

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

[1596 byte] By [fxleonardo] at [2007-9-18]
# 1
To have a reliable environment for J2EE ( even if it is for learning purposes) u atleast need a windows NT or win2000 platform. Venkat
vbalakri at 2007-7-4 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Isn't SUN suing Microsoft for taking Java out of Windows XP and asking $1 billion damage?Maybe XP won't care if it can run any version of Java if this is the case.PC
pengjuc at 2007-7-4 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 3
> To have a reliable environment for J2EE ( even if it> is for learning purposes) u atleast need a windows NT> or win2000 platform.> > VenkatSo, is XP a step back from NT? ;-)
ferhat.savci at 2007-7-4 > top of java,Enterprise & Remote Computing,Enterprise Technologies...