How to use java code as .exe file?
Also I want to know is there a place where you can get like java code mission or c code.
Printable View
How to use java code as .exe file?
Also I want to know is there a place where you can get like java code mission or c code.
I want my code run without opening dr.java or something like it. Like a .exe program.
And the mission is that I cant find right word for it. Just want to program stuffs,
well its like i want a lot of HW lol
That's what a Jar file is for. Only a Jar file will usually run "like an .exe" on a Windows machine, a Mac machine and a Linux machine unaltered. Check out the tutorials on this, and I think that you'll be satisfied that it's what you need.
You could join a project a SourceForge.net. Also look into solving some of the problems at projecteuler.net.Quote:
And the mission is that I cant find right word for it. Just want to program stuffs,
well its like i want a lot of HW lol
wondering what editor u use,
I use dr java does JDK i downloaded work on it?
Since editor/IDE preference is usually a personal matter, and because there are strong opinions on this, there's a sticky thread just for it: http://www.java-forums.org/new-java/...your-code.html
But I use Eclipse, because it's the best free IDE around. :eek: