Re: Session question

2022-06-23 Thread Bayless Kirtley
using HSQL? You will find that this forum contains a large variety of devs with extensive experience in many areas, but it's main focus is on the inner workings and use of netbeans. Thanks! Guy On 6/22/22 22:19, Bayless Kirtley wrote: I have an application that could really use a

Re: Session question

2022-06-22 Thread Bayless Kirtley
description of your solution would go a long way. Please try again 😁 On 2022-06-22 8:19 a.m., Bayless Kirtley wrote: I have an application that could really use a local temporary table but I can't seem to make it work. One class creates and populates the table then passes the Connecti

Re: Session question

2022-06-22 Thread Bayless Kirtley
- From: Bayless Kirtley Sent: Wednesday, June 22, 2022 5:19 AM To: List, Netbeans Subject: Session question I have an application that could really use a local temporary table but I can't seem to make it work. One class creates and populates the table then passes the Connection to  an

Session question

2022-06-22 Thread Bayless Kirtley
I have an application that could really use a local temporary table but I can't seem to make it work. One class creates and populates the table then passes the Connection to  another class that wants to use it. The second class sees the table but finds it empty. What am I doing wrong? I am usin

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: https://cwiki.apache.org/confluen

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 wrot

Re: How to remove Maven from Netbeans 12.0

2021-11-18 Thread Bayless Kirtley
ency updates to repositories. Maybe as simple as recreate as Ant project and move source and ant files over. On Thu, Nov 18, 2021 at 4:24 PM Bayless Kirtley <mailto:bk...@cox.net>> wrote: I added Maven to my Netbeans 12.0 on Linux on advice that I needed to have it. That turned out

How to remove Maven from Netbeans 12.0

2021-11-18 Thread Bayless Kirtley
I added Maven to my Netbeans 12.0 on Linux on advice that I needed to have it. That turned out to be untrue. Ant serves my needs perfectly so I will be staying with it. Meanwhile Maven seems to be the culprit that slows down Netbeans startup. Before Maven it would start from scratch very quickl

Re: Cannot remove library from project

2021-06-13 Thread Bayless Kirtley
ning a Nexus server to serve such libraries to any other machines that are running in my local network. Just because I do things a certain way does not make that way "best", "optimal" or even "sane". -- Mark A. Flacy mfl...@verizon.net On Monday, May 24, 2021 6:2

Re: Cannot remove library from project

2021-05-27 Thread Bayless Kirtley
y "best", "optimal" 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? &

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 l

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
and delete those references. Gj On Sun, 23 May 2021 at 23:18, Bayless Kirtley <mailto:bk...@cox.net>> wrote: Surely NB has not suddenly decided that I can no longer remove libraries from an ANT project. There must be something wrong here that displays but disables that op

Re: Cannot remove library from project

2021-05-23 Thread Bayless Kirtley
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 di

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 ne

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 reasonable to

Re: Java programs run in Netbeans but not outside

2020-08-31 Thread Bayless Kirtley
8.2. But with Netbeans 12 seems resolved. I've successfully built my ant projects and the dist folder has been created correctly. Gianluca Il giorno dom 16 ago 2020 alle ore 23:26 Bayless Kirtley mailto:bk...@cox.net>> ha scritto: Thanks guys. I'm old and retired and ha

Re: Java programs run in Netbeans but not outside

2020-08-16 Thread Bayless Kirtley
xt is not part of the POM text. All you need to do then is copy the 'libs' directory to the same directory you install the 'jar' file to, and then it should work a charm.  Does for me. Brad. On 15/8/20 8:13 pm, Bayless Kirtley wrote: I recently upgraded from Netbeans 8.1

Java programs run in Netbeans but not outside

2020-08-15 Thread Bayless Kirtley
I recently upgraded from Netbeans 8.1 to 11.1  and due to problems with java 8 I also went to 11. I have been working on some existing projects and everything works fine from within Netbeans. When I try to deploy though, it seems that Netbeans is no longer including the lib directory in the dis

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 samp

Re: What is GLib and GtkWidget?

2020-05-23 Thread Bayless Kirtley
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 of the messages. (java:3065): GLib-GObject-WARNING **: 08:52:31.588: ../../../../gobject/gsignal.c:1253:

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
instance called from jaw_thread. If you are running a screen reader, 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&#x

Re: What is GLib and GtkWidget?

2020-05-13 Thread Bayless Kirtley
is 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

What is GLib and GtkWidget?

2020-05-13 Thread Bayless Kirtley
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 of the messages. (java:3065): GLib-GObject-WARNING **: 08:52:31.588: ../../../../gobject/gsignal.c:1253: unable to lookup signal "window-state-event" of

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 d

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 e

Re: Netbeans long pauses

2020-05-12 Thread Bayless Kirtley
is not the recipient(s) named above, or an authorized agent >> of such recipient(s) responsible for delivering it to the intended >> recipient(s), you are hereby notified that you have received this >> electronic transmission in error. Any review, dissemination,

Re: Netbeans long pauses

2020-05-11 Thread Bayless Kirtley
distribution, or copying of this electronic transmission including any attachments is strictly prohibited. If you have received this electronic transmission in error, please notify the sender immediately. On Mon, May 11, 2020, at 16:26, Bayless Kirtley wrote: After installing Netbeans 11.

Netbeans long pauses

2020-05-11 Thread Bayless Kirtley
After installing Netbeans 11.1 on Linux Mint 19.3, it has a nasty habit of suddenly locking up. It seems to be the whole computer. This happens pretty regularly when trying to do a simple refactor, renaming a variable. It also happens but less often when just editing or typing code. These pause

Missing Glib & GtkWidget

2020-05-09 Thread Bayless Kirtley
I recently updated from Netbeans 8.1 to 11.1 on Linux Mint 19.3, open JDK 11.0.7. I have all my projects compiling and running successfully. I keep getting error messages in the output window with Netbeans however.  They usually complain about Glib-GObject and usually reference GtkWidget of Jaw

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
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 "Broken". When I try to resolve the problem it gives the following message. Would also need to enable StandardModule:org.netbeans.modules.web.webkit.tooling jarFile /home/