First make sure that the file 'libjvm.so' is installed on your system: 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 th...