I need to build an installer for our Java application, for Windows and Mac.

I'd like to embed the JVM in the installer, because it is much easier for the user to install the application, rather than asking the user to first install the JVM.

the question is about the JVM license. Am I allowed to embed the JVM in my installer application? What are the conditions? Do I have to pay for this? Do I need an agreement from Sun? If so, how to proceed? does it take one day or one month, or one year to reach such an agreement?

ps: I know that there is software such as InstallAnywhere and IzPack that make it easier to download and install the JVM. However, in this post I am explicitly asking about the conditions to embed the JVM in the installer. Please do not answer about the other possibilities to install the JVM in this post. Please, let's focus on the main question: what are the conditions to embed the JVM in the installer application.

link|improve this question

58% accept rate
feedback

1 Answer

up vote 3 down vote accepted

The requirements for redistribution are spelled out in the licenses of the JRE, JDK, etc.:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.