hello,i need some help for making a java Web application that gets the clients CPU model, graphic Card,memm and HD specifications !
anyone who knows Java is welcome to give a hand.
Java detect cpu model
Started by Jsun, Feb 10 2007 09:41 AM
2 replies to this topic
#1
Posted 10 February 2007 - 09:41 AM
#2
Posted 26 February 2007 - 04:52 AM
System.getProperty("os.arch"); will return a String representing the operating system's architecture, but it probably won't even work with an Applet.
#3
Posted 26 February 2007 - 05:18 PM
I suppose all you'll get is a "permission denied" type of message here. I'd expect that standard security settings will disallow a web page to get that kind of information from an users computer.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











