This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

native vs class Classes


Hi,

I have a question:

When you load a class from a natively compiled java program by doing:

Class.forName("com.mysql.jdbc.Driver");

It loads the .class file -- from the classpath.

How about all the classes that are referenced in that class? does it
need to load them too? Or can it look them up in the natively compiled
library (I mean mostly the standard classes that are in libgcj.so)?

Does someone have some documentation on how class loading works in
libgcj somewhere?

Thank you,
-- 
StÃphane Konstantaropoulos
- Research Student, Computer Science
-- University of York, http://www-users.cs.york.ac.uk/~stephane

Attachment: signature.asc
Description: Ceci est une partie de message=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]