I wrote a Java application because the official application is only available for Windows. Because I want to ensure that I don't get into trouble I want to prohibit that it runs on Windows.
What can I check to know if the application runs on Windows and therefore immediately quit the application?
Other advises are welcome, too.