Hi friends, I have installed jdk 1.3 and j2sdkee1.2.1 on RedHat linux 6.2. I tried to use forte for java (community edition) for this setup. But it gives me error saying "Please set JAVA_PATH variable to point to jdk home." I don't know how to setup environment variables in linux. Please help me. also tell me how to set up CLASSPATH, JAVA_HOME AND J2EE_HOME variables. kshitijv e-mail: kshitijv@forindia.com
Hi,
export CLASSPATH /ur/tools.jar/file/location export JAVA_HOME /ur/jdk/directory/location export J2EE_HOME /ur/j2ee/directory/location
u can make these environmental variable global to all sytem users by putiing this lines in /etc/profile
Best Regards, -Mitul Limbani (mitul 2 mitul.com) kshitijv writes:
Hi friends, I have installed jdk 1.3 and j2sdkee1.2.1 on RedHat linux 6.2. I tried to use forte for java (community edition) for this setup. But it gives me error saying "Please set JAVA_PATH variable to point to jdk home." I don't know how to setup environment variables in linux. Please help me. also tell me how to set up CLASSPATH, JAVA_HOME AND J2EE_HOME variables. kshitijv e-mail: kshitijv@forindia.com
Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Sometime today, kshitijv wrote:
me error saying "Please set JAVA_PATH variable to point to jdk home." I don't know how to setup environment variables in linux. Please help me. also tell me how to set up CLASSPATH, JAVA_HOME AND J2EE_HOME
export JAVA_HOME=/home/joe/jdk1.3.1 export J2EE_HOME=/home/joe/j2sdkee1.2.1 export CLASSPATH=/home/joe/forte/lib/myjar.jar:$CLASSPATH
Manish
Also, if you're running bash, save these in your .bash_profile (found in your home directory) so that the variables will be set every time you log on.
Krishnan
--- Manish Jethani cruisecoder@yahoo.com wrote:
Sometime today, kshitijv wrote:
me error saying "Please set JAVA_PATH variable to
point to jdk home."
I don't know how to setup environment variables in
linux. Please help
me. also tell me how to set up CLASSPATH,
JAVA_HOME AND J2EE_HOME
export JAVA_HOME=/home/joe/jdk1.3.1 export J2EE_HOME=/home/joe/j2sdkee1.2.1 export CLASSPATH=/home/joe/forte/lib/myjar.jar:$CLASSPATH
Manish
-- QOTD: "I used to get high on life but lately I've built up a resistance."
Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
__________________________________________________ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/