RE: CFMX & Java API

2004-09-16 Thread Jeff Chastain
Okay, ignore this whole thread ... I have it figured out. Thanks -- Jeff   _   From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 7:54 PM To: CF-Talk Subject: RE: CFMX & Java API Okay, I have answered my first question.  The first error message was b

RE: CFMX & Java API

2004-09-16 Thread Jeff Chastain
Okay, I have answered my first question.  The first error message was being generated because I needed a second jar library included in the classpath. Once that was in place, the first line passed. Now, the second error that I was afraid would appear.  ColdFusion does not know what the 'response

RE: CFMX & Java API

2004-03-11 Thread Jeff Chastain
Thanks, this make sense.  Now I just need to find a Jar or Class file. On the off chance - anybody done any work with the Plumtree EDK? Thanks -- Jeff   _   From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 10:57 AM To: CF-Talk Subject: Re: CFMX & Java

Re: CFMX & Java API

2004-03-11 Thread Bryan Stevenson
re-visit CreateObject()   that will allow you to fire up the java objects that you'll use in the package as far as getting CF to recognize your Java packageif you're on Windows then just drop the JAR or CLASS files in the \cfusionmx\cfx\java directory and cycle the CF services...in CF Admin

Re: CFMX & Java API

2004-03-11 Thread Massimo Foti
> I have a Java based application API (Plumtree Software's EDK) that I would > like to access using ColdFusion.  The problem is my Java is a bit rusty to > say the least.  Can anybody offer some pointers as to where I would start in > attempted to instantiate a Java package (hopefully this is the r