Skip to content
#

decompile

Here are 78 public repositories matching this topic...

Recaf
Col-E
Col-E commented Nov 14, 2021

Describe the bug

Any call to Desktop.browse(...) freezes Recaf on Linux machines with GNOME

To Reproduce

  • Say "yes" to opening the documentation
  • Help > System info > open recaf directory

The Solution

From: https://stackoverflow.com/questions/23176624/javafx-freeze-on-desktop-openfile-desktop-browseuri

if( Desktop.isDesktopSupported() )
{
    new T

Minecraft Decompiler. A useful tool/library to deobfuscate and decompile Minecraft through popular mappings and various decompilers. Or use it as a lib to process obfuscation mappings such as converting a mapping to another format

  • Updated Apr 15, 2022
  • Java

Improve this page

Add a description, image, and links to the decompile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decompile topic, visit your repo's landing page and select "manage topics."

Learn more