erreur de commande call sous windows 98

erreur de commande call sous windows 98 - Java - Programmation

Marsh Posté le 19-01-2007 à 12:18:21    

Je tente de lancer un fichier bat sous windows 98 avec ces lignes de code :
 
SET ROOT=%~dp0..
 
SET FLEXCOM_OPTS=-Dflexcom.root=%ROOT% -Dflexcom.development-mode=false
 
SET CATALINA_HOME=%ROOT%\server\jakarta-tomcat-5.0.25
SET JAVA_HOME=%ROOT%\jre
SET JAVA_OPTS=-server -Xms16m -Xmx256m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005  
SET CLASSPATH=%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME%\bin\bootstrap.jar
CALL setClassPath %ROOT%\lib\jdbc
 
et a la derniere instruction j'obtiens une erreur du type: commande ou nom de fichier incorrect.
 
Alors que je n'ai pas cette erreur avec windows XP.
 
Si quelqu'un sait merci beaucoup de votre aide.
 
Gefrey


Message édité par gefrey54 le 19-01-2007 à 12:19:51
Reply

Marsh Posté le 19-01-2007 à 12:18:21   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed