“PWC6345: There is an error in invoking javac.” error when using Jetty WTP plugin to deploy a JSP page on Jetty

后端 未结 14 1993
刺人心
刺人心 2020-11-30 00:54

I\'m trying to deploy a JSP-page on Jetty, using the Jetty WTP plugin for Eclipse. But I get the error below. It looks like Jetty can\'t find javac. Is there an

14条回答
  •  误落风尘
    2020-11-30 01:14

    You have planty solutions guys but I thought that it exist a solution better than fix the start.ini

    I lived the same problem and then I realize that it may be because I did have a JDK7 for 64bit while I should have a JDK7 for 32.

    So I fixed my problem by downloading and use the JDK7 for 32Bit.

    Also, you would still need to

    • Use the JDK and not the JRE
    • Set your JAVA_HOME

    I am running on Windows by the way ...

提交回复
热议问题