WorldWindEarth / WorldWindJava

A community supported fork of the NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
https://worldwind.earth/WorldWindJava/
47 stars 13 forks source link

WebView on Linux #74

Open mainstringargs opened 4 years ago

mainstringargs commented 4 years ago

Description

WebViews do not work on Linux. They work fine on OSX and Windows. The BasicWebViewFactory has a placeholder for createLinuxWebView, but it has TODO: implement native WebView for Linux.

Expected behavior:

WebViews appear in Linux as they do in Windows and OSX

Actual behavior:

WebViews do not appear on Linux and an UnsupportedOperationException is thrown

Operating System and Version

Any flavor of Linux

Additional Information

Unclear if this would be possible or if it could be implemented similarly to how the OSX and Windows libraries are.