Answer the question
In order to leave comments, you need to log in
Is it possible to run a Java program without installing an integrated development environment?
I have a Jframe program and I want to be able to run it without the JDK. Is this possible(?), if so, do you need only .jar or also .bat? Or maybe just some method in the java file, or in java.xml?
Answer the question
In order to leave comments, you need to log in
Good afternoon!
To be honest, you have a confusion with the terms, so I will clarify:
Is it possible to run a Java program without installing an integrated development environment?
I have a Jframe program and I want to be able to run it without the JDK
if yes, do you need only .jar or also .bat?
I have a jframe program
For starters, the JDK is not an IDE. JVM is required to run java files. JVM is an instance of JRE (Java Runtime Environment), that is, either hope that there is a jre on your computer or drag it with you.
need only .jar or also .bat
I have a jframe program
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question