To invoke JRE applications using –classpath, enter the following command:
jre -classpath <Java support path>;<other directories, if any>
Example
Assuming you installed
Silk Test Classic in the default directory
c:\Program Files\Silk\SilkTest, you are using JRE 1.1.5 as your Java Virtual Machine (JVM), and your CLASSPATH contains only the Java support path, you would launch the application MyJREapp by entering:
Java -classpath c:\Progra~1\Silk\SilkTest\JavaEx\SilkTest_Java3.jar MyJREapp