classpath(.;%java_home%\lib)path(%java_home%\bin)java_home(D:\JDK1.6)

解决方案 »

  1.   

    @wuyanxue
    怎么了? 没理解你的意思?能解决吗?
      

  2.   

    @yangwei19680827 就是这个网站 :
    http://211.65.116.9:8080/xsxt/显示就是这些内容 :500 Servlet Exception
    Resin can't load 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: sun.tools.javac.Main
    --------------------------------------------------------------------------------
    Resin 2.1.14 (built Thu Jul 1 18:39:55 PDT 2004) 请前辈帮一下忙!
      

  3.   

    我也出现这个问题了,然后修改resin.conf-----将<javac compiler="internal" args=""/>修改为<javac compiler="javac" args=""/>,运行成功了