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
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/tangcx/archive/2008/05/04/2383481.aspx
分享到:
相关推荐
myeclipse-ci-2018.12.0-online-installer-windows 下载 myeclipse-ci-2018.12.0-online-installer-windows 下载 myeclipse-ci-2018.12.0-online-installer-windows 下载 myeclipse-ci-2018.12.0-online-installer-...
myeclipse2021.5.24a
myeclipse下配置resin服务器.doc 非常给力的文档!
在MyEclipse的这个版本中,这个补丁可能包含了对之前版本的错误修复,或者针对特定问题的优化,使得整体使用体验更加稳定和高效。 综上所述,MyEclipse 2021.5.24a不仅代表了软件技术的前沿,也是程序爱好者探索和...
MyEclipse_6.6.0_E3.3.2_Installer.z04
《MyEclipse 2021.5.24a:强大的Java集成开发环境详解》 MyEclipse,作为一款深受开发者喜爱的Java集成开发环境(Integrated Development Environment,简称IDE),自发布以来就以其强大的功能和优秀的用户体验赢得...
本文将详细介绍如何在 MyEclipse 下配置 Resin 服务器,以便开发者能够在 MyEclipse 环境中直接运行和调试基于 Resin 的 Java Web 应用。 #### 配置步骤 ##### 第一步:复制并修改 Resin 配置文件 1. **复制配置...
在Java开发环境中,我们经常会遇到`java.lang.NoClassDefFoundError`这个异常,这是一个运行时错误,通常发生在尝试执行一个包含对某个类的引用,但系统无法找到该类的定义时。在这个特定的问题中,错误涉及到`org....
该开发包是解决 JavaMail 发送邮件报错:java.lang.NoClassDefFoundError: com/sun/mail/util/LineInputStream错误 ava.lang.NoClassDefFoundError: com/sun/mail/util/LineInputStream 使用方法: 将javaee.jar ...
com/sun/mail/util/LineInputStream错误 原因: MyEclipse6.5的javaee.jar中的mail包与JavaMail包有冲突。 解决: 在MyEclipse目录下(D:\Program Files\MyEclipse 6.5\myeclipse\eclipse\plugins\...
通过以上方法,通常可以有效解决Myeclipse下出现的`java.lang.OutOfMemoryError: Java heap space`问题。需要注意的是,在调整JVM参数时应当根据实际情况合理设置,以免造成资源浪费或者性能下降。同时也要持续关注...
Myeclipse-2014-GA-破解文件.rar使用了几个还是这个有用,并且修复了用其他破解软件破解导致的打不来的问题。
MyEclipse的在线安装包,下载后直接联网运行即可!
myeclipse.10.0.更新发布].myeclipse-10.0-offline-installer-windows.part03 myeclipse.10.0.更新发布].myeclipse-10.0-offline-installer-windows.part03 myeclipse.10.0.更新发布].myeclipse-10.0-offline-...
最新myeclipse-ci-2019.4.0破解文件,能破解2018和2019等多种版本,方法请参照下载的压缩包里面的word文档。本人亲测才推荐,勿信者请不要浪费积分
【标题】"myeclipse-Register_运行class文件.rar" 提供的是关于在MyEclipse集成开发环境中运行Java类文件(.class)的相关资源。MyEclipse是Eclipse的一个扩展,专为Java开发者设计,支持多种Java应用开发,如Web、...
经验证,可靠。注意破解前先不要打开myeclipse文件。这个是根据2018.9版本改编而来 ,仅供交流学习使用,请勿用于商业!
在本文中,我们将深入探讨如何在MyEclipse集成开发环境中配置WebLogic服务器,特别是WebLogic 9.2版本。WebLogic是由BEA Systems(现已被Oracle收购)开发的一款企业级应用服务器,它支持J2EE标准,提供了一个用于...
myeclipse-2019.4.0破解
### 解决Myeclipse中断点不起作用的方法 在软件开发过程中,使用集成开发环境(IDE)进行代码调试是一项非常重要的工作。Myeclipse作为一款基于Eclipse平台的增强型Java IDE,深受许多开发者喜爱。然而,在使用过程...