Hi i want to know that how can i find Syatem information in Java. Is there any way to get all the hardware and software information and display it using Java code
Hi,You may call Win32/Linux OS specific functions with JNative (it's a free LGPL generic JNI wrapper).see how at : http://jnative.free.fr/SPIP-v1-8-3/article.php3?id_article=10--Marc ( http://jnative.sf.net)