PDA

View Full Version : java-18-openjdk-amd64/lib/libawt_xawt.so



Anselmino
2023-05-20, 09:06
Hi everyone,
when i try to run Burpsuite in kali on virtualbox burp can't started because the library libawt_xawt.so there isn't in java 18 (but there is in version 17).

i try to install the library but this is the response:



└─$ sudo apt install libawt_xawt.so
[sudo] password for kali:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libawt_xawt.so


ok, i want, if possible, use the current version (18) whit burp or use the version 17 but: how to do?

Please help me, thanks.

Anselmino
2023-05-29, 11:23
ok, i fixed it myself.
the command I used to change the version, from 18 to 17, is the following:

sudo update-alternative--config java

then i chose the minor version and so burp suite works now.
thank you all for your cooperation.