Jump to content


Java detect cpu model


2 replies to this topic

#1 Jsun

    New Member

  • Members
  • Pip
  • 1 posts

Posted 10 February 2007 - 09:41 AM

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.

#2 flux00

    Valued Member

  • Members
  • PipPipPip
  • 108 posts

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 pater

    Valued Member

  • Members
  • PipPipPip
  • 117 posts

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