Running a compiled Java program
Posted
by
Roshan George
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Roshan George
Published on 2013-06-26T01:57:48Z
Indexed on
2013/06/26
4:28 UTC
Read the original article
Hit count: 259
I have a question on a compiled Java program that I have written. I have a Java file that has three classes defined within it. When I compiled the program I got a total of four classes. How do I make this into a form where I can run my application just by clicking an icon or something, or by issuing just a single command. For example, if I make it as an exe file, it could run only on Windows, how do I make it into a form compatible with all Oses. And hoe?
© Ask Ubuntu or respective owner