q29191 发表于 2017-2-20 08:06:51

resin编译问题

  今天部署时出现了下面的错误:

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.

  在参考了:
  http://www.wozaishuo.com.cn/article.asp?id=258
  http://www.chedong.com/tech/resin.html
  之后发现
页: [1]
查看完整版本: resin编译问题