tvlogo1.gif (8585 bytes)
[ Home ]
[ Products ]
[ News ]
[ Contents ]
[ Up ]
[ VRML Info ]

VRMLDataTrimmer - README for Jar Version

For general information about VDT, see the file: vdt.htm

Downloading the Jar Version of VDT

vdt10jar.zip - zip archive

vdt10jar.tar - tar archive

The following instructions are for running the VRMLDataTrimmer application in DOS/W95, using a previously installed version of the Java Virtual Machine (JDK or JRE). For other operating systems, follow your usual process for running a Java application.

Installing the Jar Version of VDT

Unzip the file vdt10jar.zip into any folder. The following files will be created:

README_vdt.htm - this file
VRMLDataTrimmer.jar - JAR containing the class files
help_vdt.htm - general info
vdt_jpc.txt,vdt_scrn.gif - used in help_vdt.htm
RunVDT.bat - example batch file for DOS/W95
Running VDT from the JAR

Edit the file RunVDT.bat to reference the location of the Java VM. The example contains the following:

c:\jre1.1.5\bin\jre -cp VRMLDataTrimmer.jar; VRMLDataTrimmer
      ^^location          ^^Jar file in       ^^Main class
       of Java VM           same folder       (don't change)

If you normally run from the command line, either of the following will probably work:

java -cp VRMLDataTrimmer.jar; VRMLDataTrimmer
jre -cp VRMLDataTrimmer.jar; VRMLDataTrimmer
 
Send mail to webmaster@trivista.com with questions or comments about this web site.
Copyright © 1998 TriVista Technologies, Inc.
Last modified: April 13, 1998