Hello,

I am a graduate student attempting to use Jmol as a molecular viewer for a general chemistry tool.

I have downloaded and extracted the Jmol files from the "tar" file available
at http://sourceforge.net/project/showfiles.php?group_id=23629 .  I have
downloaded version 10.00.  I do not work at a Linux/Unix station, so the
individual files in the tar file were first extracted and then saved in a
folder called "jmol" on my PC desktop.

I am able to successfully create 3-D molecules (of the form molecule.mol) which
can be viewed using Jmol.jar - however, I soon encounter problems when trying
to embed the applet to view the molecule file in a web page. I am using the
following generic code:


<applet name="jmol" code="JmolApplet" archive="JmolApplet.jar"
       codebase="../jmol"
       width="200" height="200" mayscript="true">
 <param name="load" value="molecule.mol"/>
</applet>

at which point I receive the error messages (from the browser):
"Applet Jmol not initiated"
"Loading Java Applet Failed"

Any assistance in identifying the cause of and/or fixing the problem would be
greatly appreciated. Thanks for your time.


Sincerely,

Mithra



-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to