Re: Netbeans and Derby

2020-03-19 Thread Richard Grin
Hello, In the tab Services of NetBeans you have an entry Databases > Drivers. Add the driver here: Cutomize and add the jar. Which version of Derby do you have? For the version 10.15, you must add 3 files: derbyclient.jar, derbyshared.jar and derbytools.jar. For the older versions, I think you

Re: Netbeans and Derby

2020-03-19 Thread Klerman
Hello, Richard I want to give a try to the code generation from entities with Apache Netbeans. Following some tutorials, I installed Netbeans 11.3 and Apache Derby on a computer with Ubuntu. Some other tutorials show how to generate code, no programming, for simple CRUD cases. But I can't make it w

Re: Netbeans and Derby

2020-03-19 Thread Klerman
Hello, Chris, When I registered the Derby installation in Netbeans, (Services/Java DB/Properties), it only asked for the Java DB installation path, and for a path to locate new databases. I guess that Netbeans uses that information to detect and use the derby.jar and derbyclient.jar. Other that tha

Re: NetBeans and Derby

2020-03-19 Thread Luff,Chris
Yeah, it is not the easiest thing - which jar from the derby installation did you use to create the connection? > On 19 Mar 2020, at 04:42, Klerman wrote: > > Hello, > I'm not sure if this is the right place to post this question. > I'm trying to configure NetBeans 11.3 so it can be used with De

Re: NetBeans and Derby

2020-03-18 Thread Richard Grin
Hello, Do you use Payara? Richard Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De : Klerman Date : 19/03/2020 05:43 (GMT+01:00) À : users@netbeans.apache.org Objet : NetBeans and Derby Hello, I'm not sure if this is the right place to post thi

NetBeans and Derby

2020-03-18 Thread Klerman
Hello, I'm not sure if this is the right place to post this question. I'm trying to configure NetBeans 11.3 so it can be used with Derby. I guess that Derby is correctly installed, as I can execute commands with its utilities in the Ubuntu Terminal. I registered the Derby software in NetBeans, with