虽然安装了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。

 

 

相关文章:

  • 2021-10-14
  • 2021-10-04
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-08-01
  • 2021-06-14
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2019-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
相关资源
相似解决方案