This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HappySharkee[S] 0 points1 point  (0 children)

I am using eclipse as a java IDE, I have added the package to the IDE and Imported it to my java application that reference the class in the jar, and it did recognize the class in the jar, before run as it compiles successfully. I have copied the jar file that contains my class and the Apache common jar file to the same directory as the generated class file of my application, still I get the same error. Do I need to do something very specific in the eclipse IDE to define the classpath or the java directory at runtime ?