[testng] Exception in thread "main" java.lang.NoClassDefFoundError: com/beust/jcommander/ParameterException
...
[testng] Caused by: java.lang.ClassNotFoundException: com.beust.jcommander.ParameterException
--
You received this message because you are subscribed to the Google Groups "testng-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/testng-dev/-/_n36O816Fc8J.
To post to this group, send email to testn...@googlegroups.com.
To unsubscribe from this group, send email to testng-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-dev?hl=en.
Similar thing was posted on StackOverflow. It wasn't fully resolved (the OP used a workaround), so I'm posting a test case that shows the problem.
--
You received this message because you are subscribed to the Google Groups "testng-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/testng-dev/-/-PuzyduTYBcJ.
$ javap -classpath /Users/cedric/.ivy2/cache/org.testng/testng/jars/testng-6.3.jar:/Users/cedric/.ivy2/cache/junit/junit/jars/junit-3.8.1.jar:/Users/cedric/.ivy2/cache/org.beanshell/bsh/jars/bsh-2.0b4.jar:/Users/cedric/.ivy2/cache/com.beust/jcommander/jars/jcommander-1.12.jar:/Users/cedric/.ivy2/cache/org.yaml/snakeyaml/jars/snakeyaml-1.6.jar com.beust.jcommander.ParameterException
Compiled from "ParameterException.java"public class com.beust.jcommander.ParameterException extends java.lang.RuntimeException{public com.beust.jcommander.ParameterException(java.lang.Throwable);public com.beust.jcommander.ParameterException(java.lang.String);}
--
You received this message because you are subscribed to the Google Groups "testng-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/testng-dev/-/ryTRNDlBMVMJ.