Help‎ > ‎FAQ‎ > ‎

What version of Java do I need?

posted Feb 7, 2015, 2:51 PM by Tom Gutwin
You need either version 7 or 8 of the Java Development Kit - JDK.

NOTE:
The regular JRE runtime is not enough because PowerEYE needs to compile the included Java JSP files as it serves you its web pages.

You can test what version you have by opening a command prompt and typing:
javac -version

If you get an error, then you need to update your JDK.
Comments