java - Intellij can't compile JSP- Error: PWC6345 -


There is a problem with my web application in INTELLIJ. I'm new to Intelles, so I really want to fix it. Do not know.

When I try to run my web application, I get this error:

  org.apache.jasper.jasperException: PWC6345: There is an error. A complete JDK (not just JRE) is required   

JDK is selected and the glassfish is working, others had the same problem, some with the change of glassfish config file Had decided

Does anyone really know how I can fix this and be able to run my web applications in INTELLIJ?

Thanks in advance!

/ div>

Glassfish JAVA_HOME is using environment variables and this variable As defined by JDK begins under. This variable on your system can point to JRE instead. You can either change it in system settings or directly to IntelliJ IDEA (for debug only):

 Enter image details here

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -