Re: JAVA_HOME

2002-03-15 Thread Mark Bitz
Jamie, I will assume that your running on a windows platfrom since you ran the runtest.bat file. I don't have a windows 95/98/NT machine in front of me, but they are probably close to this procedure. you need to set an environment variable call JAVA_HOME to the subdirectory in which your jsdk

JAVA_HOME

2002-03-11 Thread Jaime Jimenez
Hi, First of all, sorry for my english, because is not very well. My problem is this, when I want execute the archive runtest.bat, the error is this : Fop Test ERROR: JAVA_HOME not found in your environment. Please, set the JAVA_HOME variable in your environment to match

AW: JAVA_HOME

2002-03-11 Thread Adnan Zelkanovic
You have to run the following commands: under Linux: export JAVA_HOME=(path to your JDK directory)(f.e. export JAVA_HOME=/usr/java/jdk131) under Windows: (at the command line) set JAVA_HOME=(path to your JDK directory) (f.e. set JAVA_HOME=c:/java

Re: JAVA_HOME

2001-06-15 Thread Rajeev C V
u just want to include set JAVA_HOME=c:\jdk130 (where ur jvm is) on secondline of buil.bat.then try to build. regards rajiv --- Kin-Yip Tsang [EMAIL PROTECTED] wrote: I can run Fop but can't do other batch files like build.bat etc. in Windows 98. The error message told me to set the JAVA_HOME

Re: JAVA_HOME

2001-06-15 Thread Rajeev C V
u just want to include like set JAVA_HOME=c:\jdk130 (where ur jvm is) on secondline of buil.bat.then try to build. regards rajiv --- Kin-Yip Tsang [EMAIL PROTECTED] wrote: I can run Fop but can't do other batch files like build.bat etc. in Windows 98. The error message told me to set