Thank you for the quick response Matthias.

In this link
<https://www.oracle.com/technetwork/java/javadb/overview/index.html> it
mentions that JavaDB is included in JDK (and the actual link to the JDK
there points to the latest JDK). But reading more carefully, it looks that
this is only applicable till JDK 7. They forgot to update the link.

The reason I posed this question is because I 'm to modify (rather create)
the SQL Query Profiling test case
<http://netbeans-vm.apache.org/synergy/client/app/#/suite/2254/v/1> which
is empty! I thought to use a JavaDB for the test case like it is done in
the Database Test Specification
<http://netbeans-vm.apache.org/synergy/client/app/#/specification/389/v/2>.
This would avoid download a driver for a db etc. But now that JavaDB is
gone, need to see what to do.

I notice that drivers for MySQL, Oracle OCI & Thin client and Postgresql
are included by default, but what about drivers of other DBs (SQLite,
HSQLDB, MariaDB, Apace Derby)?  License issues?

Thanks.

John.

On Tue, 23 Oct 2018 at 23:01, Matthias Bläsing <[email protected]>
wrote:

> Hi John,
>
> Am Dienstag, den 23.10.2018, 22:20 +0200 schrieb John Kostaras:
> > No JavaDB support anymore? *Services (tab) -> Databases -> JavaDB *you
> > cannot start any server any more, while expanding the *Drivers* node
> there
> > no driver for JavaDB. I 'd expect that installing *Java EE Base* plugin
> it
> > would install it, but no.
>
> the JavaDB driver was taken from the JavaDB installation of a JDK and
> to my knowledge was never redistributed with netbeans.
>
> > I 'm on Mac. Oracle site claims that JavaDB is part of the JDK (also of
> > version 11) but I couldn't locate it.
>
> Not sure where it is claimed, that JavaDB still exists, but the JDK
> bugtracker has an issue, that removes JavaDB from the JDK as of JDK 9:
>
> https://bugs.openjdk.java.net/browse/JDK-8080959
>
> However, JavaDB was just Apache Derby rebranded. So here you go:
>
> https://db.apache.org/derby/derby_downloads.html
>
> HTH
>
> Matthias
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to