Sava Slijepcevic writes:
 > I am tring to run PPower4 but it gives me the following error:
 > File arguments are missing.
 > 
 > Here is the a copy of the command line:
 > D:\ken>java -jar pp4pb.jar de.tu_darmstadt.sp.pp4.PPower4 demo.pdf out.pdf
 > File arguments are missing.

The combination of arguments is not correct, but the error message is
misleading. Sorry.

Please use either the -jar option without naming the class to start

  java -jar pp4pb.jar demo.pdf out.pdf

or the -cp option which needs the name of a class to start

  java -cp pp4pb.jar de.tu_darmstadt.sp.pp4.PPower4 demo.pdf out.pdf

Enjoy,
        Klaus
-- 
        Klaus Guntermann        <[EMAIL PROTECTED]>
        FG Systemprogrammierung, FB Informatik, TU Darmstadt
        Wilhelminenstr. 7, 64283 Darmstadt, Germany

Reply via email to