Hello,
might be that I am missing some point here so not sure if I should
report it to this list ...
I got a problem building a plain old style command line example (no ant,
no netbeans)
from HelloWorld example with:
java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode)
shows that to build the example
jersey.jar and jsr311-api.jar are enough as stated in
docs/dependencies .
Running the example gives an error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/objectweb/asm/Class Visitor
at
com.sun.ws.rest.api.core.ClasspathResourceConfig.init(ClasspathResource
Config.java:92)
....
Adding
asm-3.1.jar solves the problem.
Best!
Konstantin