I tried with:
PATH=$PATH:/apps/abc/xyz/lib/*.jar
export PATH
But it won't work. I need to add each jar explicitly while running my code. Is there any way to add all jars in one folder and add that folder in -cp that will reduce effort of adding each jar explicitly.
Please Help..