I am programming software in Java 7. Software users are not all updated (especially Mac users). Therefore, I need an installer (Windows / OSX) that can be easily integrated with software installation. There is a regular installer for Windows 7, so I am especially focused on finding it for Mac. Bonus points if he can also check Xcode and other requirements.)
I think another option would be to just use some of the Java 7 libraries (like a file system library). However, I think this may not be possible due to the version number in the compiled classes? I could not use the Java 6 compiler to compile these libraries (because it is Java 7 code).
I do not think that I am the only one with this problem. There must be a solution somewhere, but I did not find it.
Any help would be appreciated.
source
share