public class JythonMain
extends java.lang.Object
/usr/local/jre1.6.0_25/bin/java -cp ./autoplot.jar -Djava.awt.headless=true org.autoplot.JythonMain `pwd`/testVars.jy (and) /usr/local/jre1.6.0_25/bin/java -cp ./autoplot.jar -Djava.awt.headless=true org.autoplot.AutoplotUI --script=`pwd`/testVars.jy
| Constructor and Description |
|---|
JythonMain() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
org.virbo.autoplot.JythonMain
no args, get input from stdin
one arg is the name of a local file containing the script.
|