May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why do I get a ClassNotFoundException when I load my applet? |
| If your applet is in your classpath, you're probably missing some of the EJB classes. If you are using WebLogic, try using /classes/ as your codebase (make sure you copy your applet into the WebLogic classes directory). Otherwise, you should make a directory containing all your EJB classes. |
| Q1: | Why do I get security exceptions when I run my applet? |
| Your EJB server might require the applet to do something it's not allowed to do. You can use the code signing technique to sign your code, or just change your security policy to trust classes loaded from the URL where you're loading your servlet. | |
| Q2: | Why can't my applet find an initial context ... |
Read now
Unlock full access