I would like to compile my Java program in Eclipse but not run it. I can't understand how I do it.
How can I compile an Java program to .class files in Eclipse without running it?
I would like to compile my Java program in Eclipse but not run it. I can't understand how I do it.
How can I compile an Java program to .class files in Eclipse without running it?
You can un-tick the build automatically in Project tab and then build by hand.