> It seems
> like it is easier to connect a camera to a mac than to get a
> relational database to work from Java. The difference is probably
> that Apple is doing a job with USB-drivers. Apple do not seem to do
> the same job with JDBC drivers. I hope that will change or that
> database implementers at least make drivers available, for the Mac.
> If the jdbc drivers are not easily available the point of the rest of
> the database seem to be of academic value only.
>
> Since the other vendors for Java DB (IBM, SUN, Apache) do not address
> Mac OS X in particular there seem to be at least implicit hints that
> the jdbc-drivers for Java DB is Apples responsibility.
All modern JDBC drivers are 'pure java' JDBC drivers which work equally
well on OS X as on any other platform which supports Java. I use Oracle,
Postgres, MySQL and other relational databases via JDBC on OS X with the
standard JDBC drivers.
I haven't used Derby, but I suspect your problem is simply that you
haven't added the JDBC driver jar to your classpath.
Tom
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden