File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Jar file loading.... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Jar file loading...." Watch "Jar file loading...." New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jar file loading....
 
Similar Threads
File.renameTo() Failing On Solaris
creating jar file from eclipse
something i don't understand in my routing table (simple question)
Can't connect to MySQL database with Hibernate
Get message out of EJB