Sobes.tech
Junior

Is it possible to run a Java application with only a JRE?

sobes.tech AI

Answer from AI

Yes. JRE (Java Runtime Environment) contains JVM (Java Virtual Machine), class libraries, and other components necessary to run Java bytecode generated by the compiler (which is part of the JDK). JDK (Java Development Kit) is required for development (compilation), while JRE is for execution.