Hello,
i use eclipse (3.4) an my class compiles without warning nor 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)?
Edit:
I could just extract the jar into the project folder, but that does not feel right.