Je développe un Webservice de RESTful sur Java utilisant Eclipse avec les étapes suivantes:
Fichier> Nouveau> Projet Web dynamique
Ensuite, j'ai configuré ces options:
Runtime cible: Apache Tomcat v7.0;
Version du module Web dynamique: 2.5 (car j'utilise Axis2);
Configuration: Configuration par défaut pour Apache Tomcat v7.0 et (les deux options)
Dans le libellé "Modifier", j'ai ajouté "Services Web Axis2" et "JAX-RS (Services Web REST)"
Ensuite, quand j'ai créé ma nouvelle classe, j'ai ajouté
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
mais Eclipse lance l'avis
Impossible d'importer javax.ws
Je ne sais pas la question suivante
Importez le fichier jar: javax.ws.rs-api-2.0.jar Et ajoutez-le à Java. Le problème sera résolu dans Windows.
Importez le fichier jar: javax.ws.rs-api-2.0.jar Et ajoutez-le à Java. Le problème sera résolu dans Windows.
Lien vers le pot: http://www.Java2s.com/Code/Jar/j/Downloadjavaxwsrsapi20jar.htm
Informations sur son importation dans Eclipse: http://tech.amikelive.com/node-269/Eclipse-quick-tip-resolving-error-the-import-javaxservlet-cannot-be-resolved/comment-page -1 /