This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Dynamic class loading also with compilied objects?
- From: Andrew Haley <aph at redhat dot com>
- To: Linuxhippy <linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 25 Nov 2002 11:20:04 +0000 (GMT)
- Subject: Dynamic class loading also with compilied objects?
- References: <3DE14808.3030904@web.de>
>
> Is it possible to load complied java (object-files) with gcj-compilied
> programs.
> The FAQ says, that its possible to load and interpret class-files
> dynamically but is this also possible with already compilied classes?
Yes. See Compatibility->Extensions in gcj's info.
Andrew.