On Thu, 23 Dec 2004 10:42:01 -0400, Johnny Le <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a specific location where I should put my java class? I have a java > class, and currently I put it in the same directory with my calling page. > When I call it, it says it could not find the class. I registered it in the > Adminstrator under "Java and JVM", but it still doesn't work. > Please help! >
You can put it in your WEB-INF/classes directory, restart the instance, and CF will pick the class up. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188667 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

