Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
There is an AssertJavaHome script that asserts if there is a JDK installed.
End-user projects don't need the JDK, just the JRE. (JDK installs the JRE too, in the latest versions even seperatly in Program Files).
An AssertJRE script would be usefull, opening http://java.com if they don't have a JRE.
The AssertJavaHome could even open http://java.sun.com, although I am unsure if installing the latest JDK actually sets the JAVA_HOME automatically.
How should this be implemented? Registry lookup? File (java.exe) in path?