开发者

explicit loading of jaxws

开发者 https://www.devze.com 2023-03-02 22:12 出处:网络
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.

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

精彩评论

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