JVGettingStarted

((short description what this page is about))

Running JavaView

((content))

Running JavaView in Batch Mode

Since JavaView v3.89.004 (available at http://www.javaview.de/download/beta) JavaView provides a batch mode. Currently the batch mode allows to use JavaView as a filter (optionally without display)

JavaView recognizes the following new command line parameters:

The parameters exportModel and exportImage may appear simultaneously or individually. The export filter functionality may be used with the standard JavaView, i.e. JavaView is launched but also provides the file conversion or rendering. All other command line parameters (respectively applet parameters) are still allowed. For a list of parameters, see www.javaview.de/doc/userManual/appletParm.html.

Examples:
 
# Only file conversion and rendering, no JavaView window will appear.
javaview myShape.jvx mode=batch exportModel=myShape.obj

# Only file conversion and rendering, no JavaView window will appear.
javaview myShape.jvx mode=batch exportImage=myShape.eps

# Only file conversion and rendering, no JavaView window will appear.
javaview myShape.jvx displayFile=myShape.jvd mode=batch exportModel=myShape.wrl exportImage=myShape.eps

# JavaView is launched, and file conversion.
javaview myShape.jvx exportModel=myShape.wrl

Comments