Re: Session question

2022-06-23 Thread Bayless Kirtley
My apologies. I did post the question to the HSQL user list. I am also a Netbeans user (exclusively) and may have posted it here accidently. Bayless On 6/22/22 20:50, Guy Daniel wrote: Hi Bayless, HSQL is probably just storing everything in RAM, so unless you hand the same connection

Re: Session question

2022-06-22 Thread Bayless Kirtley
It is a fairly complex application but I will try to produce a smaller example to show some code. Of course, my luck is that the smaller set will probably work as expected. More tomorrow. Thanks for the suggestion. Bayless On 6/22/22 08:10, Amn wrote: A little bit of code and a larger

Re: Session question

2022-06-22 Thread Bayless Kirtley
thanks for the suggestion, Gary. I was not committing. My understanding is that JDBC commits everything by default unless set otherwise. Anyway, I added a commit and still no success. Bayless On 6/22/22 12:12, Greenberg, Gary wrote: Are you committing your changes? -Original Message

Session question

2022-06-22 Thread Bayless Kirtley
using hsqldb 2.5.0 in an app that requires Java 8. My development system is Linux Mint 20. Thanks Bayless - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h

OT Anyone familiar with JPDFWriter?

2022-06-02 Thread Bayless Kirtley
- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit:

Re: How to remove Maven from Netbeans 12.0

2021-11-19 Thread Bayless Kirtley
Thank you Mark. Show Details was the secret. Plugins showed 11 installed, none of which was Maven. After clicking Show Details there were many more, including Maven and Gradle although Gradle was already grey. I deactivated Maven. Thanks again Bayless On 11/18/21 7:09 PM, Mark A. Flacy

Re: How to remove Maven from Netbeans 12.0

2021-11-18 Thread Bayless Kirtley
n. I get the impression maven is checking on updates or something from the past but no way to determine what or why. thanks for the suggestion Bayless On 11/18/21 5:51 PM, Eric Bresie wrote: Was the project created as a Maven project?  Is so it may start up as such and may check on dependen

How to remove Maven from Netbeans 12.0

2021-11-18 Thread Bayless Kirtley
Netbeans 8.2 on the same desktop but without Maven and it still loads much quicker. Is there a way to completely remove Maven from Netbeans? I can't even find it in the list of plugins. Thanks, Bayless - To unsubscribe, e

Re: Cannot remove library from project

2021-06-13 Thread Bayless Kirtley
retired almost 20 years now, I have limited my projects to Java and html. I will keep NB 12.0 for html since I recall it working better but all my Java will probably be going back to 8.2 as the need arises. Long Live Ant. Bayless On 5/24/21 8:06 PM, Mark A. Flacy wrote: No, it just means

Re: Cannot remove library from project

2021-05-27 Thread Bayless Kirtley
t; or even "sane". -- Mark A. Flacy mfl...@verizon.net On Monday, May 24, 2021 6:28:21 AM CDT Bayless Kirtley wrote: > Does this mean that maven won't let me set a dependency on a sister > project right here on the same computer? > > On 5/23/21 6:43 PM, Mark A. Flacy w

Re: Cannot remove library from project

2021-05-24 Thread Bayless Kirtley
Does this mean that maven won't let me set a dependency on a sister project right here on the same computer? On 5/23/21 6:43 PM, Mark A. Flacy wrote: Right-click on the project's Dependencies folder. Add the maven coordinates of the library in question and good things should happen. If the

Re: Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
and burps. Some of these latest "features" are getting a little tiresome though. Bayless On 5/23/21 4:22 PM, Geertjan Wielenga wrote: Look in the project.properties file in the nbproject folder and delete those references. Gj On Sun, 23 May 2021 at 23:18, Bayless Kirtley

Re: Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
then copied source files to it. It uses that same library and I cannot seem to add it as a dependency. What is the secret for adding a dependency on a local library to a new Maven project? bayless On 5/23/21 4:22 PM, Geertjan Wielenga wrote: Look in the project.properties file in the nbproject folder

Re: Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
in a properties file in the nb project folder. You can find and edit in the files view. You are also advised to convert the project to a maven project. That way you can future proof it. Op zo 23 mei 2021 21:35 schreef Bayless Kirtley <mailto:bk...@cox.net>>: I have an old Java 1.8 project t

Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
I have an old Java 1.8 project that needs a few updates. I cannot remove any of its libraries. The option is grayed out and Delete key does nothing. Just tried and this seems to be the case with all my projects. Cannot delete any libraries and most projects are using Java 11, if that makes a

Re: removing the "new project" support for Ant projects

2021-04-20 Thread Bayless Kirtley
Another +1 for me to not eliminating Ant support for new and existing programs. Ant works perfectly well for all my projects too. Bayless Kirtley On 4/20/21 2:10 PM, Marco Rossi wrote: +1 also for me to not eliminating Ant support for new (or existing) projects. Mark Reds Il giorno 20 apr

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Bayless Kirtley
Looks like I am running open jdk 11 rather than 14 On 12/26/20 7:40 AM, Geertjan Wielenga wrote: Strange. Well, if it works, there’s no problem that needs to be fixed. Gj On Sat, 26 Dec 2020 at 14:39, Bayless Kirtley <mailto:bk...@cox.net>> wrote: No. On 12/26/2

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Bayless Kirtley
No. On 12/26/20 7:37 AM, Geertjan Wielenga wrote: Is there another character at the start of that line? Gj On Sat, 26 Dec 2020 at 14:35, Bayless Kirtley <mailto:bk...@cox.net>> wrote: That's very interesting. I just checked my netbeans.conf file and it shows netbean

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Bayless Kirtley
That's very interesting. I just checked my netbeans.conf file and it shows netbeans_jdkhome="/usr" I am running Netbeans 12.0 on Mint 20.0 and I don't have any problems with it. Bayless On 12/26/20 3:18 AM, Owen Thomas wrote: No. Now that you mention it, the value doesn't seem

Re: Java programs run in Netbeans but not outside

2020-08-31 Thread Bayless Kirtley
Thanks to all who suggested Netbeans 12.0. I finally found time from other projects to install it and the problem is now resolved. Bayless On 8/17/20 11:36 AM, Gianluca Ruggero wrote: Hi Bayless, I have had the same problem in Netbeans 11 with all my ant based projects created with Netbeans

Java programs run in Netbeans but not outside

2020-08-15 Thread Bayless Kirtley
in the dist directory and the programs will not run. Even when I just replace the jar file in the dist directory, leaving the lib directory as it was, the programs still will not run. What do I need to do to correct this situation? Bayless

Re: What is GLib and GtkWidget?

2020-05-26 Thread Bayless Kirtley
with java 11 and will proceed along those lines. Thanks Bayless On 5/23/20 11:42 AM, Ty Young wrote: On 5/13/20 9:03 AM, Bayless Kirtley wrote: I'm still getting multiple error messages whenever I run a Java project under Netbeans 11.1 on Linux Mint 19.3, OpenJDK 8. These are samples

Re: What is GLib and GtkWidget?

2020-05-23 Thread Bayless Kirtley
Thanks for the education Ty. I now understand the Glib is necessary and not something Netbeans has introduced. It does seem strange that the programs still seem to run properly and display just fine. Maybe I'll try to reinstall Glib then. Bayless On 5/23/20 11:42 AM, Ty Young wrote: On 5

Re: What is GLib and GtkWidget?

2020-05-23 Thread Bayless Kirtley
Thanks for the answer Neil. At least now I know to look elsewhere, maybe reinstall Glib? Bayless On 5/23/20 11:13 AM, Neil C Smith wrote: On Sat, 23 May 2020, 16:57 Bayless Kirtley, <mailto:bk...@cox.net>> wrote: On googling, I find that  GTK is a tool kit that I h

Re: What is GLib and GtkWidget?

2020-05-23 Thread Bayless Kirtley
supports? If so then how to I remove it from older code? It doesn't seem logical for Netbeans updates to destroy working Java programs. Bayless On 5/13/20 3:39 PM, Geertjan Wielenga wrote: What did you find when you googled some of these error messages? Gj On Wed, 13 May 2020 at 22:25, Bayless

Re: What is GLib and GtkWidget?

2020-05-13 Thread Bayless Kirtley
, this is expected If you are not running a screen reader, please report this warning to the java-atk-wrapper package, explaining how to reproduce this warning On 5/13/20 9:03 AM, Bayless Kirtley wrote: I'm still getting multiple error messages whenever I run a Java project under Netbeans 11.1 on Linux Mint

What is GLib and GtkWidget?

2020-05-13 Thread Bayless Kirtley
r and over. I have never knowingly used GLib, GtkWidget or JawTopLevel. What is going on here? Bayless - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbea

Re: Apache NetBeans 11.3

2020-05-13 Thread Bayless Kirtley
I probably forgot to mention, these were all originally ant projects and I have left them that way. Bayless On 5/13/20 12:28 AM, Emilian Bold wrote: Might be your old Maven NBM modules perhaps? I think you can try to create a new Maven-based NBM and it will open. See how they pom.xml files

Re: Netbeans long pauses

2020-05-12 Thread Bayless Kirtley
I'll try 11.3 then. Bayless On 5/11/20 9:08 PM, Laszlo Kishalmi wrote: Try with NetBeans 11.3. 11.1 is not supported any more. On 5/11/20 6:04 PM, Bayless Kirtley wrote: Surely there is a better answer than that. I just spent a week getting everything running like I want. Everything except

Re: Netbeans long pauses

2020-05-12 Thread Bayless Kirtley
retired so don't have to keep a bunch of balls bouncing. When working on Netbeans I rarely have other things going on. It looks like 11.1 is a real memory hog compared to 8.1 that I have been using.  But I have 8 GB memory on a quad core computer so I don't think that is the problem. Bayless

Re: Netbeans long pauses

2020-05-11 Thread Bayless Kirtley
. Bayless On 5/11/20 3:34 PM, John G. Weed wrote: I had this problem and got so frustrated that I eventually moved off of Mint entirely. I now run Ubuntu. If I ran Netbeans and forgot to exit the application before logging off, I was almost 100% guaranteed that I wold have to reboot the computer

Netbeans long pauses

2020-05-11 Thread Bayless Kirtley
projects open at a time so no more than 2 or 3000 lines. I assume I have something wrong but no idea where to start looking. Any help will be greatly appreciated. Bayless - To unsubscribe, e-mail: users-unsubscr

Missing Glib & GtkWidget

2020-05-09 Thread Bayless Kirtley
of JawTopLevel. I have never knowingly used any of the above and never had the messages in 8.1 Can anyone tell me how to eliminate these errors? Am I missing something the 11.1 needs? Or do I have something in my code that I don't think I need? Thanks, Bayless

Re: Missing module opening existing HTML project

2020-05-04 Thread Bayless Kirtley
I have no idea what happened but it finally just started working last night and I did nothing to correct it. Bayless On 5/2/20 12:23 PM, Bayless Kirtley wrote: I just installed Netbeans 11.1 on Linux Mint 19.3. It seem to open my java projects all right but my HTML project shows as "B

Missing module opening existing HTML project

2020-05-02 Thread Bayless Kirtley
File /home/... with the path to the jar file which does exist as shown and marked as executable. How do I enable it? Bayless l - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mai

Re: GUI builder cannot find generated code

2019-10-23 Thread Bayless
to just rebuild any of the old forms under the jdk version. Bayless On 10/23/19 11:46 AM, Peter Toye wrote: Re: GUI builder cannot find generated code Dear Paul, You can probably delete the swing library - the original program used it. The project platform is JDK12 which is what I've got

Re: JTable - Null Pointer - GUI editor

2019-06-26 Thread Bayless
with your defined columns. Anyway as someone suggested earlier, Set a breakpoint at the offending line and find out what is null. If that doesn't show it then precede with get the data vector from the model and check it. Bayless On 6/26/19 12:45 PM, mmo...@me.com wrote: This is the generated code

Re: JTable - Null Pointer - GUI editor

2019-06-26 Thread Bayless
Or maybe you have not created the model or supplied it with starting data vector. Bayless On 6/26/19 12:42 AM, Helmut Leininger wrote: Hi Michael, without more information it is very difficult to say. It could be that either scriptTable, num, or row is not set. I would try to use

Re: News: Apache NetBeans has graduated from the Apache Incubator

2019-04-17 Thread Bayless
WOOHOO! Congratulations to all of you who did so much. Bayless On 4/17/19 6:27 PM, Jiří Kovalský wrote: Wow, vanilla ice-cream is cool but this news is even better! Well deserved outcome of heroic work of plenty of people in their free time with no immediate results has inevitably come

Re: please recommend Linux Font for Netbeans on Linux

2018-12-10 Thread Bayless
Sorry but my input may not have been too helpful after all. It seems I'm still using JDK1.8 and Netbeans 8.1. Bayless On 12/10/18 7:52 AM, Neil C Smith wrote: On Mon, 10 Dec 2018 at 13:48, Bayless wrote: I use Netbeans on Linux Mint, based on Ubuntu, and have never seen the problems you

Re: please recommend Linux Font for Netbeans on Linux

2018-12-10 Thread Bayless
I use Netbeans on Linux Mint, based on Ubuntu, and have never seen the problems you describe. I just use the default font that Netbeans comes with and don't even know what it is but it works for me. Bayless On 12/10/18 12:21 AM, * William wrote: Hi Gregor, Thanks for your comment.  Bassed

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread Bayless
That seems to be right. I recently got an update to Chrome on Linux Mint and started getting the same error. It didn't bother me though so I just ignored it. I'm sure the same will happen on Ubuntu. On 10/26/18 9:16 AM, John Lavelle wrote: Yes, I'm using the latest version of Chrome and

Re: Apache NetBeans: Duke's Choice Award Winner 2018

2018-10-23 Thread Bayless
Many congratulations to all of you! On 10/23/18 6:29 PM, Geertjan Wielenga wrote: Hi all, Congratulations to all of us! We have won the highest accolade in the Java ecosystem -- a Duke's Choice Award. Oracle press release:

Re: Adding Visual Web Designer using JavaFX

2018-08-13 Thread Bayless
Good answer Geertjan! Bayless On 08/13/2018 07:11 AM, Geertjan Wielenga wrote: I think relatively easy tasks do not exist in software development. Gj On Mon, Aug 13, 2018 at 2:07 PM, Miroslav Nachev mailto:mnachev.nscenter...@gmail.com>> wrote: Hi, In case, that JavaFX r

Re: Starting netbeans 8.0.2 launches KDE Wallet

2018-03-09 Thread Bayless
Not using git. Thanks, now I understand. On 03/09/2018 08:53 AM, Neil C Smith wrote: On Fri, 9 Mar 2018 at 14:50 Bayless <bk...@cox.net <mailto:bk...@cox.net>> wrote: I don't understand this. I have used Netbeans since version 5.0 and it has never asked for a pas

Re: Starting netbeans 8.0.2 launches KDE Wallet

2018-03-09 Thread Bayless
suggest re-installing with access for all users. Bayless On 03/09/2018 04:16 AM, Peter Nabbefeld wrote: Hello, I'm using NB 8.1/8.2/dev on Arch Linux. When starting NetBeans, I'm asked for the master password, with the following hint: "The IDE can remember passwords for you, prot