i am writing the following code in my class which extends JApplet

class.forName(oracle.jdbc.driver.OracleDriver);




exception thrown is driver not found
but when i run this program in a simple class extending nothing the code works fine
Please tell if this is some version problem or something else. i am using java1.2
Thanks