Results 1 to 3 of 3
Thread: Packaging program
- 07-01-2010, 11:38 PM #1
Member
- Join Date
- Dec 2009
- Posts
- 25
- Rep Power
- 0
Packaging program
Hello, I am having a little difficulty understanding the ways to package a program for others to use. When I double click on the class file I get a dialog asking me what app to open the file in. I want to be able to double click on the program and have the program execute. Is the jar file like an exe file? And are all the classes packaged into a single jar file? Is this the only way to package a program or is there others?
thanks
bill
- 07-02-2010, 12:04 AM #2
If you want a file that you can click on to start the app, use a jar file. You can put all the parts and only the parts needed in the jar.
There are many postings on this site on how to build a jar file
Use the Search to find them.
- 07-02-2010, 05:05 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
packaging files
By ashish9590 in forum AWT / SwingReplies: 2Last Post: 02-12-2010, 03:01 PM -
packaging programs for installation
By buston01 in forum NetBeansReplies: 0Last Post: 01-25-2010, 12:07 PM -
Rmi+packaging
By skliz4rel in forum NetworkingReplies: 0Last Post: 01-06-2010, 07:56 PM -
Best practice for packaging add-ons
By Goose in forum Advanced JavaReplies: 2Last Post: 08-05-2009, 10:51 PM -
Packaging Driver and Applet
By ibanez270dx in forum New To JavaReplies: 0Last Post: 11-14-2007, 01:18 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks