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/