Re: Main class problem with Netbeans IDE 21

2024-04-15 Thread Helmut Leininger
Hi, after adding the declarations (quick and dirty)     public JTextField tfISfile;     public JTextField tfIfile;     public JTextField tfIPfile;     public JTextArea tbISfileinfo;     public JTextField tfRuns; It runs ok for me. Manifest is ok, can be run by double-click

Re: Console: ascii characters not shown correctly

2023-05-21 Thread Helmut Leininger
the only option back in those days to create some "graphish" intro screens and menus). I went back to "+---+" and "|" characters to draw my box. -- Mit freundlichen Grüßen Helmut Leininger Email: h.leinin...@gmx.at OpenPGP_signature Description: OpenPGP digital signature

Re: Newbie help

2023-05-13 Thread Helmut Leininger
> session, the release version is overwritten. . Maybe you should think about using a VCS (Version Control System) like Git, Mercurial, Subversion which is useable by Netbeans. Mit freundlichen Grüßen Helmut Leininger Email: h.leinin...@gmx.at <m

Re: Newbie help

2023-05-12 Thread Helmut Leininger
. . Maybe you should think about using a VCS (Version Control System) like Git, Mercurial, Subversion which is useable by Netbeans. Mit freundlichen Grüßen Helmut Leininger Email: h.leinin...@gmx.at OpenPGP_signature Description: OpenPGP digital signature

Re: [EXTERNAL] Re: accented characters in NB 16 IDE editor

2023-01-02 Thread Helmut Leininger
It is in the windows tools / accessories. I do not know the English menu name, but you will find it Mit freundlichen Grüßen Helmut Leininger Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. Am 2. Jänner 2023 20:00:46 MEZ schrieb "Christopher C. Lanz" : >Hel

Re: [EXTERNAL] Re: accented characters in NB 16 IDE editor

2023-01-02 Thread Helmut Leininger
https://en.m.wikipedia.org/wiki/Character_Map_(Windows) Mit freundlichen Grüßen Helmut Leininger Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. Am 2. Jänner 2023 20:00:46 MEZ schrieb "Christopher C. Lanz" : >Hello, > >Thanks again. Unfortunately I

Re: [EXTERNAL] Re: accented characters in NB 16 IDE editor

2023-01-02 Thread Helmut Leininger
NY Potsdam lan...@potsdam.edu 315 268 1547 -- Mit freundlichen Grüßen Helmut Leininger Email: h.leinin...@gmx.at OpenPGP_signature Description: OpenPGP digital signature

Re: [EXTERNAL] Re: accented characters in NB 16 IDE editor

2023-01-02 Thread Helmut Leininger
Dunn Hall, SUNY Potsdam lan...@potsdam.edu 315 268 1547 -- Mit freundlichen Grüßen Helmut Leininger Email: h.leinin...@gmx.at OpenPGP_signature Description: OpenPGP digital signature

Re: createDirectory(....)

2022-10-31 Thread Helmut Leininger
Maybe you should use Files.createDirectories(dirpath) instead. Mit freundlichen Grüßen Helmut Leininger Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. Am 1. November 2022 02:07:46 MEZ schrieb Amn : >"*/Files.createDirectory(dir_path)/*" g

Re: Presentation of non-english characters in the debugger

2022-10-31 Thread Helmut Leininger
you will see differencies as you described. Mit freundlichen Grüßen Helmut Leininger Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. Am 31. Oktober 2022 21:27:24 MEZ schrieb "Greenberg, Gary" : >I have created an application that reads data from the CSV

Use jpackage in NB

2022-10-06 Thread Helmut Leininger
Hi, since Java 14 the Java SDK contains jpackage to create deliverables that include necessary Java runtimes. Is it possible to use jpacke int Netbeans 15 (plugins, ant, ...) ? Thanks Hemut Leininger OpenPGP_0x490D71A8776A6183.asc Description: OpenPGP public key begin:vcard fn:Helmut

Re: Array of Object Error: ‘]’ expected, invalid method declaration return type required.

2022-01-30 Thread Helmut Leininger
Hi, I do not see this problem. My config: NetBeans 12.6 nb-javac not installed Java 17.0.1 Windows 10 Maybe a problem of of the Java version or nb-javac ? Regards Helmut Am 31.01.2022 um 04:54 schrieb Zulfi Khan: Hi, I am trying to create an array of Object of Account class: public class

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Helmut Leininger
Just a guess. Is there a module-info file? If yes, you may try to delete it Mit freundlichen Grüßen Helmut Leininger Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. Am 15. Jänner 2022 23:00:46 MEZ schrieb "Jack W." : >Not sure what's expo

Re: Java modular project and libraries

2021-12-12 Thread Helmut Leininger
is is what works for me. This is an example using your jar file. You could probably put the copy under the "-post-jar" target, rather than "-post-compile" if you prefer:                         Regards, Lisa Ruby On 12/12/2021 10:51 AM, Helmut Leininger wrote: Hi

Java modular project and libraries

2021-12-12 Thread Helmut Leininger
it into the build.xml would be appreciated. Regards Helmut Leininger begin:vcard fn:Helmut Leininger n:Leininger;Helmut email;internet:h.leinin...@gmx.at x-mozilla-html:TRUE version:2.1 end:vcard - To unsubscribe, e-mail: users-unsubscr

Netbeans 12.6 - nb-javac

2021-12-08 Thread Helmut Leininger
Hi, I have seen there was (and is) some discussion about nb-javac. Is it recommended to use it with NB 12.6 or should it be removed ? Thanks Helmut Leininger begin:vcard fn:Helmut Leininger n:Leininger;Helmut email;internet:h.leinin...@gmx.at x-mozilla-html:TRUE version:2.1 end:vcard

Show Javadoc in Gradle project

2021-10-01 Thread Helmut Leininger
- implementation files()). Regards Helmut Leininger begin:vcard fn:Helmut Leininger n:Leininger;Helmut email;internet:h.leinin...@gmx.at x-mozilla-html:TRUE version:2.1 end:vcard - To unsubscribe, e-mail: users-unsubscr

Re: Netbeans 12.3 - Gradle

2021-04-22 Thread Helmut Leininger
, 2021 at 4:14 PM Helmut Leininger wrote: Hi, I am running Netbeans 12.3 with Gradle 7.0 and Openjdk 16 on Windows 10. When running a Gradle task (like clean, build etc.) I get the following error message: Unable to watch the file system for changes

Netbeans 12.3 - Gradle

2021-04-22 Thread Helmut Leininger
not get volume information (errno 1005)     at net.rubygrapefruit.platform.internal.PosixFileSystems.getFileSystems(PosixFileSystems.java:32) and the unterlying Java process does not seem to terminate (?). Any ideas what I can do (besides not using one of the components) ? Thanks and regards Helmut

Re: Netbeans - Gradle - external jars

2020-08-23 Thread Helmut Leininger
So your distribution with the scripts would be executable as well. On 8/22/20 9:39 AM, Helmut Leininger wrote: Hi, Hopefully, you can give mesome hints how to overcome my problem. I am running Windows 10, Netbeans 12.1 with Gradle 6.6, Java 14. I have a multi-module, multi-project app

Re: Dependent libraries don't get copied?

2019-11-04 Thread Helmut Leininger
I think it is solved in Netbeans 11.2 Helmut Am 05.11.2019 um 03:57 schrieb Thomas Wolf: I'm developing a pretty standard Swing application in Netbeans 11.1 on a Mac, using Oracle Java 12.0.2+10.  While I was doing day-to-day development, I told the IDE not to create a jar of the application

Re: Problem running application with --enable-preview

2019-10-09 Thread Helmut Leininger
Am 09.10.2019 um 20:03 schrieb Neil C Smith: > On Wed, 9 Oct 2019 at 18:57, Helmut Leininger wrote: >> Setting Compile on Save to OFF did the trick. > Great! Think that's caused by the issue with shipping the right > nb-javac that's delaying beta3. > >> User direct

Re: Problem running application with --enable-preview

2019-10-09 Thread Helmut Leininger
Neil, Setting Compile on Save to OFF did the trick. > User directory: C:\Users\hl\AppData\Roaming\NetBeans\11.0 Even if I delete it and restart Netbeans, it is recreated (and not ...\11.2-beta2) Regards Am 09.10.2019 um 19:21 schrieb Neil C Smith: > On Wed, 9 Oct 2019 at 14:57,

Re: Problem running application with --enable-preview

2019-10-09 Thread Helmut Leininger
16:02 schrieb Geertjan Wielenga: > https://www.youtube.com/watch?v=ciK5qzJsSTc > > Hope it helps, > > Gj > > On Wed, Oct 9, 2019 at 3:57 PM Helmut Leininger <mailto:h.leinin...@gmx.at>> wrote: > > Hi, > > I have a small test program using --en

Problem running application with --enable-preview

2019-10-09 Thread Helmut Leininger
Hi, I have a small test program using --enable-preview set for compile and run. The program compiles without error, but whun runnning it from within the IDE, it fails with this error message: Fehler: Beim Laden der Klasse testapachepoi.TestApachePOI ist ein LinkageError aufgetreten    

Gradle openjdk12 and --enable-preview

2019-08-01 Thread Helmut Leininger
Hi, I want to use the preview features in the Gradle project. in build.grdle I specified: compileJava {     options.compilerArgs << '--enable-preview' } run {     jvmArgs(['--enable-preview']) } In the  program I am using the new swich format: switch (string) {     case"a123" ->

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Helmut Leininger
see https://issues.apache.org/jira/browse/NETBEANS-2786?filter=-2 Am 05.07.2019 um 08:33 schrieb Mark J Koch: > I found this log under Notifications tab in the IDE and it seems to have the > stack trace near the end. > > > > >> On Jul 4, 2019, at 11:18 PM, Mark J Koch wrote: >> >> On NB 10 and

Re: JTable - Null Pointer - GUI editor

2019-06-27 Thread Helmut Leininger
ere it is. > > Best Regards, > > Michael > On Jun 27, 2019, 8:32 AM -0700, Helmut Leininger , > wrote: >> >> somewhere in the cloud (Dropbox, ) or zip it and send me. >> >> >> Am 27.06.2019 um 17:26 schrieb mmo...@me.com: >>> Debugger says diffe

Re: JTable - Null Pointer - GUI editor

2019-06-27 Thread Helmut Leininger
com: > All well in good but the problem is: > > initComponents(); is not being executed. > > The program goes right to my code bypassing the constructor and > generated code. > > Best Regards, > > Michael > On Jun 26, 2019, 11:50 PM -0700, Helmut Leininger > ,

Re: JTable - Null Pointer - GUI editor

2019-06-27 Thread Helmut Leininger
ts() is not being executed. I am under the impression that > it is handled by NetBeans. > > I call the class: > > displays.PresciptionTable scripts = new displays.PrescriptionTable(); > > Best Regards, > > Michael > On Jun 26, 2019, 12:02 PM -0700, Helmut Leininger , wr

Re: jFrame - jDesktopPane

2019-06-22 Thread Helmut Leininger
Hi Michael, I am not sure I understand your problem. But you should see the generated names in the Navigator window (CTRL+7) even in design mode. Regards Helmut Am 22.06.2019 um 01:07 schrieb mmo...@me.com.INVALID: > I’m new to NetBeans GUI design and of course I’m having a problem. > > I

Re: Netbeans 11.1 and netbeans_jdkhome in netbeans.conf

2019-06-19 Thread Helmut Leininger
Another question: after Netbeans has started, did you select the correct Java platform to compile your project ? Helmut Am 19.06.2019 um 14:11 schrieb Helmut Leininger: > > Hi Juan Miguel, > > you are sure the directory is .../Contents/Home ? For me, it looks a > bit wei

Re: Netbeans 11.1 and netbeans_jdkhome in netbeans.conf

2019-06-19 Thread Helmut Leininger
t; Best, > /Juan Miguel/ > El 19 jun 2019 12:44 +0200, Helmut Leininger , > escribió: >> >> I have/had the same problem. You may edit the file >> /netbeans/etc/netbeans.conf and set the jdkhome directory. E.g. >> >> #netbeans_jdkhome="/path/to/jdk"

Re: Netbeans 11.1 and netbeans_jdkhome in netbeans.conf

2019-06-19 Thread Helmut Leininger
I have/had the same problem. You may edit the file /netbeans/etc/netbeans.conf and set the jdkhome directory. E.g. #netbeans_jdkhome="/path/to/jdk" netbeans_jdkhome="C:\OpenSourceTools\jdk-12" Regards Helmut Am 18.06.2019 um 19:52 schrieb Juan Miguel Escribano: > Hi, > > I have started to

Netbeans keeps asking for Certificate

2019-06-15 Thread Helmut Leininger
Hi, every time (after new start of Netbeans) when I start editing a .fxml file, Netbeans asks for accepting a license from Oracle. What can I do to accept this permanently ? Regards Helmut <> signature.asc Description: OpenPGP digital signature

Re: Netbeans - FavaFX - FXML: Location not set

2019-06-15 Thread Helmut Leininger
nster1.fxml <--> Fenster1.fxml) Thanks Helmut Am 15.06.2019 um 12:23 schrieb Geertjan Wielenga: > When I google ‘JavaFX location is not set’, I see quite a few > responses and solutions. > > Gj > > > On Sat, 15 Jun 2019 at 11:42, Helmut Leininger <mailto:h.leinin...@g

Re: Netbeans 11 - Integrity of the release

2019-05-22 Thread Helmut Leininger
Hi, I think you downloaded the *binary* and tried to verify it with a *key for the source*. Helmut Am 22.05.2019 um 16:23 schrieb Eduardo Quintanilla: > > Hi, > >   > > I downloaded Netbeans 11[1] and got an error when verifying the > signature[3] of the downloaded zip. > > I got the KEYS from

javadoc for JavaFX in Netbeans 11

2019-04-14 Thread Helmut Leininger
Hi, I am running Netbeans 11 on Windows 10,  openjdk-11, openjfx-12. How do I get javadoc for JavaFX to work? Whatever I try, I get the error message  "Cannot perform Show Javadoc here". Note: Javadoc for openjdk is ok. Regards Helmut signature.asc Description: OpenPGP digital signature

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Helmut Leininger
Hi, just another remark: the same problem happens if you have created a Netbeans Platform Application. You must specify --jdkhome=%JAVA_HOME% on the comand line for the launcher. It seems that the launcher does not read netbeans.conf (or too late). Helmut Am 19.02.2019 um 15:02 schrieb Helmut

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Helmut Leininger
Hi, which Java version do you have? Oracle java or openjdk ? I  had to specify    --jdkhome "C:\OpenSourceTools\jdk-11" on netbeans64.exe to make it run. Helmut Am 19.02.2019 um 14:50 schrieb Davide Moschini: > > I've just downloaded |Netbeans 10.0| and on a Windows 10 64 bit it > doesn't

Re: Cannot execute Netbeans 10.0 platform application openjdk-11 Windows10

2019-02-02 Thread Helmut Leininger
app on a Linux machine? Then we see if it's an .exe > launcher issue or a general configuration issue you have. > > --emi > > On Sat, Feb 2, 2019 at 2:27 PM Helmut Leininger wrote: >> Hi, >> >> I just found a bypass. It works if xxx.exe --jdkhome is specified. >

Re: Cannot execute Netbeans 10.0 platform application openjdk-11 Windows10

2019-02-02 Thread Helmut Leininger
Hi, I just found a bypass. It works if xxx.exe --jdkhome is specified. Regards Helmut Am 02.02.2019 um 13:22 schrieb Helmut Leininger: > > Sorry, it is Netbeans 10. > > Am 02.02.2019 um 13:06 schrieb Helmut Leininger: >> >> Hi, >> >> I  am running on Wind

Re: Cannot execute Netbeans 10.0 platform application openjdk-11 Windows10

2019-02-02 Thread Helmut Leininger
Sorry, it is Netbeans 10. Am 02.02.2019 um 13:06 schrieb Helmut Leininger: > > Hi, > > I  am running on Windows10, Netbeans 9.0, Java openjdk-11. > > I have a Netbeans platform application which runs ok when started > within Netbeans. > > When started from the

Cannot execute Netbeans 9.0 platform application openjdk-11 Windows10

2019-02-02 Thread Helmut Leininger
Hi, I  am running on Windows10, Netbeans 9.0, Java openjdk-11. I have a Netbeans platform application which runs ok when started within Netbeans. When started from the launcher (xxx.exe), you get a message "Cannot find Java 1.8 or higher" and the program aborts. JAVA_HOME and netbeans_jdkhome

Re: Trivial VC2 issue - file version of NB launchers is 9

2018-10-31 Thread Helmut Leininger
did you specify  jdkhome on the command line (netbeans.exe ?) to point to jdk11 ? Otherwise Netbeans will use the default Java version. Helmut Am 31.10.2018 um 15:18 schrieb Henderson, Roy: > > A trivial issue I noticed after installing VC2 on W7-64 is that the > netbeans and netbeans64

Re: VC2 - JavaFX problems ...

2018-10-31 Thread Helmut Leininger
Hi, Gertjaan answered tthis to a  similar question: In the case of JavaFX, JavaFX is not in JDK 11. Nothing that NetBeans can do about that. It would be great to have some of those on this mailing list watching these two YouTube screencasts that should help you: