Madhujith
Madhujith

Reputation: 157

Unsupported operating system

JxBrowser in Windows 10 cause "Unsupported operating system". I can overcome this error using System.setProperty("os.name", "Windows 8.1");. However, are there any configuration in JX-Browser side to overcome this issue?

(I'm using JX browser 6.6.)

Upvotes: 1

Views: 1329

Answers (1)

Vladimir
Vladimir

Reputation: 2267

I recommend that you upgrade your JRE. I suppose you use an old JRE that doesn't recognize Windows 10 via the "os.name" System Property. JxBrowser uses the "os.name" System Property to determine OS name and version, so it totally depends on your JRE version.

Upvotes: 2

Related Questions