Netbeans 8.1 and Jersey 2

假装没事ソ 提交于 2019-12-11 12:47:55

问题


I have the latest version of netbeans and I'm trying to run the DataAppClient Sample which comes with JavaFX SDK Samples, DataAppClient imports the following packages :

com.sun.jersey.api.client.Client;
com.sun.jersey.api.client.UniformInterfaceException;
com.sun.jersey.api.client.WebResource;
com.sun.jersey.api.json.JSONConfiguration;

Netbeans shows an error sign on each of these packages says "package doesn't exist". it's clear that all these packages related to the Jersey, and all the Jersey libraries are included in the project libraries "Jersey 2.5.1 (JAX-RS RI) - ******"

I tried many of the solutions published on the net, but no one solve my issue.

How can I solve it.....

来源:https://stackoverflow.com/questions/36033117/netbeans-8-1-and-jersey-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!