开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜