aspose file tools
The moose likes Java in General and the fly likes Making Executable File Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Making Executable File" Watch "Making Executable File" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Making Executable File
 
Similar Threads
Making an exe file
creating win exe file from java
Java executable file
running an executable file on the server by client
How To Compile Using Command Line