开发者

Jython for WEbsphere: referring to directory of jars

开发者 https://www.devze.com 2023-02-17 15:07 出处:网络
I have a directory of jars. How can I tell my appplication / server to use all of them in its classpath?

I have a directory of jars. How can I tell my appplication / server to use all of them in its classpath?

I can use shared lib reference. But, is it also possible to use the classpath option - for example - like this: 'C:\myFo开发者_Go百科lder\' or 'C:\myFolder*.jar'.

Thank you.


In Java 6 (and later) you can actually include foo/bar/* in the classpath to refer to "all the jars in foo/bar".

0

精彩评论

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