I am truing to do an exercise in my Deitel & Deitel book. I have to run the appletviewer, but am having problems.
Example 1. This is what I typed: c:\jdk1.3.1\demo\applets\tictactoe>appletviewer example1.html The error I get is: 'appletviewer' is not recognized as an internal or external command, operable program or batch file.
Example 2. I also tried the following: c:\jdk1.3.1\demo\applets\tictactoe>jdk1.3.1\bin\appletviewer example1.html The error I get is: The system cannot find the path specified.
Example 3. I also tried the following: c:\jdk1.3.1\demo\applets\tictactoe>jdk1.3.1\bin appletviewer example1.html The error I get is: The system cannot find the path specified.
I asked my instructor why the first example wouldn't work and he said to do what I did in the third example. Can someone please let me know what I'm doing wrong? Thanks a lot!!
How did you get to the DOS prompt? If you typed in 'command' at the 'Run' menu, then you get all these invalid path messages at the DOS prompt. Type 'cmd' from the 'Start -> Run' menu. You won't have this problem. I hope this helps out...let me know.