当前位置: 技术问答>java相关
j2ee的配置问题,我用的是win98
来源: 互联网 发布时间:2015-08-24
本文导语: 我在autoexe.bat中配置了j2ee的路径如下: SET PATH=c:j2ee1.3.1bin;%PATH% SET CLASSPATH=c:j2sdkee1.3.1bintestclass; 我在编译java程序时出现Httpservlet 出现异常 我的j2ee可能配置有问题,我不知道错在那里, 因为我用j2sdk的时候配置也是...
我在autoexe.bat中配置了j2ee的路径如下:
SET PATH=c:j2ee1.3.1bin;%PATH%
SET CLASSPATH=c:j2sdkee1.3.1bintestclass;
我在编译java程序时出现Httpservlet 出现异常
我的j2ee可能配置有问题,我不知道错在那里,
因为我用j2sdk的时候配置也是这样的,我就可以编译没什么问题呀,清高手指点
SET PATH=c:j2ee1.3.1bin;%PATH%
SET CLASSPATH=c:j2sdkee1.3.1bintestclass;
我在编译java程序时出现Httpservlet 出现异常
我的j2ee可能配置有问题,我不知道错在那里,
因为我用j2sdk的时候配置也是这样的,我就可以编译没什么问题呀,清高手指点
|
something is wrong
it must be:
SET PATH=c:jdkbin;%PATH%
it must be:
SET PATH=c:jdkbin;%PATH%
|
1.Download and install the J2SE SDK 1.3.1, J2EE SDK 1.3, and ant.
2.The installation instructions for the J2SE SDK, J2EE SDK, and ant explain how to set the required environment variables. Verify that the environment variables
Environment Variable Value
JAVA_HOME The location of the J2SE SDK installation.
J2EE_HOME The location of the J2EE SDK installation.
PATH Should include the bin directories of the J2EE SDK, J2SE SDK installations.
2.The installation instructions for the J2SE SDK, J2EE SDK, and ant explain how to set the required environment variables. Verify that the environment variables
Environment Variable Value
JAVA_HOME The location of the J2SE SDK installation.
J2EE_HOME The location of the J2EE SDK installation.
PATH Should include the bin directories of the J2EE SDK, J2SE SDK installations.