user1882812
user1882812

Reputation: 946

Glassfish and JSP JasperException

Hello everybody,

org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac.  A full JDK (not just JRE) is required

What does this mean? my jdk is installed and set correctly. My servlets are working fine but calling my .jsp site causes this Error.

Anybody knows why?

Upvotes: 0

Views: 179

Answers (1)

user1882812
user1882812

Reputation: 946

Add the path to your jdk to the file glassfish3/glassfish/config/asenv.bat

for Example:

set AS_JAVA=C:\jdk7

Upvotes: 2

Related Questions