i'm currently using software which is bundled as several jar-files.
how can i make these available system wide (platform=linux )
if i have to set the classpath, it takes so long (you have to specify full
path+name of jar-file for every library) and the classpath always gets
larger.
i'd like to know a good location to place those jars and have my apps check
this directory for the needed libs, without the overhead of needing to
specify every jar-file.
tx
how can i make these available system wide (platform=linux )
if i have to set the classpath, it takes so long (you have to specify full
path+name of jar-file for every library) and the classpath always gets
larger.
i'd like to know a good location to place those jars and have my apps check
this directory for the needed libs, without the overhead of needing to
specify every jar-file.
tx