开发者

explicit loading of jaxws

Hi I want to load/use jaxws 2.2. But as java by default provides 2.1, i am not able to load it. I 开发者_开发技巧have tried it with "endorsed" dir and it is working fine.

Is there any way to do the same from my java code?

Regards

Dipankaj


It will not be possible to load from inside java as JVM while loading it has to use these new jar's placed under endorsed directory of jre.

One easy way is to write ant script to copy the jar's to java endorsed directory before starting.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜