sudo find / -mount -name "libjvm*" If it shows up as being installed on the system, most likely it is missing from your 'LD_LIBRARY_PATH' variable(see next bullet point). Add the 'libjvm.so' file found on your system to 'LD_LIBRARY_PATH': export...
sudo find / -mount -name "libjvm*" If it shows up as being installed on the system, most likely it is missing from your 'LD_LIBRARY_PATH' variable(see next bullet point). Add the 'libjvm.so' file found on your system to 'LD_LIBRARY_PATH': export...