| Author |
Jar file loading....
|
Hardik Raja
Ranch Hand
Joined: Feb 07, 2006
Posts: 117
|
|
I have 2 hosts connected over a network.... I have transferred an Executable jar file from one host to the other and the jar file now exists on the destination host filesystem. Is there any mechanism to load this jar file in destination host JVM, from within the source code ? Please revert back if you need any other information Can anyone please give their suggestions on the above problem.Thank you in advance. Regards, Hardik.S.Raja
|
 |
Srikanth Ramu
Ranch Hand
Joined: Feb 20, 2007
Posts: 76
|
|
|
you can use java.net.URLClassLoader to load classes from the given jar files that are not in the classpath
|
 |
 |
|
|
subject: Jar file loading....
|
|
|