[javaCompiler-users] Class.forname on windows
Status: Beta
Brought to you by:
soapy
From: Chris R. <ch...@dl...> - 2006-06-20 17:08:25
|
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.... |