Hello, Maurice

Your problem seems to be related to the location of files. 
I assume you are testing your page from local disk. Java imposes some 
restrictions for 
security (this is explained in the docs), so you cannot have your molecule file 
in a folder that 
is NOT below the folder where the applet files are.

Your setup is

[page folder]
    page.html
    cccc.pdb
    jmol/ [applet files]

Easiest solution is to put Jmol files at the top folder of your pages or 
website. Another choice 
is to move the model files (pdb) into the Jmol folder.
Of course, you must adjust the paths accordingly.

Please, read
http://jmol.sourceforge.net/jslibrary/index.en.html#General%20Recommendations
http://wiki.jmol.org/index.php/Jmol_Applet_Deployment_Local


(This problem will not show when you run the page from a web server, as long as 
both the 
applet files and the molecule file are in the same server; that's why the 
example works in the 
Jmol website)

I realize now that having examples that do not work when exactly copied may not 
be a good 
idea. I'll try to make that clear in the website.


If you have any more trouble, please don't hesitate to come back to this list
Good luck with your presentation

------------------------------------------------------------------------------

_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to