Question
createObject work around?
I have a customer on a Godaddy with ColdFusion 8. BUT Godaddy doesn't allow cfobject or createobject() and part of his code is to create a java ojbect.
Specifically
createObject("java","javax.crypto.spec.SecretKeySpec")
createObject("java","javax.crypto.Mac")
I've tried making these into cfinvokes but no luck. Maybe I'm doing it wrong. Anybody have a suggestion or 2?
