Mar 25, 2003 #1 dellyjm Programmer Apr 13, 2000 168 JM Hi guys, how do I deploy a Java application? Delton.
Mar 25, 2003 #2 thekobbler Programmer Oct 30, 2002 113 GB heh? do you want to know how to deploy a java application as a windows program (.exe), or deploy(package) it into a jar file, that is runnable using Code: java application.jar . Please be more specific. Upvote 0 Downvote
heh? do you want to know how to deploy a java application as a windows program (.exe), or deploy(package) it into a jar file, that is runnable using Code: java application.jar . Please be more specific.
Mar 26, 2003 #3 palbano Programmer Oct 9, 1998 4,341 US >> java application.jar java -jar application.jar ;-) -pete Upvote 0 Downvote
Mar 27, 2003 Thread starter #4 dellyjm Programmer Apr 13, 2000 168 JM thekobbler, i would like to know how to do both. I am using the SunONE Studio 4 development environment. pablano, this application is one with a user interface ala forms? Delton. Upvote 0 Downvote
thekobbler, i would like to know how to do both. I am using the SunONE Studio 4 development environment. pablano, this application is one with a user interface ala forms? Delton.
Apr 14, 2003 #5 jwenting Programmer Dec 21, 2000 349 NL You could take a look at Java webstart: http://java.sun.com/products/javawebstart/ Upvote 0 Downvote