Executable program design question....

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Aug 2004
Posts: 15
Reputation: ZEEPLE is an unknown quantity at this point 
Solved Threads: 0
ZEEPLE ZEEPLE is offline Offline
Newbie Poster

Executable program design question....

 
0
  #1
Mar 9th, 2005
I am writing a simple statistical calculation program....I was wondering how do I package this so it is an executable from the desktop with an Icon to execute the program..It is written in java.....
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: Executable program design question....

 
0
  #2
Mar 9th, 2005
Daniweb is not abundant with Java tutorials just yet. But Sun.com is click on Java under the Learn Aboutr menu (lower left of Suns home page) basically you will need to compile your program with ..i think its javac or some such command line tool. This will compile your source code into Javas' bytecode language which can then run in any Java Run time environment.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 609
Reputation: freesoft_2000 is an unknown quantity at this point 
Solved Threads: 8
freesoft_2000 freesoft_2000 is offline Offline
Practically a Master Poster

Re: Executable program design question....

 
0
  #3
Mar 9th, 2005
Hi everyone,

You can create a jar archive with the class to run in a manifest file. Search for creating jar archives on this site or on http://www.yahoo.com and i think you will find a lot of sources.

Richard West
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: Executable program design question....

 
0
  #4
Mar 9th, 2005
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 348
Reputation: paradox814 is an unknown quantity at this point 
Solved Threads: 4
paradox814's Avatar
paradox814 paradox814 is offline Offline
Posting Whiz

Re: Executable program design question....

 
0
  #5
Mar 10th, 2005
after creating your jar you will need a jnlp if you want to do a web-start
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum


Views: 1918 | Replies: 4
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC