This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: dynamic library loading?


Alexandre Oliva <oliva@dcc.unicamp.br> writes:

> What's wrong with System.loadLibrary?

System.loadLibrary loads native methods.  In the JDK, it does
*not* load classes.  If we want to usew it to load classes,
that is an extension we have to define the meaning of.
-- 
	--Per Bothner
bothner@pacbell.net     http://home.pacbell.net/bothner/

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