imported_M_Gh
New member
i know that pcs need JRE (java runtime environment) to run java programs (*.jar, *.class files).
i've heard that C# apps get portable by creating a setup file. is there a similar way for java?
the problem is, pcs runnig windows don't have JRE preinstalled, i mean people just can't double click a jar file and execute it. they need to download JRE in order to make that happen. which doesn't seem very convenient.
so, is there anyway to include the JRE package to the program? like creating a setup?
i've heard that C# apps get portable by creating a setup file. is there a similar way for java?
the problem is, pcs runnig windows don't have JRE preinstalled, i mean people just can't double click a jar file and execute it. they need to download JRE in order to make that happen. which doesn't seem very convenient.
so, is there anyway to include the JRE package to the program? like creating a setup?