microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

JavaFX on Linux needs libxslt.so.1 #22

Open olivierdagenais opened 8 years ago

olivierdagenais commented 8 years ago

A user encountered the following error:

java.lang.UnsatisfiedLinkError:
  /path/to/jre1.8.0_60/lib/i386/libjfxwebkit.so: libxslt.so.1: cannot open shared object file: No such file or directory

...it would be nice if the JavaFX provider was able to detect this as part of its compatibility check, possibly by attempting to launch a WebView, to be sure it works.