Phill B wrote:
> Are there any good tutorials that show you how to write a java class
> and then call it in CFMX?
> 
> I've played a little bit with both but I have yet to get a class I
> have written to work in CF.

Well, you can access the exposed methods and properties of any java 
class you write from within CFMX the same way you access any built-in 
java class.

However, you've got to make sure that it's in the class path. 
Typically, you put the class file into a jar file, then stick it into 
<cfroot>/wwwroot/WEB-INF/lib/ - you may have to restart coldfusion.

Rick





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to