I am having a problem with NetBeans compiling
servlets with
JDBC connectivity, primarily Class.forName("org.gjt.mm.mysql.Driver").newInstance();
I have the jar for the Driver class both in my classpath and mounted in the
IDE. My C:\java path is also mounted and designated in the classpath. If I use javac, I can compile any program with the above statement, I just can't get it to work in NetBeans.
Anyone seen this or have an idea?
Thanks
Jason