You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run this app on Linux distro and I get this error message:
$ java -version
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
$ javac -version
javac 1.8.0_252
$ java -jar MercuryTrade.jar
23:20:28.707 [main] ERROR ErrorHandler - java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not supported.
at java.awt.Window.setOpacity(Window.java:3627)
at java.awt.Frame.setOpacity(Frame.java:962)
at com.mercury.platform.ui.frame.other.MercuryLoadingFrame.initialize(MercuryLoadingFrame.java:26)
at com.mercury.platform.ui.frame.AbstractOverlaidFrame.init(AbstractOverlaidFrame.java:85)
at com.mercury.platform.AppMain.main(AppMain.java:25)
I'm trying to run this app on Linux distro and I get this error message:
The specs for my distro are:
The text was updated successfully, but these errors were encountered: