0

I try compiling single JSP file outside of the WEB-INF/view directory at the same level of index.jsp for testing purpose but I get this error code:

Error: Could not find or load main class org.netbeans.modules.web.project.ant.JspCSingle

It used to work fine, I could create single JSP files outside the WEB-INF but I have no clue what happened that keeps me from doing it now...

I use Netbeans 8.0.2 and Glassfish 4.1

Jane Nice
  • 97
  • 1
  • 1
  • 8

1 Answers1

0

After doing some research I uninstalled and reinstalled Netbeans and it solved the issue for me.

Jane Nice
  • 97
  • 1
  • 1
  • 8