Hello, I'm trying to do a quick base64 string test and one if the easiest ways I know how is to use org.apache.commons.codec.binary.Base64 method Base64.isArrayByteBase64. The problem I'm running in to is I've added the "commons-codec-1.10.jar" (and I tried an older one) to WEB-INF/lib and every time I run my cfscript I get the following error.
What am I doing wrong? Thanks, Charles *cfScript language='java' Compilation Error*Request/index.cfmTemplate /Library/MacPatch/Server/tomcat-mpws/webapps/ROOT/index.cfm - Line#-6 <https://slayer.llnl.gov:2600/#line-6>: org.apache.commons.codec.binary does not exist - Line#4 <https://slayer.llnl.gov:2600/#line4>: find symbol symbol: variable Base64 -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
