I get the following message when building and deploying the CMP tutorial example using the deployment tool for J2SDK1.3.1
The error is:
java.rmi.ServerError:Error occurred in server thread; nexted exception is:
java.lang.NoClassDefFoundError:com/sun/tools/javac/Main
The variables are set as follows
PATH=c:\j2sdkee1.3.1\bin;c:\j2eeant\jakarta-ant-1.3\bin;
SET JAVA_HOME=c:\j2sdkee1.3.1SET J2EE_HOME=c:\j2sdkee1.3.1
The userconfig.bat file contains:
set J2EE_CLASSPATH=c:\j2sdkee1.3.1\lib\j2ee.jar;
Any Ideas?
The error is:
java.rmi.ServerError:Error occurred in server thread; nexted exception is:
java.lang.NoClassDefFoundError:com/sun/tools/javac/Main
The variables are set as follows
PATH=c:\j2sdkee1.3.1\bin;c:\j2eeant\jakarta-ant-1.3\bin;
SET JAVA_HOME=c:\j2sdkee1.3.1SET J2EE_HOME=c:\j2sdkee1.3.1
The userconfig.bat file contains:
set J2EE_CLASSPATH=c:\j2sdkee1.3.1\lib\j2ee.jar;
Any Ideas?