![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e52. Loading Native CodeOn Windows,loadLibrary("s") loads s.dll . On Solaris, it loads
s.so .
System.loadLibrary("libraryName");
e49. Terminating the Application e50. Determining When the Application Is About to Exit e51. Computing Elapsed Time e53. Implementing a Class That Can Be Sorted e54. Redirecting Standard Output, and Error e55. Getting the Size of the Heap
© 2002 Addison-Wesley. |