java-deobfuscator / deobfuscator-gui

An awesome GUI for an awesome deobfuscator
Apache License 2.0
363 stars 58 forks source link

You need a JVM with JavaFX #43

Closed NoSleepYa closed 2 years ago

NoSleepYa commented 2 years ago

Whenever I try to launch the gui I get an error message reading "could not find class javafx/embed/swing/JFXPanel" and nothing else launches. Anyone else with that issue?

Janmm14 commented 2 years ago

Many OpenJDK builds nowadays do not include JavaFX.

You can download a jvm with javafx for example from https://www.azul.com/downloads/?package=jdk-fx (scroll down to the table) (You don't get a windows installer for older Java versions marked STS) Help for windows: https://docs.azul.com/core/zulu-openjdk/install/windows Help for linux: https://docs.azul.com/core/zulu-openjdk/install/debian

Afaik Oracle propietary builds still include java fx, but the license and login requirement is meh.

Janmm14 commented 2 years ago

See #35, #39, #41