Inorder to run my application it needs to have JVM 1.5+. I want to provide this dependency details in the Info.plist file of the application so that, while running my application it has to check first whether JVM 1.5+ is available or not. How can I do this?
If some other dependencies are there, how to handle them. For example, if some config file must reside in some fixed location, how to check for that?
If some other dependencies are there, how to handle them. For example, if some config file must reside in some fixed location, how to check for that?