Theia
Theia copied to clipboard
No longer works on linux
The select file button doesnt do anything on linux (rendering it useless)
This is also a problem on windows. Using an older version works for me, however the tool doesn’t have the same function.
java.lang.NoClassDefFoundError: javafx/stage/DirectoryChooser
^^ on linux
not a Linux problem, it's most likely a JDK/JRE problem (the JDK/JRE is obviously missing DIrectoryChooser class)
try using Azul JRE FX (>Java 11), it fixes it on both systems