> Some differences in this release:
> 
> -- Jmol.js is retired. You won't find it there. We need to move on...
> 
> -- the main files are just these:
>     jsmol.zip
>     Jmol.jar
>     JmolData.jar
>     JmolLib.jar

So JmolAppletSigned.jar as a  Java applet is no more!   We process a lot of 
large cube files  (sometimes  250+ Mbytes) for isosurface renderings, and  Java 
applet-based rendering was always impressively fast for such large files (we 
have a number of web pages  with preloaded scripts we ask students to use, 
rather than using the  Java application itself).   JSmol is, lets face it, 
pretty slow for large surfaces.  

If the applet is history, I guess we will have to refactor our deployment for 
students?  ie abandon our signed applet-based web pages and instead deploy 
Jmol.jar and various scripts on our 150+ teaching machines and laptops.  Is it 
possible to invoke  Jmol.app with a preloaded script specified as eg an option 
on the command line? I know that an environment variable (on OS X) will also 
need setting to do that in order to generally run jmol.jar  from any location.

For example  I cannot eg paste a script into the  Java console window on  MacOS 
because it does not support copy/paste on that platform. Any help on eg how to 
map the  Jmol.js based script

<script type="text/javascript">
//<![CDATA[
jmolSetTarget("cs"); jmolButton('x = file("?");load @x;isosurface sign color 
red blue cutoff 0.02 @x;isosurface  cache;isosurface opaque;set exportscale 
10;write @{""+x+".wrl"};',"Load a cube file/write  VRML")
//]]>
</script> 

onto a  Jmol.jar invocation would be highly appreciated (the JSmol invocation 
is similar to the old applet, but I am worried about its performance).  
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to