> Okay, so here's my issue:
>
[quoted text clipped - 5 lines]
> downloaded the Oracle JDBC drivers (class12.zip, or whatever the name
> was) and unzipped in the lib\ext directory. I can connect when I'm in
Java libraries (.jar or .zip) should not been unzipped, you just refer
them in the classpath and they are available.
> How can NetBeans not see those files when they are in the lib\ext
> folder? I tried mounting that folder as a filesystem, but that didn't
> help. What stupid little thing have I neglected? Any ideas?
Mount the driver library (.zip) itself, not the folder.
-Markku-
NotAsDumbAsILook - 18 Feb 2004 00:58 GMT
Thanks! That worked like a charm! I can access my database and mess
around with the data.
I realized that I was mounting a "Local Directory" rather than
"Archive Files" and that's why I was getting confused with everything
and thinking that I needed to unzip the jdbc drivers. Someday I'll
figure this Java out!
> > Okay, so here's my issue:
> >
[quoted text clipped - 16 lines]
>
> -Markku-