I use Eclipse (3.4) and my class compiles without warning or errors. My project uses an external jar file.
Where do I need to put this external jar file in order not to get a java.lang.NoClassDefFoundError
when using this class from another project (not in Eclipse)?
I could just extract the jar into the project folder, but that does not feel right.
Edit: this question is not about importing jars in Eclipse, but using them outside of Eclipse.