spring - How to load jar file in Java project as a dependency programatically -


in jar:

class {getter setter} 

in war:(load above jar runtime)

class b {a a=new a()} 

problem :

now actual problem when deploy war without adding jar dependency (in pom), want pick jar local sys folder when deploy war.

i tried urlclassloader, problem here able load classes jar, still class a unable resolve.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -