| Author |
Making Executable File
|
Chase Becicka
Greenhorn
Joined: Feb 16, 2004
Posts: 23
|
|
|
Does anyone know how I can make my java files an executable source file outta my java code I just want to be able to double click on the file and let it run
|
 |
James Carman
Ranch Hand
Joined: Feb 20, 2001
Posts: 580
|
|
|
You can create executable jar files that can be double clicked and run. Basically, you put an entry in your manifest file indicating which class is your "Main-Class." Would that help?
|
James Carman, President<br />Carman Consulting, Inc.
|
 |
 |
|
|
subject: Making Executable File
|
|
|