Im trying to invoke a ColdFusion component from java by using the CFCProxy Object, however when I try to do the import:
import coldfusion.cfc.CFCProxy;
I get the error message:
The import coldfusion cannot be resolved.
Can anyone tell me what this means and give some direction on how to fix the issue?