Hi,
I wrote a plugin that connects to a web service using ClientBuilder.
Everything works fine inside of Eclipse, but when I export my plugin and start it with Magic Draw, I get the error listed below when I try to connect to my web service.
[ERROR] [Inside Magic Draw]
java.lang.NoClassDefFoundError: javax/ws/rs/client/ClientBuilder
The library/jar (javax.ws.rs API) is included with the other Maven dependencies on the build-path, but Magic Draw still produces the above error.
Thanks,