Got an old Java class that was written for CFMX7 and can't get it working in CF10...
The class file is WavFileConverter.class (and is in /home/cfx)
I've never had it in a .jar as far as I know, when using it with CFMX7.
Now when I try to instantiate it, I get:
WavFileConverter (wrong name: com/dml/coldfusion/tags/WavFileConverter)
The settings in CFAdmin are:
Tag Name: CFX_WavFileConverter
Class Name: WavFileConverter
And I have set ColdFusion Class Path of /home/cfx
Any suggestions? It's been a long time since I did much CF!