KrishnaWadhwani / Java-Editor

A Text Editor For Java Made By Krishna Wadhwani
1 stars 0 forks source link

Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so #2

Open KrishnaWadhwani opened 3 years ago

KrishnaWadhwani commented 3 years ago

Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so

If Anyone Is Able To Resolve The Above Error Than You Can Contribute

HideKrash commented 2 years ago

Prueba instalando la versión que intenta ejecutar.

sudo apt install openjdk-11-jdk

Saludos.

KrishnaWadhwani commented 2 years ago

Can you please talk in English Thank you

HideKrash commented 2 years ago

Try installing the version you are trying to run.

sudo apt install openjdk-11-jdk

Regards

DeCode39 commented 1 year ago

I tried that but it still didn't work.

$sudo apt install openjdk-11-jdk Reading package lists... Done Building dependency tree
Reading state information... Done openjdk-11-jdk is already the newest version (11.0.20.1+1-0ubuntu1~20.04). openjdk-11-jdk set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

aamrun commented 1 year ago

This worked for me, install Openjdk Java 17 again. The default install doesn't come with the library.

On Ubuntu 22.4 in WSL :

apt install openjdk-17-jdk

KiloSheet commented 10 months ago

Why Abas or Wylot is Gay???

swartik commented 3 months ago

Hey, thanks @aamrun – that solved my problem!