class.forName() and java.sql
Andrew Haley
aph@redhat.com
Mon Jan 27 16:49:00 GMT 2003
Erik Poupaert writes:
>
> >>>> 1. class.forName() doesn't work reliably on any system if an object
> >>>> is statically linked.
>
> As Lars wrote, classes will only be linked if they are referenced
> explicitly. So, adding an explicit reference does the trick. I actually like
> the way it works, because it reduces the number of unused classes in the
> statically linked executable.
Should I take it that this is the only problem you've had with
class.forName(), and so you withdraw the complain that class.forName()
doesn't work?
Andrew.
More information about the Java
mailing list