Re: How to use Java program with in ColdFusion MX

2004-03-12 Thread Thomas Chiverton
On Thursday 11 Mar 2004 16:31 pm, Pete Ruckelshaus wrote: > class using cfobject tag but it gives the error that 'class file not found' We just drop the classes into /WEBINF/lib (where cfmx_bootstrap.jar lives). Saves messing with classpaths. -- Tom Chiverton Advanced ColdFusion Programmer Te

How to use Java program with in ColdFusion MX

2004-03-11 Thread Pete Ruckelshaus
Hey, I need to use a Java application program(Either simple Java class or Servlet) with in ColdFusion MX application program.I tried to use java class using cfobject tag but it gives the error that 'class file not found' though I did set classpath using ColdFusion administrator.I dont know how to