Running Java CFX Tags on ColdFusion 4.0.x
Suggestions for getting Java CFX tags to work with ColdFusion 4.0
CFDEV.COM does not support it's Java CFX tags on ColdFusion 4.0 or 4.0.1. However if you want to try here are some suggestions.
Since ColdFusion 4.0.x does not support Java CFX tags out of the box, you have to download
CFX_J. Download the tag and install it. The main difference is that you need to specify a class in that tag call, where 4.5+ lets you set that up in the CF Administrator. So your tag call will look like <CFX_J CLASS="ClassNameOfTag" ... other_attributes>