Bob,

Thanks for the reply.  However, my app embeds a java vm through the install
package, so I cannot guarantee that the user will have java on their
machine, and I'm not sure how to call the embedded jvm, since it is kind of
obfuscated.

So I'm wondering if use the API directly instead of issuing a command line
call.  I don't want to change the source code, I just want to directly
access the methods in the code.


On 4/11/07, Bob Hanson <[EMAIL PROTECTED]> wrote:

I should add that this uses the jmol.bat Windows command script that
comes with the distibution:

@echo off
rem Set JMOL_HOME to the Jmol installation directory.
rem
if "%JMOL_HOME%x"=="x" set JMOL_HOME="."
java -Xmx512m -jar "%JMOL_HOME%\Jmol.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9

This java command can be adjusted if necessary.


Bob Hanson

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to