Re: Building and installing JDOM
Re: Building and installing JDOM
- Subject: Re: Building and installing JDOM
- From: Chris Garaffa <email@hidden>
- Date: Thu, 16 Aug 2001 14:31:00 -0400
csh, ksh and bash are all different types of shells available under
different UNIX distributions. Open your Terminal app and look at the
titlebar. Mine says "Terminal -- /bin/tcsh (ttyp1)" Which means I am using
the tcsh shell.
Look to see what shell you're using.
If you're using tcsh (I believe it's the default), type
setenv JAVA_HOME /usr/local/java
Chris
On Thursday, August 16, 2001, at 02:07 PM, email@hidden wrote:
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
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev