(Java) weird value of System.getProperty("os.version")

Posted by Helpme on Stack Overflow See other posts from Stack Overflow or by Helpme
Published on 2010-05-27T00:29:35Z Indexed on 2010/05/27 0:31 UTC
Read the original article Hit count: 174

Filed under:

hello fellow java developers,

Im trying toget the System.getProperty("os.name") of my own machine. I am running a java application directly from the machine from within eclipse.

My machine is "windows 7"

the returned value is "windows vista" ! Seems wrong, very wrong. and yes I am sure that I am running the app on a windows 7 machine...

Any ideas as to what is going on here?

© Stack Overflow or respective owner

Related posts about java