Ask Your Question

Anik Samiur Rahman's profile - activity

2020-02-25 20:31:15 +0200 received badge  Teacher (source)
2020-02-25 20:31:15 +0200 received badge  Necromancer (source)
2020-02-20 21:26:58 +0200 answered a question jmol cannot run while plot3d

This can also happen due to mismatched java version number. The java version expected by sage is declared in "~/.local/lib/python2.7/site-packages/sage/interfaces/jmoldata.py" There, in the "JmolData" class at "is_jvm_available" function you'll find the code responsible for java version check.

java_version = re.search("version.*[11][.][06]", version)

See, I've changed the version number to 11.06, it previously was 1.78(=[1][.][78]). Then voila, JMol started working normally.