Question
1
Replies
57
Views

Morgan Stanley
IN
Posted: May 15, 2020
Last activity: May 28, 2020
Last activity: 28 May 2020 9:52 EDT
Closed
Using expression like * to include jars in a directory with compiler/defaultPaths setting in prconfig.xml
I have many jars that i need to add to my compiler path. Instead of specifying individual JAR paths in the prconfig.xml file's compiler/defaultPaths setting.
Can i add a directory instead of adding individual jar's. Like we do with Class-Path in manifest.mf file, where we specify Class-Path: /mydirectory/
http://todayguesswhat.blogspot.com/2011/03/jar-manifestmf-class-path-referencing.html