Question

I'm new to eclipse, please help!

I have coded a java project on Eclipse which contains many classes. How can I run the application on Windows command prompt. Please give detailed, step by step guidance. I tried searching on this site, but none of them worked for me!

Was it helpful?

Solution

You can export the project as a jar file from the eclipse. follow this link to know about exporting project LINK Run this jar file from the command prompt

java -jar xxx.jar
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top