Is there a way to override system name for Java app?

223 Views Asked by At

There is a Java Web Start application that I'm trying to run under Java on Linux. I'm using icedtea-netx on Ubuntu Linux. When I try to run the application, it starts up, shows the splash screen, then produces an error saying:

"Currently the application only supports the following system: Windows".

So I'm wondering, is there a way to set your system information in Java to pretend that it’s Windows? I understand that this program might really require some aspect of Windows, but I'd like to try anyways. Thanks.

0

There are 0 best solutions below