Hi all, as an Apache project - should we distribute or make the download for Derby easier?
Sven On Fri, Nov 2, 2018 at 12:40 PM Josh Juneau <[email protected]> wrote: > I confirm that downloading the Apache release of JavaDB will provide a > copy of the derbyclient.jar that is needed by NetBeans. Once registered, > you can create connections to JavaDB via Apache NetBeans in the same manner > as in the past. > > Tested on vc2 > > Thanks > > Josh Juneau > [email protected] > http://jj-blogger.blogspot.com > https://www.apress.com/index.php/author/author/view/id/1866 > > > On Oct 24, 2018, at 12:44 PM, John Kostaras <[email protected]> wrote: > > > > 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 > >> > >> > >> > >> > -- Sven Reimers * Senior Expert Software Architect * Java Champion * Apache NetBeans PPMC: http://netbeans.apache.org * JUG Leader JUG Bodensee: https://www.meetup.com/JUG-Bodensee * Duke's Choice Award Winner 2009 & 2018 * LinkedIn: http://www.linkedin.com/in/svenreimers
