imported_Silent
New member
You can't. You need a JRE installed on your computer to run a Java applet or application. That's how Java works. Java code runs in a virtual machine; if there's no Java virtual machine installed, you can't run the code.
Many non-programmers have a JRE installed on their computers. There is a difference between a JRE and the JDK, which is what programmers would have installed.
Many non-programmers have a JRE installed on their computers. There is a difference between a JRE and the JDK, which is what programmers would have installed.