PDA

View Full Version : [SOLVED] Eclipse plugin: org.apache.commons.codec.binary.Base64



ukripper
April 6th, 2010, 11:33 AM
I was wondering if anyone knows how can i install org.apache.commons.codec.binary.Base64 plugin in eclipse to use it in my java code? i tried downloading and install it manually from http://commons.apache.org/codec/download_codec.cgi, but not working.

Thanks

ukripper
April 6th, 2010, 12:21 PM
I was under impression when you restart eclipse it add libraries to the project by itself but i guess it didnt happen. So i solved it by adding to my project's build path. Now all working.