0

I developed a java application and converted it in to an exe file. When I plug in the thumb drive or pen drive, the application can launch in systems with java installed, but when I run it on a system where java non installed, it asks to install.
My question: Is there any technique or third party tool for launching the java application without installing the java on a system?

Its like plug the pendrive and launch java application.

totymedli
  • 29,531
  • 22
  • 131
  • 165
Gaddam
  • 13
  • 3

1 Answers1

3

A Quick search on SO gave this solution for packaging a Java App into an EXE and not needing to install the JRE.

running a java program as an exe in windows without JRE installed

Community
  • 1
  • 1
DaBaer
  • 204
  • 1
  • 7