If Java application requires certain JRE version - how can I check its availability on Mac OS X during installation?
feedback
|
|
It should be as simple as looking at /System/Library/Frameworks/JavaVM.framework/Versions/ E.g. from my machine:
| |||
|
feedback
|
|
This artical may help:
http://developer.apple.com/technotes/tn2002/tn2110.html
| |||
feedback
|