0

is there any way to run a jar file without JDK installed ?

for example convert jar file to exe or put the jdk or jre into the jar file or something like this...

AvB
  • 171
  • 1
  • 2
  • 12
  • There seems to be some solutions here that don't require the JRE or JDK: [(link)](http://stackoverflow.com/questions/3014187/can-we-run-an-java-app-in-a-system-without-jre) – Nate Jenson Mar 18 '14 at 18:42

1 Answers1

1

JRE is a must. JDK is not a necessity.

TJ-
  • 14,085
  • 12
  • 59
  • 90