c:\> cd \webmate-beta c:\webmate-beta> \jdk1.1.8\bin\java WebMate |
If you are running a different version of jdk, you will have to change jdk1.1.8 in the example above to the version number you are running. The command above assumes that your version of jdk is running off the root directory.
The command is case-sensitive, so make sure you type it exactly as shown. (A lower-case "m" will return an error.)
> java WebMate Can't find class WebMate > setenv CLASSPATH /usr/tmp > java WebMate |
The command is case-sensitive, so make sure you type it exactly as shown. (A lower-case "m" will return an error.)