This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Dynamic Class Loading in GCJ
- From: "Tushar kant" <tusharkant15 at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 24 Dec 2008 19:18:06 -0600
- Subject: Dynamic Class Loading in GCJ
Hi! I'm writing an application in Java using GCJ and would like to
add a plug-in feature to it. I have searched the internet a lot but
couldn't find a way to dynamically load .class\.so files dynamically.
I would really appreciate it if someone could help me on this.