Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 27545 invoked from network); 11 Jul 2000 00:55:26 -0000 Received: from me-sv-02.free.net.au (202.147.17.2) by locus.apache.org with SMTP; 11 Jul 2000 00:55:26 -0000 Received: (qmail 1652 invoked from network); 11 Jul 2000 00:53:08 -0000 Received: from me-as-01-050.free.net.au (HELO donalgar) (202.147.18.50) by me-sv-02.free.net.au with SMTP; 11 Jul 2000 00:53:08 -0000 Message-Id: <3.0.5.32.20000711105022.007ebb90@latcs4.cs.latrobe.edu.au> X-Sender: pjdonald@latcs4.cs.latrobe.edu.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Tue, 11 Jul 2000 10:50:22 +1000 To: ant-dev@jakarta.apache.org From: Peter Donald Subject: RE: Question re: jaxp.jar and parser.jar In-Reply-To: <125911DC0503D4119E2400508B0CCD2F961905@eamrcnt718.exu.eric sson.se> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 07:47 10/7/00 -0500, you wrote: >Constantly futzing with extremely long classpaths is just gross. Every time >I go to run a project that uses "external" JARs, I scream because I have to >set up classpaths and such. WHY can't the JVM ALWAYS know the classpath to >the system classes (java.*, the standard classes?) I don't understand why >settiing -classpath should make the stupid JVM forget where to find the >important classes. It just plain sucks. try java 1.2/1.3 that does what you want >The standard extension mechanism seems like it could ease some headaches, lots pain - suffering. At least if you have a number of java applications. A lot of java applications I know of bundle a seperate jre for each application just to make sure that this aint a issue ! Many a time I've had to shuffle jars in out and about extension classpath due to version clashes etc. It is basically the java version of library mayhem or dll hell (depending on you OS) and should be avoided at all costs. Cheers, Pete *------------------------------------------------------* | "Nearly all men can stand adversity, but if you want | | to test a man's character, give him power." | | -Abraham Lincoln | *------------------------------------------------------*