Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I deploy a Java application?

Status
Not open for further replies.

dellyjm

Programmer
Apr 13, 2000
168
0
0
JM
Hi guys, how do I deploy a Java application?

Delton.
 
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.
 
>> java application.jar

java -jar application.jar

;-)

-pete
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top