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
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
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
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
EJB and other Jakarta /Java EE Technologies
file not found
niranjan reddy
Greenhorn
Posts: 1
posted 23 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 23 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).]
I didn't say it. I'm just telling you what this tiny ad said.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
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...