Originally posted by RAVI Kollepara:
Is there any possiblity to give a solution which has to work independant of platform?
No, there isn't. If you want to use it on different platforms, you will have to write JNI library for every platform. As posted before, on Win32 you can use the Win32 API, and on Linux (and other unices) you can use the proc filesystem to do this.
Regards,
Kris
[ June 21, 2004: Message edited by: Kris Philippaerts ]