hi friends,

my programmers are trying to connect java to o8i. they are using applet. when running on personal oracle, it running properly in the applet viewer but is creating problems in 8i. the connection is given as follows.

drivermanager.getconnection("jdbc:oracle:thin:@137.107.0.1:1521:fineng","x","y")

where 137.107.0.1 is the ip address of the server, fineng is the sid , x is the userid and y is the password.

but it gives the following error.
java.security.Accesscontrolexception:accessdenied<.....
......

is the problem in the database or is the fault in the connection string ? can anyone guide for setting the classpath for classes 12_01 on the server as well. i have done it but wanted to confirm that it is correct .

thanks in adv.

satishpc