Timothy Driscoll wrote:

>hi,
>
>if I could bother someone for a quick clarification, please:
>
>  
>
>>To use JmolApplet0*.jar use the simplest form of jmolInitialize(),  
>>just
>>indicating the directory containing the set of jar files:
>>
>>jmolInitialize("directory-containing-jar-files")
>>
>>for example,
>>
>>jmolInitialize(".")  // jar files are in the same directory as the  
>>web page
>>jmolInitialize("../jmol") // jar files are in a parallel subdirectory
>>    
>>
>
>
>so if I'm not using Jmol.js, I can mimic the above behavior by including
>
>archive="JmolApplet0.jar"
>
>in the applet tag; Jmol itself 'decides' which files to send across.   
>is this correct?
>
>
>  
>
yes, that's all Jmol.js is doing -- indicating the one file to start 
with; JmolApplet0.jar and JmolAppletSigned0.jar have "manifests" in them 
that indicate what program parts are in what additional JAR files. Java 
has automated procedures for taking it from there.

>thanks,
>
>tim
>  
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to