The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Identify library files

Posted by mridhula` on April 24, 2001 at 9:10 AM

My problem is as follows:
I am trying to load a java classfile dynamically from a remote location. The code that is being downloaded may contain calls to native methods, and hence it involves calls to the System.loadLibrary method.
my problem is: is there some way to identify the fact that the code involves calls to native methods and also to identify the corresponding libraries associated with it, i.e the .dll or the .so library associated with it, even before the static initializer of the class is invoked.





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us