Class.forname:Oracle "Error" cannot resolve Sysmbol
843829Mar 24 2005 — edited Mar 24 2005I am stil new in java can you pls help me with this error. I have a main class
i am trying to make an oracle connection but i get this error when I RUN THE CLASS IN DOS
Try.java [61:1] cannot resolve symbol
symbol : method forName (java.lang.String)
location: class Class
Class.forName("oracle.jdbc.driver.OracleDriver");