Theia icon indicating copy to clipboard operation
Theia copied to clipboard

No longer works on linux

Open Doogie13 opened this issue 3 years ago • 4 comments

The select file button doesnt do anything on linux (rendering it useless)

Doogie13 avatar May 12 '21 14:05 Doogie13

This is also a problem on windows. Using an older version works for me, however the tool doesn’t have the same function.

WooHooASDF avatar Jun 01 '21 06:06 WooHooASDF

java.lang.NoClassDefFoundError: javafx/stage/DirectoryChooser

^^ on linux

MOMIN5 avatar Jun 23 '21 11:06 MOMIN5

not a Linux problem, it's most likely a JDK/JRE problem (the JDK/JRE is obviously missing DIrectoryChooser class)

HeyaGlitz avatar Jul 20 '21 13:07 HeyaGlitz

try using Azul JRE FX (>Java 11), it fixes it on both systems

HeyaGlitz avatar Jul 20 '21 13:07 HeyaGlitz