AppletJmolBinding error

the AppletJmolBinding class tries to import a
org.jmol.applet.AppletConsole but the Jmol jar file contains no
AppletConsole class.

Is there a newer version of Jmol than the 12.1.13 version included in
the downloaded source code?

Thanks,

L. Tyson

Hello Leonard.

···

On 07/11/2011 20:44, Leonard Tyson wrote:

the AppletJmolBinding class tries to import a
org.jmol.applet.AppletConsole but the Jmol jar file contains no
AppletConsole class.

Is there a newer version of Jmol than the 12.1.13 version included in
the downloaded source code?

v2.7 will only build against v12.1.13 of Jmol. You'll find org.jmol.applet.AppletConsole in the JmolApplet-12.1.13.jar under the appletlib directory. You need both Jmol libs on your IDE build path.

Jim.

Just to follow on from my rather terse email from yesterday:

···

On 07/11/2011 20:54, Jim Procter wrote:

Hello Leonard.

On 07/11/2011 20:44, Leonard Tyson wrote:

the AppletJmolBinding class tries to import a
org.jmol.applet.AppletConsole but the Jmol jar file contains no
AppletConsole class.

Is there a newer version of Jmol than the 12.1.13 version included in
the downloaded source code?

There is, and I recently updated Jalview to build against it, but have not yet released the code on the website. The latest source is available from Jalview's git repository. 'Release_2.7_Branch' is the current production version with patch applied, and the 'development' branch is the work-in-progress for the next release.

Jim.