Aha.

I am guessing that this is a CFC that wraps around what is discussed
in this Java Tech Forum post - about how to hack the classpath at
runtime, doing exactly what this guy is talking about:

http://forum.java.sun.com/thread.jspa?threadID=300557&start=0&tstart=0

It's really not a good way of doing things, and I think that it was
done more as an academic excercise more than anything else.

Regards,

Mark

On 7/24/06, James Holmes <[EMAIL PROTECTED]> wrote:
> That's good to know - I've not used more than one jar in the array so
> I never tried to see if it would work. Thanks.
>
> On 7/24/06, Mark Mandel <[EMAIL PROTECTED]> wrote:
> > Oh.. well in that case -
> >
> > If you use JavaLoader, you should note it takes an array of paths as
> > an argument.
> >
> > So if you have 2 JAR files that reference each other, if you point to
> > both, they will work fine.
> > (or 17 Jars... whatever).
> >
> > You can see this in my first post about JavaLoader:
> > http://www.compoundtheory.com/?action=displayPost&ID=117
> >
> > And with far less than 300 lines of code, I may add.
> >
> > If you happen to be on the CFHibernate mailing list, you can see that
> > I've got Hibernate running via JavaLoader with relatively ease, and
> > that has no small amount of JAR libraries around.
> >
> > Mark
>
> --
> CFAJAX docs and other useful articles:
> http://www.bifrost.com.au/blog/
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247574
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to