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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploytool problem

Status
Not open for further replies.

spinik

Programmer
Aug 22, 2001
17
0
0
CA
When I try to launch deploytool from the J2EE directory in the command line, I get the following message

***************************************************
C:\j2ee1_3\bin>deploytool
Warning: This J2EE SDK release is designed to run on J2SE 1.3
The deployment tool version is 1.3
Options
-ui Runs the tool with a UI (default mode)
-help Display this help message
-deploy <ear file> <server name> [<client jar>]
-uninstall <application name> <server name>
-listApps <server name>
-deployConnector <rar filename> <server name>
-undeployConnector <rar filename> <server name>
-listConnectors <server name>
*******************************************

I have both versions 1.3 and 1.4 of the JDK.

What do you think?

Spinik
Senior consultant
 
I would suspect that V1.4 is found before V1.3 causing deploytool to prompt the warning....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top