|
From: <bc...@wo...> - 2001-02-06 15:14:03
|
[salvatore.didio] >Why does I have to reload my page to view an applet?; Is there a way to = >load >the applet at the first aperture of the page ? Normally the applet is shown when loaded, including the first time. A common problem is described on http://www.jython.org/docs/jythonc.html """ Note:One special thing to consider when building applets is the java VM version used when compiling the sources must usually be the same as the VM version used by the browser. If a newer JVM is used when compiling the applets, the compiled code may have references to classes that does not exists in older JVM's. """ For further help, you will have to open the java console and tell us what messages there are shown. When using MS-IE 5.0 you may have to enable the java console like this: - Menu "Tools\Internet options" - Folder tab "Advanced" - Checkbox "Java console enabled" must be marked. The java console can be opened from - Menu "View\Java console". regards, finn |