ok.. now that I know about the JOptionPane, I have one more question. How can you create a real executable program from the java code that u write. IT can be executed through JCreator or another java creator, but how can you make it so that its an actual java application that runs on its own?
sorry if this is a stupid question...
joshSCH
1,062
Industrious Poster
Banned
Recommended Answers
Jump to PostMake an executable jar or a jnlp.
But anyone with an installed JRE can run a Java application if they know the name of the class that contains the main method (or you provide a batchfile or other startup script for their OS).If you had tried to learn …
Jump to Postcan JCreator make executables or just execute them? how can u make one that you could give an icon and put on ur desktop?
All 5 Replies
jwenting
1,855
duckman
Team Colleague
stevenr
0
Newbie Poster
server_crash
64
Postaholic
joshSCH
1,062
Industrious Poster
Banned
stevenr
0
Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.