The Artima Developer Community
Sponsored Link

Java Answers Forum
Creating a java installation package

3 replies on 1 page. Most recent reply: Sep 19, 2005 11:53 AM by rakesh

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
rakesh

Posts: 9
Nickname: rocky2005
Registered: Apr, 2005

Creating a java installation package Posted: Sep 17, 2005 1:06 PM
Reply to this message Reply
Advertisement
Can anyone tell me how to create installation package for my
java projects ? Please mention all the required steps.


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Creating a java installation package Posted: Sep 18, 2005 10:24 PM
Reply to this message Reply
> Can anyone tell me how to create installation package for
> my
> java projects ? Please mention all the required steps.

Not quite Sure what you mean, but most likely you would
want to have your software all packaged into a Jar file.

Google jar Tutorial coz there are a fair deal of things
involved such as:

- writing your Manifest file - define where your main method
is
- placing all modules into this Jar file.

You may also choose to Google Ant Tutorial, coz that will
enable you to write a Script (once off) and have that Script
compile and jar your file each time you run ant.

Spike

Jeff Thomson

Posts: 14
Nickname: thomson
Registered: Sep, 2005

Re: Creating a java installation package Posted: Sep 19, 2005 3:20 AM
Reply to this message Reply
Check out this link for the steps
http://www.codeguru.com/forum/showthread.php?s=&threadid=279029

----------------
Jeff Thomson
http://www.devsquare.com
Online Application Development

rakesh

Posts: 9
Nickname: rocky2005
Registered: Apr, 2005

Thanks Posted: Sep 19, 2005 11:53 AM
Reply to this message Reply
Thank you very much Thomson.
I got my answer.
And also thanks to Kondwani Mkandawire for replying.

Flat View: This topic has 3 replies on 1 page
Topic: whats lacking in my program? Previous Topic   Next Topic Topic: Security Manager file access for mail

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use