Search code examples
javanetbeansjmf

How to create an application does not depend on jdk


I create project in netBeans use jdk 1.6. On my computer project is worked, but on other computers do not work. on this and I want to create an application that runs on their libraries, how to do it


Solution

  • If on other computer there is no JRE then you cannot run your application.

    So before that you have to install the JRE on the other's machine.

    Or you can provide a installation package that consists of JRE and application.