System.getProperty("os.name") does not work (sablevm-1.1.7)
Asutosh Gopinath <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
sablevm does not recognize OS on Xscale linux
public class os
{
public static void main(String[] args)
{
String OS=System.getProperty("os.name");
System.out.println(OS);
}
}
output:
?
-------------
Thanks