[EMAIL PROTECTED] writes:
 > The location of my copy of the pp4p.jar file and the Java runtime
 > environment was defined in the file pp4p.bat as
 > 
 > @ECHO OFF
 > REM PPower4 batch file
 > REM
 > REM You must define path for pp4p.jar and name of the java or jre command
 > REM Here the settings for the Sun Java Runtime Environment on my machine
 > REM NOTE: This requires Java 1.2.x!
 > REM set basedir="C:\Arquiv~1\Java\j2re1.4.1_05\lib"
 > set javacommand="C:\Arquiv~1\Java\j2re1.4.1_05\bin\java" REM
 > %javacommand% -jar %basedir%\pp4p.jar %1 %2 %3 %4 %5

Being not familiar with Windows my first guess was wrong:
actually the path given refers to the Java interpreter, which is
properly found and started.
But the basedir variable seems to be not set!
Uncomment the setting and it should work.
This is the more reasonable explanation why the pp4p.jar is not found.

Sorry for the bad first try,
        Klaus
-- 
        Klaus Guntermann        <[EMAIL PROTECTED]>
        FG Systemprogrammierung, FB Informatik, TU Darmstadt
        Wilhelminenstr. 7, 64283 Darmstadt, Germany

Reply via email to