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

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

    Strange because this thread suggests:

    The solution was to install the package jdk7-openjdk.
    Perhaps this should be added to the list of dependencies (or maybe for jetty, and not solr itself)?

    But that doesn't help much on Windows, where the binary for openjdk7 aren't easily available.
    (In "OpenJDK availability for Windows OS" comments, eckes mentions having found some openjdk binaries for Windows, as part of the Build b146. However, said releases aren't maintained any more)

    The bug report filled by the OP Jonas is closed with a simple reference to the Eclipse wiki page "Jetty/Howto/Configure JSP".

提交回复
热议问题