Results 1 to 1 of 1
Hi,
Trying to run a java program, and getting an error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/cli/CommandLineParser
Reading up, I see I need the Apache commons-cli package. I've downloaded and ...
- 08-30-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 24
Java and installing apache commons
Hi,
Trying to run a java program, and getting an error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/cli/CommandLineParser
Reading up, I see I need the Apache commons-cli package. I've downloaded and unpacked this, and now have commons-cli-1.1.jar ... what do I need to do with this jar file? The docs don't give any advice on where it needs to be installed


Reply With Quote