Re: apache fop and Logger
Re: apache fop and Logger
- Subject: Re: apache fop and Logger
- From: Chuck Hill <email@hidden>
- Date: Mon, 24 Nov 2003 17:31:16 -0800
At 04:37 PM 24/11/2003 -0800, Michael Warner wrote:
>
>all my .jar files are in /Library/Java/Home/lib/ext
>
You'd want to be careful with that. That is intended for jars of classes
that extend the core Java API, originally the javax.* family. Classes
loaded from there have some restrictions on them as to which classes they
can instantiate (a security thing). Putting some jar files in there can
actually cause problems rather than alleviate them. Jars for EOF plugins
being a notable example. A better place is the WebObjects Extensions
Directory:
http://developer.apple.com/documentation/WebObjects/WhatsNew5.2/WhatsNew/cha
pter_1_section_4.html
Or put them in a framework and include that.
If you use Eclipse and WOLips, it will do the imports for you as long as it
can find the Jar files. Not that I'd want to tempt you with shiny new
features. ;-)
Chuck
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.