G
George
Hello,
I am developing a "plug-in" type package for an application server.
I have no control on the classpath, which includes many version of the same
class in many jars.
Unfortunately, the older version comes first, and what I need is the newer
version, which comes later.
As I know, the JVM always use the first one on the path.
Has any way to specifically choose the later one from my code?
Thanks in advance for any help.
regard,
George
I am developing a "plug-in" type package for an application server.
I have no control on the classpath, which includes many version of the same
class in many jars.
Unfortunately, the older version comes first, and what I need is the newer
version, which comes later.
As I know, the JVM always use the first one on the path.
Has any way to specifically choose the later one from my code?
Thanks in advance for any help.
regard,
George