|
|
Downloading the Jar Version of VDT
vdt10jar.zip - zip archiveThe 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.vdt10jar.tar - tar archive
Installing the Jar Version of VDT
Unzip the file vdt10jar.zip into any folder. The following files will be created:
README_vdt.htm - this fileRunning VDT from the JAR
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
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