This might seem a bit pedantic but if you've typed the error accurately then then you are missing a capitalization on oracle.jdbc.driver.Oracledriver
it should be oracle.jdbc.driver.OracleDriver
Sorry if you just think 'well yeah alright I just typed it wrong' !!
I want to be able to store a number of objects and access them, as in with an array or vector. The problem is that you can't use methods of objects while they're in the vector (you can't say: myObjects.elementAt(i).myMethod() ) because while something's in a vector you can only use the methods...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.