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 is installed..

from the desktop:
you can set an environment variable in windows 2000 by:

right clicking on my computer and selecting properties
then
click on the advanced tap at the top,
then
click on the environment variables button
then
click on the New button under system variables window
and type in the variable name JAVA_HOME
then under the variable value type in the subdirectory that you installed
your java program...
(ie.. i am using j2sdk1.4.0-rc so I would type in c:\j2sdk1.4.0-rc)
then click on ok..

to verify that your environment variable got installed you can open a DOS
session and type set at the prompt. This will list out all the environment
variables.

from the dos prompt you can set the JAVA_HOME environment variable also,
however, the scope of the variable will only last for that DOS session that
you set the variable in. If you close that DOS windows the variable also
goes away.
from the DOS prompt type

set JAVA_HOME=c:\j2sdk1.4.0-rc

this will set the JAVA_HOME environment variable, but it will only be for
current DOS session.

hope this helps.

Mark


- Original Message -
From: Jaime Jimenez [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 11, 2002 6:33 AM
Subject: JAVA_HOME


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 the
location of the Java Virtual Machine you want to use.

Can you explain me how to resolve this problem.

thks
jaime



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 variable to
 point to my JVM. I looked through FAQ but couldn't
 find a clue. Can
 anybody tell me step by step how to do it?
 
 marco
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, email:
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 the
 JAVA_HOME variable to
 point to my JVM. I looked through FAQ but couldn't
 find a clue. Can
 anybody tell me step by step how to do it?
 
 marco
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, email:
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]