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........
>
>