This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
When its running the program then its throwing the following error:
What I did is:
1) I placed base64coder.jar in /WEB-INF/lib
2) I also copies the file to jdk/jre/lib/ext
3) I un-jar and made folder org/apache/commons/codec/binary/Base64/Base64Coder.class in /WEB-INF/classes
If that's not working then either: (a) the class isn;t in the jar file, or (b) your web app is structured incorrectly such that the lib folder isn't getting loaded.
The Commons Codec library has no such class - what is that supposed to be?
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
posted
0
Tim Moores wrote:What is "base64coder.jar"? It sure doesn't sound like the name of an Apache Commons jar file (which would be something like commons-codec-1.5.jar).
Dear Bear Bibeault & Tim Moores,
Thanks from the bottom of my heart.
You are right Tim Moores.
The problem was jar file. When I checked the unjar package then this was biz_source_code_Base64 package instead of org.apache.....