i am beginner in java. i have done one application using java swing. Now i want make a setup or installer of that application.
i have been trying install4j for .jar to .exe file and "inno setup compiler" for setup and it run successfully. but problem is that this setup run on machine where java is not installed but the application is not running and generate error for the java runtime environment is not installed.
how i can install java with my application on machine of the user of my system