Linux System Information

How can i get Linux System information using JNI?any tips or coding please
[81 byte] By [karthik_murugesha] at [2007-10-3 9:01:14]
# 1

Hi,

Generally you do no need JNI to do that since Linux expose all needed information in the /proc directory.

If you need something else you can call 3rd party library (like qparted) via a JNI wapper like JNative.

You can also create your own library : google is your friend.

--Marc (http://jnative.sf.net)

mdentya at 2007-7-15 4:11:59 > top of Java-index,Java HotSpot Virtual Machine,Specifications...