From garyp@firstech.com Thu Jun 14 23:27:39 2001 Return-Path: Mailing-List: contact commons-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list commons-dev@xml.apache.org Received: (qmail 92483 invoked from network); 14 Jun 2001 23:27:39 -0000 Received: from wren.mail.pas.earthlink.net (207.217.121.64) by h31.sny.collab.net with SMTP; 14 Jun 2001 23:27:39 -0000 Received: from firstech.com (hsa227.pool007.at001.earthlink.net [216.249.78.227]) by wren.mail.pas.earthlink.net (8.9.3/8.9.3) with ESMTP id QAA08110 for ; Thu, 14 Jun 2001 16:27:44 -0700 (PDT) Message-ID: <3B294863.DE6CD5F1@firstech.com> Date: Thu, 14 Jun 2001 16:27:31 -0700 From: Gary L Peskin Organization: The Firstech Corporation X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 CC: commons-dev@xml.apache.org Subject: Re: xml-commons JAXP FindFactory class requires JDK 1.2+ to compile? References: <3B293E5B.12A290EA@sun.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I don't know if this is an issue for anyone else but optimization level 40 under IBM OS/400 tries to preload all referenced classes. This could be a problem for those running under 1.1. They'd have to specify a lower optimization level which is not usually the norm. Gary Edwin Goei wrote: > > cmanolache@yahoo.com wrote: > > > > There is a workaround in xml-xalan's version of jaxp, using reflection, > > you could use that if requiring JDK1.2 to compile is too much. > > So who requires compilation with JDK 1.1? What's wrong with compiling > with Java 2 and distributing the jar files? > > -Edwin