Hi,
I have solved the problem. Still, I am getting problem while i am running the class file. I se the CLASSPATH as
Set CLASSPATH=c:\j2sdk1.4.0_01\jre\lib\rt.jar;
set CLASSPATH=%CLASSPATH%;c:\weblogic\lib\weblogic.jar;
Still, I am getting the following error:
Exception in thread "main" java.lang.AbstractMethodError

racle.jdbc.driver.OraclePrepareStatement.getParameterMetaData()Ljava/sql/ParameterMetaData;
at Test.main(Test.java:20)
My Source Code:
Regards,
Senthamizh Selvan
[ Edited by Dave to format code and remove smiley ]
[ June 24, 2002: Message edited by: David O'Meara ]