Hello there, Trying to run Continuum 1.4.1 in a standalone environment on Windows 7
After running the following: CC:\softwares\Continuum\apache-continuum-1.4.1-bin\apache-continuum-1.4.1 \bin>continuum.bat console Everything is OK until I go navigate to http://localhost:8081/continuum/ The following error was reported: jvm 1 | 2014-06-05 10:46:49.544:WARN:oejs.ErrorPageErrorHandler:EXCEPTION jvm 1 | org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required jvm 1 | at org.apache.jasper.compiler.DefaultErrorHandler.jspError (DefaultErrorHandler.java:92) jvm 1 | at org.apache.jasper.compiler.ErrorDispatcher.dispatch (ErrorDispatcher.java:378) jvm 1 | at org.apache.jasper.compiler.ErrorDispatcher.jspError (ErrorDispatcher.java:119) However, JDK is installed and javac is in the path for in the following checks: 1.Typing javac command brings up what I'd expect. C:\softwares\Continuum\apache-continuum-1.4.1-bin\apache-continuum-1.4.1 \bin>javac -version javac 1.7.0_60 2.I've checked my PATH's C:\softwares\Continuum\apache-continuum-1.4.1-bin\apache-continuum-1.4.1 \bin>set path Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows \System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jdk1.7.0_60 \bin java_home="C:\Program Files (x86)\Java\jdk1.7.0_60" Wonder what else I should check. Thank you. Best Regards Samuel Wu
