Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
EJB and other Jakarta /Java EE Technologies
file not found
niranjan reddy
Greenhorn
Posts: 1
posted 24 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i am using j2kee1.2.1 deployment tool on linux.when i try to execute the deploytool file from the bin directory of the
j2kee1.2.1 i get file not found error.please let me know if
any of u guys have an answer for this.
Rahul Mahindrakar
Ranch Hand
Posts: 1871
posted 24 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
do you mean the deploytool.bat file is not there.
if so here is the deploytool.bat file
@echo off rem rem Set JAVA_HOME and J2EE_HOME before running this script. rem if not "%J2EE_HOME%" == "" goto CONT0 echo ERROR: Set J2EE_HOME before running this script. goto END :CONT0 if EXIST "%J2EE_HOME%\bin\setenv.bat" goto CONT1 echo ERROR: Set J2EE_HOME to the path of a valid j2sdkee. goto END :CONT1 call %J2EE_HOME%\bin\setenv.bat if not "%JAVA_HOME%" == "" goto CONT2 echo ERROR: Set JAVA_HOME before running this script. goto END :CONT2 if EXIST "%JAVA_HOME%\bin\java.exe" goto CONT3 echo ERROR: Set JAVA_HOME to the path of a valid jdk. goto END :CONT3 set DH_JAR=%LIBDIR%\..\help\DeployTool\deployhelp.jar set JAVA_HELP=%LIBDIR%\jh.jar set CPATH_CH=%JAVA_HELP%;%DH_JAR%;%CPATH% rem @echo on %JAVACMD% -Dcom.sun.enterprise.home=%J2EE_HOME% -classpath "%CPATH_CH%" com.sun.enterprise.tools.deployment.main.Main %* :END
[This message has been edited by Rahul Mahindrakar (edited June 07, 2001).]
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
mock exam list
IDE with HAR Hibernate
JMF
Not able to read XML file from dependent project
Eclipse and javax.jnlp.* library.
More...