Building and installing JDOM
Building and installing JDOM
- Subject: Building and installing JDOM
- From: email@hidden
- Date: Thu, 16 Aug 2001 20:07:24 +0200
Hi,
I work on OS X and I would like to use JDOM in my application but first
I've to built the jdom.jar.
In the ReadMe file, they explain that "the only thing that you have to
make sure of is that the "JAVA_HOME" environment property is set to
match the top level directory containing the JVM you want to use. For
example:
on Unix:
% setenv JAVA_HOME /usr/local/java
(csh)
> JAVA_HOME=/usr/java; export JAVA_HOME
(ksh, bash)"
Does anybody can translate that for Terminal (which directory contents
JVM, does (csh) (ksh, bash) represent something ? Do I have to do a
"return" between usr/local/java and (csh) ? ...)
Thanks for help,
olivier