I just started learning java about a year ago and i want to create an application that doesnt have to be run using the compiler. I use Eclipse as my compiler and i cant figure out what to export to have an app. If u know how to do that using eclipse or know of an IDE that can could u please let me know?
Posted: Wed Jun 07, 2006 4:36 pm
Mag9102
I just started learning java about a year ago and i want to create an application that doesnt have to be run using the compiler. I use Eclipse as my compiler and i cant figure out what to export to have an app. If u know how to do that using eclipse or know of an IDE that can could u please let me know?
Use GCJ, the GNU Java compiler! xd I less than three GNU utilities
benzi455
Offline
nadir-seen-fire
Offline
Posted: Wed Jun 07, 2006 7:24 pm
The one method I can think of is creating a .jar file.
Posted: Fri Jun 09, 2006 12:46 pm
benzi455
Mag9102
I just started learning java about a year ago and i want to create an application that doesnt have to be run using the compiler. I use Eclipse as my compiler and i cant figure out what to export to have an app. If u know how to do that using eclipse or know of an IDE that can could u please let me know?
Use GCJ, the GNU Java compiler! xd I less than three GNU utilities
Do u know where to download/buy it?
Mag9102
Offline
Endless Loop
Offline
Posted: Sun Jul 16, 2006 9:31 am
I use a university copy of Websphere but it's like swatting a fly with a sledghammer so I wouldn't recommend WSAD unless you are a professional and the company provides it. It tries to be all things and like alot of IBM products it is resource intensive.
Posted: Thu Aug 31, 2006 5:47 am
I found a freeware program called Java Launcher that I use whenever I finish a project. It's pretty simple, all you need is your main class file, and you can choose whether to create an .exe file, or an executable .jar. Insanely easy to use, and you can even configure an icon for the executable.
Google "Java Launcher," and you should be able to find it easily enough.
I just started learning java about a year ago and i want to create an application that doesnt have to be run using the compiler. I use Eclipse as my compiler and i cant figure out what to export to have an app. If u know how to do that using eclipse or know of an IDE that can could u please let me know?
Use GCJ, the GNU Java compiler! xd I less than three GNU utilities