How can i run a java project with various classes in Windows ?
Answered
Hi,
Thanks for your help.
i am a student learning java, from Portugal.
I created a project that I would like to run directly in windows like any other program, that with a double click on an icon, the program starts.
How can i make it possible, please ?
My project, it have various classes and interfaces, like you can see below in UML diagram and list of class.
It works fine from Intelli, but ask how it can run from windows, please?
Thanks for your help, one more time.


Please sign in to leave a comment.
Hello,
Please check related thread: https://stackoverflow.com/questions/5258159/how-to-make-an-executable-jar-file
Yaroslav Bedrov, so gratefull for your help. Thanks :)