dev@glassfish.java.net

gf v3 installer on windows uses the jre even if there is a jdk...

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Wed, 29 Oct 2008 20:47:52 -0700

Hi,

I recently start testing on Windows.
I first Installed JDK 1.6 update 10 (the JDK).
Then tried to installed v3 prelude with the latest installer....
The installation goes well, I can start the server, but when I run a
JSP, I get this blocking error:


SEVERE: StandardWrapperValve[jsp]: PWC1406: Servlet.service() for
servlet jsp threw exception
org.apache.jasper.JasperException: java.err.nojdk
    at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:89)
    at
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:375)
    at
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
 ...


How come? I would expect an installer to correctly detect installation
errors...

Ludo