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

后端 未结 14 1961
刺人心
刺人心 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:17

    I spent good amount of time on this issue, but it turned out to be very simple. All you have to do is:
    choose the JDK instead of JRE while configuring the server runtime!

    It worked like a champ, I had this issue with glassFish 4.0

提交回复
热议问题