Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 10 の JxBrowser により、「サポートされていないオペレーティング システム」が発生します。を使用してこのエラーを克服できますSystem.setProperty("os.name", "Windows 8.1");。ただし、この問題を克服するために JX-Browser 側に設定はありますか?
System.setProperty("os.name", "Windows 8.1");
(私は JX ブラウザ 6.6 を使用しています。)
JRE をアップグレードすることをお勧めします。「os.name」システムプロパティを介してWindows 10を認識しない古いJREを使用していると思います。JxBrowser は「os.name」システム プロパティを使用して OS 名とバージョンを判別するため、JRE のバージョンに完全に依存します。