One of my ColdFusion 8 templates that uses CFObject can't find a class file that's sitting in the same folder. Anyone have an idea what the trouble is?
UPDATE:
- OS: CentOS5
- CF Version: 8
My class file is located here: /foler1/folder2/folder2/MyClass.class
When I try and use <createobject class="MyClass" ...>
from a script in the same directory, I get the error message:
Object Instantiation Exception. Class not found: MyClass