import Javax.xml.ws.Endpoint got error
I use this line in my code:
import Javax.xml.ws.Endpoint;
开发者_开发知识库
It is error, The import Javax cannot be resolved
. I thought that I am already using Java SE6.
It should be javax.xml.ws.Endpoint
With 'J' in javax as small.
精彩评论