Re: SVN Client

2019-10-14 Thread László Kishalmi
Well, NetBeans had support for 3 kind of Subversion clients. Native library, svnkit and command line. Unfortunately the svnkit had to be removed due to licensing reason. The command line is unreliable and unfortunately the native is a bit hard to configure especially on windows. AFAIK the Silk SVN

Re: {NetBeans IDE] {JAVA]

2019-10-14 Thread Lou
Pete, thanks for the clue.  Looking at the file structure remotely, I think you are correct there is another install of java. I need to check the documentation. ("When all else fails, read the ... manual") Lou On 10/14/2019 3:34 AM, Pete Whelpton wrote: Hi Lou, Sounds like one of two thing

Re: Dark Mode / Mac OS X Catalina

2019-10-14 Thread Luff,Chris
+1 Emillian, we should get our own dark mode created and toggle with the detected OS. Get Outlook for iOS From: James Ostrowick Sent: Saturday, October 12, 2019 11:27:33 AM To: Emilian Bold Cc: NetBeans Mailing List Subject: Re: Dark Mode

Re: Creating HSQL connection from Netbeans

2019-10-14 Thread Don
I'm doing a copy/paste of the connection string from the code (where it works) to the Netbeans "Drivers: Connect With" properties window.  So I doubt that's the problem.  I was able to use the "Databases: New Connection" and supply all the values and that seems to be the trick for me. dga On

Re: Creating HSQL connection from Netbeans

2019-10-14 Thread Emilian Bold
I think their example is bad. Here http://hsqldb.org/doc/2.0/guide/running-chapt.html they mention .getConnection("jdbc:hsqldb:file:testdb", "SA", ""); but if I use in CoolBeans jdbc:hsqldb:file:testdb it fails because it actually tries to create the file at /testdb ie. in a place where normal use

Creating HSQL connection from Netbeans

2019-10-14 Thread Don
I can use the HSQL Driver from Java Code and I can use connections in the IDE made with previous releases of Netbeans but I cannot create a new connection.  Even using an existing connection and changing the file location, both the Test Connection and the Next Button produce a red-letter messag

Question to "Internationalizing"

2019-10-14 Thread bruch-computer
Hello all . . . I have a project with multiple JForm pages and I switch from the "main page" in and back to the pages.  I have multiple property files - and a "static variable" to select which language I want to use on the pages. My problem is that the "initComponents()" line  "java.util

Re: SVN Client

2019-10-14 Thread Geertjan Wielenga
Could you consider using Git (e.g., GitHub) instead? Gj On Mon, Oct 14, 2019 at 2:37 PM Eduardo Mosqueira Rey < eduardo.mosque...@udc.es> wrote: > I am testing NetBeans 11.1 for using in classroom and I recently > discovered that a Subversion client is not included in this version and you > have

SVN Client

2019-10-14 Thread Eduardo Mosqueira Rey
I am testing NetBeans 11.1 for using in classroom and I recently discovered that a Subversion client is not included in this version and you have to install it. This is an inconvenience that means an extra step and a possibility of doing something wrong in the process. Is it possible to include

Re: {NetBeans IDE] {JAVA]

2019-10-14 Thread Pete Whelpton
Hi Lou, Sounds like one of two things: 1) The linker needs to access that .so file and can't - probably because it is in the home directory of the pi user. If you move the jdk folder under /usr/lib/ (on my Linux laptop I tend to stick all the different version of Java I have in /usr/lib/jdk/) wi

Re: Java project now needs classpaths to run it

2019-10-14 Thread Geertjan Wielenga
On Mon, Oct 14, 2019 at 11:16 AM Peter Toye wrote: > Dear Geertjan, > > I agree that the "java" command has nothing to do with Netbeans. I'll try > to be more explicit: > > I have a project which dates back to about 2006 and has a main class which > I'll call A. This uses a separate class B which

Re: Java project now needs classpaths to run it

2019-10-14 Thread Peter Toye
Dear Geertjan, I agree that the "java" command has nothing to do with Netbeans. I'll try to be more explicit: I have a project which dates back to about 2006 and has a main class which I'll call A. This uses a separate class B which I developed separately. I included B as a library using A's p