Unable to compile class for JSP

By Ana

If you run you web application with the Jetty eclipse plug-in it might happen that you get a”Unable to compile class for JSP” when you try to access the application in your browser. If this happens, go to the properties of your project, select ‘Java Build Path’ and ‘Add External JARs’. You need to add the ‘tools.jar’ file, which is in the ‘lib’ folder of your JDK. Good luck!

Leave a Reply