Trying to run Continuum in a standalone environment.
After running the following:
C:\Program Files\apache-continuum-1.4.1\bin>continuum console
Everything is OK until I go navigate to
http://localhost:8081/continuum/
Doing so I get the error:
jvm 1 | org.apache.jasper.JasperException: PWC6345: There is an error in invo
king javac. A full JDK (not just JRE) is required
However, this doesn't make sense for the following reasons:
Typing
C:\Program Files\apache-continuum-1.4.1\bin>javac
brings up what I'd expect.C:\Program Files\apache-continuum-1.4.1\bin>javac -version javac 1.7.0_25
I've checked my PATH's
JAVA_HOME: C:\Program Files\Java\jdk1.7.0_25 CLASSPATH: ..;\C:\Program Files\Java\jdk1.7.0_25\bin;...
Is there something else missing?