#1 14.03.07 14:07
Resin + java
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.
java.lang.ClassNotFoundException: com.sun.tools.javac.Main
Resin-3.0.14 (built Thu, 31 Aug 2006 09:20:10 PDT)
чего нехватает?
Offline
#2 14.03.07 16:53
Re: Resin + java
ko_antoha написал(а):
Usually this means that the
JDK tools.jar is missing from the classpath, possibly because of using
a JRE instead of the JDK.
Offline
#4 14.03.07 23:26
Re: Resin + java
ko_antoha написал(а):
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.
Resin не может загрузить com.sun.tools.javac.Main. Обычно это происходит из-за того, что JDK tools.jar пропал из classpath, возможно из-за использования JRE в место JDK. Вы можете добавить tools.jar в classpath, или сменить компилятор на внешний компилятор строкой <java compiler='javac'/>.
Offline

