I need some pointers to relevant information.
I'm trying to generate a Mac application bundle that contains a Java program. For Java 6 this is fairly easy.
But as far as I know, Java is no longer included with OS X, and in particular there is no guarantee that Java 7 is installed on a user's Mac computer.
Googling only brings confusion. There are hundreds of web pages that tell you how to deploy Java on a Mac, and there are dozens of tools that help you generate the application bundes. The problem is that most of these were written for creating applications that use Java 6. I have not yet found relevant information that I can use with Java 7.
So,
- Where can I find information about how to deploy Java 7 applications on a Mac?
- Is it possible to include the Java 7 VM in the application bundle, or do the users have to dowload and install it separately?