• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Building and installing JDOM
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Building and installing JDOM
      • From: Andreas Monitzer <email@hidden>
  • Prev by Date: Re: Is encapsulation deprecated in ObjC?
  • Next by Date: Re: NSButton (Switch)
  • Previous by thread: Building and installing JDOM
  • Next by thread: Re: Building and installing JDOM
  • Index(es):
    • Date
    • Thread