Skip to Content.
Sympa Menu

freetds - Re: Changes required to compile with libtool 1.2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Chris Stevenson" <chris AT ssabsa.sa.gov.au>
  • To: "'TDS Development Group'" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Changes required to compile with libtool 1.2
  • Date: Fri, 20 Aug 1999 18:30:04 +0930


> Probably would be a better way. I couldn't be bothered for
> my installation. At the time I was happy enough just to get
> it all working !

...

> I'm not sure (Other than collecting all of the classes into
> a single file) if there is any advantage of creating a jar
> file...

If you're using Java2 (aka JDK1.2) then there is a great advantage
to jar files, in that you can just drop them into the jre/lib/ext
directory and have the runtime find them automatically - no more
classpath maintenance!

FYI, to create a jar file, go into the root directory of your classes
(the one which contains the com directory) and type:

jar cvf freetds.jar com

Then drop the newly created freetds.jar into the above-mentioned
directory and Bob's your auntie.

chris.

-- Chris Stevenson ----------------------- SSABSA --
Senior Secondary Assessment Board of South Australia
60 Greenhill Road, Wayville SA 5034, Australia
email: chris AT ssabsa.sa.gov.au
phone: (08) 8372 7515
fax: (08) 8372 7590
----------------------------------------------------






Archive powered by MHonArc 2.6.24.

Top of Page