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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.