How to use external JARs in Eclipse
807569Jul 18 2006 — edited Jul 18 2006Hello.
I created a jar file like that:
jar -cvf0 WarShell.jar WarShell.class
I want to use WarShell.class in Eclipse but it not in my classpath,so I choose [Project] -> [Properties] -> Java Build Path -> Libraries -> Add External JARs and add WarShell.jar to the list.
But when I run the program I got a Exception:NoClassDefFoundError.
Why?How to fix it?
Another question... Your classpath is not available in Eclipse,right?
Thanks for your time! ^_^