java , eclipse jar problem
- by Raxvan
Hello ,
i'm kind of new to java. I use eclipse and i imported some jar files with some classes by going to properties - Add External Jars;
The problem is that when i try to use a class from the jar i get the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError: nextapp/echo2/app/event/ActionListener
at…