May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why do I just get a blank gray box when I load my applet? |
| There are a number of reasons why this happens. If your browser has a Java console option, turn it on to see whether it shows any exceptions. This usually occurs because you forgot to include a class, the applet encounters an exception while running, or the browser doesn't support applets. Also, check the codebase attribute in your <applet> tag to make sure it points to the correct directory. As with standalone applications, your directory structure must reflect the package structure of the Java classes. | |
| Q2: | Why can't I use the JDBC-ODBC bridge from my applet? |
| Applets can't access native libraries and the JDBC-ODBC bridge uses a native library. | |
| Q3: | Why does ... |
Read now
Unlock full access