Hi,
Im getting the following errors when displaying Clock1.class
basicaly I changed all the refs in the Clock2.class demo
of jdk1.1.5 to Clock1 (ie from Class2 to Class1) recompiled
and attempted to use appletviewer to display it to check that
the compiler was working ok.
However when I tried appletviewer I got the following errors.
Both Linux and windows 95 produce the same errors
/usr/local/jdk1.1.5/demo/Clock# appletviewer index.html
File not found when looking for: Clock1
java.lang.NullPointerException
at sun.applet.AppletPanel.createApplet(AppletPanel.java:462)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:398)
at sun.applet.AppletPanel.run(AppletPanel.java:237)
at java.lang.Thread.run(Thread.java)
Does anyone know whats wrong ?
Many thanks
Mattz