开发者

import Javax.xml.ws.Endpoint got error

开发者 https://www.devze.com 2023-02-28 17:45 出处:网络
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.End

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

精彩评论

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