"Cannot find symbol" problem.
Posted
by joseph
on Stack Overflow
See other posts from Stack Overflow
or by joseph
Published on 2010-06-14T03:47:06Z
Indexed on
2010/06/14
4:02 UTC
Read the original article
Hit count: 312
java
I'm getting the Cannot find symbol
error from my code. Does anyone know what can cause this problem?
// Register JDBC driver Class.forName("net.sourceforge.jtds.jdbc.Driver"); method forName(java.Lang.String)
Class.forName("net.sourceforge.jtds.jdbc.Driver);
^
© Stack Overflow or respective owner