Once a class is loaded, it doesn't have to be loaded again unless
you're in a different classloader. This should be a clue to examine your
code *very* carefully.
On Sun, 6 Oct 2002, Chris Thompson wrote:
> private String a_driver = "org.postgresql.Driver";
> private String b_driver = "org.postgresql.Driver";
> private String c_driver = "org.postgresq.Driver";
Notice anything different?
Aaron