| Author |
class not found error in my servlet program
|
david hu
Ranch Hand
Joined: Jul 20, 2001
Posts: 143
|
|
Hi, I installed the "java plug-in" on my servlet server. After that some part of my servlet cannot work. The server said that the class javax.mail.Address cannot found. But before I installed the java plug-in, there's no this error. I think that's java plug-in causes this problem. Before I installed java plug-in I put all serverlet, javamail, and other relevant class in c:\jdk1.3\jre\lib\ext, so I don't need to set CLASSPATH environment variable. Can anyone told me how to fix this "class not found problem"? David
|
 |
 |
|
|
subject: class not found error in my servlet program
|
|
|