-1

I have completed my project and now i want to deploy it. i have converted jar to exe using launch4j and created a setup using inno setup compiler. Now my problem is when i run this application in other system it asks for JRE. i have tried all possible solutions from stackoverflow but couldnt get the solution yet.I want to distribute my application that even runs in System which does not have JRE. Please help

user_1992
  • 13
  • 3

2 Answers2

0

You may package your application in a zip with the JRE, as explained in another similar question: How to bundle a JRE with Launch4j?

Then, in launch4j, refer to the JRE with a relative path.

Community
  • 1
  • 1
alexbt
  • 14,285
  • 6
  • 67
  • 82
-1

you cannot run a java project without JRE

flgang
  • 79
  • 4