I am stuck: how to check if a user has a specified java requirement? I need to find ranges (for instance java versions between 1.5.0_10 and 1.6.0_10). I am using javaDeploy.js from Oracle and using the versioncheck method but I can't figure what I need to pass inside the versionCheck method for ranges such as the example I provided.
-
So you want to only launch an application if it is between a range of versions? I checked docs.oracle.com/javase/6/docs/technotes/guides/jweb/… Your interested in using the deployJava object to find the exact version?Μenelaοs– Μenelaοs2013-05-09 20:23:37 +00:00Commented May 9, 2013 at 20:23
Add a comment
|