I know its broken right now but does anyone have a workaround. I'm trying to
compile a test app using jdbc(mysql). Linux code works fine, but windows
executable is broken(using class.forname). I tried using:
private static Class class3 = com.mysql.jdbc.Driver.class;
to force the linker to include the class, but it still fails.
Thanks
Chris
P.S.
Sorry I posted this on the wrong list before....
|