Shravan wrote: > Miguel, > I have been able to checkout and successfully build JMol.
Jmol with a lower case 'm' > Please let me know a path where I can check in the JCamp > code and start work on the integration. Shravan, I think that you should start off by doing the following ... I wrote some controls that talk to the JmolApplet. I think that it would be good for you to compile that code and look at it. This will be a simple example of how the jcamp applet will communicate with the Jmol applet. The code is in examples/externalAppletControls. I have not yet created a build.xml 'ant' file to compile the code. However, you should be able to do it from the command line. You will need to specify a classpath in order for it to compile. You can point to JmolApplet.jar (or Jmol.jar) for the classpath. Once you get the code to compile then you should be able to set it up on a web page. In the directory is a single .html file that will demonstrate use of these controls. Get this running and let me know if you have any questions. Review the source code for these examples ... you will see that it is very simple. If you want, you can take notes and create a README or HOWTO file that we can add to the examples/externalAppletControls directory. Once you get that running we will set you up in CVS under src/org/jmol/jcamp Miguel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
