resin配置运行错误Resin can't load com.sun.tools.javac.Main

虽然安装了JDK,但是还需要检查如下图所示,server - resin - jdk是否选择了安装的jdk

1、安装

resin配置运行错误Resin can't load com.sun.tools.javac.Main

2、检查

 

resin配置运行错误Resin can't load com.sun.tools.javac.Main

3、修改配置文件访问自已的页面(resin.conf)

 <web-app id="/" root-directory="D:\MyEclipseTest\workplace_resin\resintest"/>

  <server-default>
      <!-- The http port -->
      <http address="*" port="8082"/>

4、在项目里新建一个index.jsp文件,IE访问http://localhost:8082 OK。