Well, I already posted this question some days ago but I went away.
I will ask it in a different way since somebody misunderstood it.
Is it possible to implement the following method?
/** Returns true if and only if tis JVM is running on a MS Windows XP system.
*/
public boolean isWindowsXP();
Of course the same question applies to any other OS like Solaris, Linux, etc.
Thanks