Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: do reply


Message #1 by "shruti Gupta" <shr_gupta@r...> on 25 Apr 2001 07:12:02 -0000
shruti,

that is applet security issue.  u cannot access system
resources thru an applet.  thus u r getting security
exception.

eventhough if u want to do it u have to go for jar
signers, signed applet...


nitin

--- shruti  Gupta <shr_gupta@r...> wrote:
> Hi...
>    my prob. is that when i run my applet on the
> browser...the database fetching throws the following
> exception:
> 
>  
>
com.ms.security.SecurityExceptionEx[]:java.io.IOException:bad
> 
> path:E:\Test\sun\jdbc\odbc\JdbcOdbcDriver.class
> {
>   //description
> }
> 
> and;
> 
> Exception :
>
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver
> 
> ..................................
> I have made changes in the java.policy file
> too......
> but there has been no effect........
> 
> 

  Return to Index