can't load com.sun.tools.javac.Main
错误描述:
Resin can't load com.sun.tools.javac.Main. Usually this means that the
JDK tools.jar is missing from the classpath, possibly because of using
a JRE instead of the JDK. You can either add tools.jar to the classpath
or change the compiler to an external one with <java compiler='javac'/>
or jikes.
错误原因及解决方案:
This is a good question. All of the application servers supported by MyEclipse require a JDK to run, not a JRE. We would suggest navigating to Window > Preferences > MyEclipse > Application Servers > Resin > JDK, and clicking the "Add" button to add a new JDK configuration used to run this application server.
Also as one of our users, Ivo, pointed out, you maybe simply need to append the tools.jar file to your classpath under the "Paths" panel for the WebLogic connector you are using
本文来自优快云博客,转载请标明出处:http://blog.youkuaiyun.com/tangcx/archive/2008/05/04/2383481.aspx
错误描述:
Resin can't load com.sun.tools.javac.Main. Usually this means that the
JDK tools.jar is missing from the classpath, possibly because of using
a JRE instead of the JDK. You can either add tools.jar to the classpath
or change the compiler to an external one with <java compiler='javac'/>
or jikes.
错误原因及解决方案:
This is a good question. All of the application servers supported by MyEclipse require a JDK to run, not a JRE. We would suggest navigating to Window > Preferences > MyEclipse > Application Servers > Resin > JDK, and clicking the "Add" button to add a new JDK configuration used to run this application server.
Also as one of our users, Ivo, pointed out, you maybe simply need to append the tools.jar file to your classpath under the "Paths" panel for the WebLogic connector you are using
本文来自优快云博客,转载请标明出处:http://blog.youkuaiyun.com/tangcx/archive/2008/05/04/2383481.aspx
本文解决了一个常见的MyEclipse环境下Resin服务器启动时出现的can't load com.sun.tools.javac.Main错误。此错误通常是因为使用了JRE而非JDK,或者JDK的tools.jar文件未被正确包含在类路径中。解决方案包括添加新的JDK配置或将tools.jar文件添加到类路径中。
1731

被折叠的 条评论
为什么被折叠?



