problem with netbeans 26 via xwindows

2025-05-23 Thread Roberto Tagliaferri - Tosnet srl
, but if i use another command i'm again in the trouble. Revert to 25: work fine without problem i use java 23 -- *Roberto Tagliaferri* *Amministrazione di sistema * | TosNet s.r.l. Internet Service Provider Via F.lli Giachetti, 28/3 59100 Prato (PO) www.tosnet.it <https://

Re: NB 25 Paste from Clipboard Problem Worse?

2025-04-05 Thread Eirik Bakke
5 PM To: "users@netbeans.apache.org" Subject: NB 25 Paste from Clipboard Problem Worse? Has the pasting from the clipboard problem gotten worse between NB24 and NB25? This workaround I had used for NB24 doesn't seem to be working in NB25. Is there a known workar

RE: NB 25 Paste from Clipboard Problem Worse?

2025-03-27 Thread Rob Walker
Darn - I hope note. It was already annoying, but with no workaround it could be dire. -Rob -Original Message- From: Marvin P. Warble Jr. Sent: 20 March 2025 23:12 To: users@netbeans.apache.org Subject: NB 25 Paste from Clipboard Problem Worse? Has the pasting from the clipboard

Re: NB 25 Paste from Clipboard Problem Worse?

2025-03-24 Thread Neil C Smith
On Thu, 20 Mar 2025 at 23:15, Marvin P. Warble Jr. wrote: > > Has the pasting from the clipboard problem gotten worse between NB24 and > NB25? Yes! > This workaround I had used for NB24 doesn't seem to be working in NB25. > > Is there a known workaround for this in NB

RE: NB 25 Paste from Clipboard Problem Worse?

2025-03-23 Thread Rob Walker
; Marvin P. Warble Jr. ; users@netbeans.apache.org Subject: RE: NB 25 Paste from Clipboard Problem Worse? That will be super if so – planning to upgrade to Java24 and NB25 next week so will try it out. And yes – I believe it’s been a known Java issue for a while. -R From: Eirik Bakke mailto:eba

RE: NB 25 Paste from Clipboard Problem Worse?

2025-03-20 Thread Rob Walker
Clipboard Problem Worse? A helpful contributor has, it seems, finally found the cause of the bug, and posted a workaround here: https://github.com/xxDark/clipboard-agent It would be very useful if we could have more people verify that the patch above works. It's a bug in Java itself, so it

NB 25 Paste from Clipboard Problem Worse?

2025-03-20 Thread Marvin P. Warble Jr.
Has the pasting from the clipboard problem gotten worse between NB24 and NB25? This workaround I had used for NB24 doesn't seem to be working in NB25. Is there a known workaround for this in NB25? Thanks. - To unsubscri

Re: Can't initialize javac processor due to (most likely) a class loader problem: java.lang.NoClassDefFoundError

2025-03-10 Thread Neil C Smith
On Mon, 10 Mar 2025 at 09:33, Maciej Jaros wrote: > > > in short: lombok as of right now does not support javac 24 yet and the > > editor support of NB 25 integrates with nb-javac based on JDK 24. > > Is this correct? I'm seeing that JDK24 is not released yet > https://jdk.java.net/24/ > > So NB2

Re: Can't initialize javac processor due to (most likely) a class loader problem: java.lang.NoClassDefFoundError

2025-03-10 Thread Maciej Jaros
kely) a class loader problem: java.lang.NoClassDefFoundError Netbeans 25 + Amazon Corretto JDK23 + Win10 My source code was working on Netbeans 22 + Amazon Corretto JDK21 before. My source code uses Lombok libs. If I remove the Lombok from the list of dependencies, my source code will be fin

Re: Can't initialize javac processor due to (most likely) a class loader problem: java.lang.NoClassDefFoundError

2025-03-08 Thread Ernie Rael
(most likely) a class loader problem: java.lang.NoClassDefFoundError Netbeans 25 + Amazon Corretto JDK23 + Win10 My source code was working on Netbeans 22 + Amazon Corretto JDK21 before. My source code uses Lombok libs. If I remove the Lombok from the list of dependencies, my source code will be

Can't initialize javac processor due to (most likely) a class loader problem: java.lang.NoClassDefFoundError

2025-03-08 Thread Rick
Hi, After the Netbeans 25 has been installed, I got an error message popped up on my source code editor. Can't initialize javac processor due to (most likely) a class loader problem: java.lang.NoClassDefFoundError Netbeans 25 + Amazon Corretto JDK23 + Win10 My source code was worki

Re: Problem with the Digest

2025-02-06 Thread Michael Bien
Hi! so I subscribed to it too and could see the same on some mails. I asked the apache infra team and it is a known issue already: https://issues.apache.org/jira/browse/INFRA-23675 they never could get on the bottom of it though unfortunately. I personally simply subscribe to lists the regu

Re: Problem with the Digest

2025-01-30 Thread Michael Bien
you can see your own mail in the archive, so it is being correctly received: https://lists.apache.org/thread/v4n23bsbqrpgr9o9ty3ovg8qktq6pmqx i don't use the list digest very often so I can't comment on that. -mbien On 31.01.25 07:03, Bradley Willcott wrote: . . . . . . This list is getting t

Problem with the Digest

2025-01-30 Thread Bradley Willcott
. . . . . . This list is getting the first few lines removed from each of my emails. What is wrong with the digest processor? For this one I added some extra lines at the top, so hopefully you can read this email. Brad. - To u

Re: Problem upgrading NB app to JDK23 / nbm plugin

2025-01-01 Thread Neil C Smith
On Wed, 1 Jan 2025 at 14:35, Jerome Lelasseux wrote: > Found the problem: when using JDK >=23 you need to add full in > the maven compiler configuration for nbm to work. > > https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/201 Ah, yes, that one! ... > Er

Re: Problem upgrading NB app to JDK23 / nbm plugin

2025-01-01 Thread Jerome Lelasseux
Found the problem: when using JDK >=23 you need to add full in the maven compiler configuration for nbm to work. https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/201 Jerome Le mercredi 1 janvier 2025 à 11:37:40 UTC+1, Patrik Karlström a écrit : You sho

Re: Problem upgrading NB app to JDK23 / nbm plugin

2025-01-01 Thread Patrik Karlström
Indeed you did, I was too trigger happy. Den ons 1 jan. 2025 kl 11:49 skrev Jerome Lelasseux : > As explained in my email I tried this too, same problem. > > > > Le mercredi 1 janvier 2025 à 11:37:40 UTC+1, Patrik Karlström < > pat...@trixon.se> a écrit : > > >

Re: Problem upgrading NB app to JDK23 / nbm plugin

2025-01-01 Thread Jerome Lelasseux
As explained in my email I tried this too, same problem. Le mercredi 1 janvier 2025 à 11:37:40 UTC+1, Patrik Karlström a écrit : You should use the latest version,14.2, of nbm-maven-plugin. /Patrik Den ons 1 jan. 2025 kl 09:57 skrev Jerome Lelasseux : Hi and happy new year to the

Re: Problem upgrading NB app to JDK23 / nbm plugin

2025-01-01 Thread Patrik Karlström
sses from module yamjjazz public > packages. Workaround was to move the YamChord class to a public package, > but it's not satisfactory. > > Anyway when I run the app I get the same problem, app runs but is "empty". > > > Jerome >

Problem upgrading NB app to JDK23 / nbm plugin

2025-01-01 Thread Jerome Lelasseux
from module yamjjazz public packages. Workaround was to move the YamChord class to a public package, but it's not satisfactory. Anyway when I run the app I get the same problem, app runs but is "empty". Jerome

Re: Apache Netbeans Installation on Ubuntu 22.04: Problem with verification of downloaded file

2024-12-01 Thread Pieter van den Hombergh
the keys file when I follow the link. see below, the attachment. met vriendelijke groet Pieter van den Hombergh Op za 30 nov 2024, 16:55 schreef Zulfi Khan : > Apache netbeans installation on Ubuntu 22.04: > > > I am trying to install latest version of apache netbeans. I downloaded the > Ubunntu

Re: Apache Netbeans Installation on Ubuntu 22.04: Problem with verification of downloaded file

2024-12-01 Thread Pieter van den Hombergh
All links are on the netbeans download page https://netbeans.apache.org/front/main/download/nb23/. The magenta words such as 'PGP ASC' are links to the actual pgp signature files. [image: image.png] Follow the link 'here' and save the file as KEYS or KEYS.txt in your download directory. >From ther

Re: Apache Netbeans Installation on Ubuntu 22.04: Problem with verification of downloaded file

2024-11-30 Thread Zulfi Khan
Hi Pier - Good Morning, Thanks. Please provide me the link to download the KEYS file for ASC or any other method. Zulfi. On Saturday, November 30, 2024 at 11:40:38 AM CST, Pieter van den Hombergh wrote: Hello Zufi, The KEYS word should be substituted with the actual key file names.

Re: Apache Netbeans Installation on Ubuntu 22.04: Problem with verification of downloaded file

2024-11-30 Thread Pieter van den Hombergh
Hello Zufi, The KEYS word should be substituted with the actual key file names. Met vriendelijke groet, Pieter van den Hombergh. Kerboschstraat 12 5913 WH Venlo On Sat, Nov 30, 2024 at 4:55 PM Zulfi Khan wrote: > Apache netbeans installation on Ubuntu 22.04: > > > I am trying to install latest

Apache Netbeans Installation on Ubuntu 22.04: Problem with verification of downloaded file

2024-11-30 Thread Zulfi Khan
Apache netbeans installation on Ubuntu 22.04: I am trying toinstall latest version of apache netbeans. I downloaded the Ubunntuversion from the link: https://www.apache.org/dyn/closer.lua/netbeans/netbeans-installers/23/apache-netbeans_23-1_all.deb#verify The “Verify theintegrity of the

Re: Compiled file problem

2024-09-29 Thread Pieter van den Hombergh
good you found the issue. The problem stems from the difference in case handling in the file systems on windows an Mac, which by default ignore case, and the jar as file system, which is case sensitive. met vriendelijke groet Pieter van den Hombergh Op za 28 sep 2024, 01:36 schreef Judi Rastall

Re: Compiled file problem

2024-09-27 Thread Judi Rastall
Dear all, I had no response to this but just in case anyone is interested, I have found the problem. It turned out to be an image icon file I was calling (one of several) and one of them had an uppercase letter on disk whereas I was calling with all lowercase. The IDE glossed over this but

Compiled file problem

2024-09-26 Thread Judi Rastall
Dear all, I have a strange problem that I cannot understand. I am writing a large application that uses methods to call other methods so as to modularise the source code. Everything works perfectly well when I run it in the Netbeans IDE but after a Clean & Build, the resulting .jar file w

Re: Detached head problem

2024-09-25 Thread Michael Bien
xperiencing a "Not on a branch (detached head state)" situation and have fewer than one clue what to do about it.    In searching the web I did not find a satisfactory answer (possibly due to my ignorance of what one would look like) but I did find agreement that it was difficult to te

Detached head problem

2024-09-25 Thread ChrisOlsen
ce of what one would look like) but I did find agreement that it was difficult to tell from posters' inquiries what the problem might be or why it is occurring in my case. Does anyone have a good source for information about this problem? I have Tsitoara, Beginning Git and Github, b

Re: netbeans 23 - problem with creating a netbeans module

2024-09-20 Thread Michael Bien
Hi, this does work for me. Do you have anything unusual in your global maven settings.xml? The wizard is checking the central repo for version information, for some reason it is null which is unusual since it is the standard repo. -mbien On 20.09.24 16:01, Rafał Ziółkowski wrote: Hallo,

netbeans 23 - problem with creating a netbeans module

2024-09-20 Thread Rafał Ziółkowski
Hallo,   I've installed netbeans 23. I can create netbeans application maven project, but I stuck while adding new netbeans module on the page "Module options". The "Netbeans Version" combobox displays only "searching" and get never filled. I get a notification about an exception: java.lang.

Re: Main class problem with Netbeans IDE 21

2024-04-15 Thread Brian Allison (ISSRS)
> On Apr 15, 2024, at 9:36 AM, Brian Allison (ISSRS) > wrote: > > > >> On Apr 15, 2024, at 5:16 AM, Helmut Leininger > > wrote: >> >> public JTextField tfISfile; >> public JTextField tfIfile; >> public JTextField tfIPfile; >> public

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 o

Main class problem with Netbeans IDE 21

2024-04-14 Thread Brian Allison (ISSRS)
I can build and run my jFrame project in Netbeans IDE 21. If I go to the folder where my .jar file is and double click on it, nothing happens. If I go to a console and run it with the command java -jar BFC.jar I get an error no main manifest attribute, in BFC.jar If I use the command java xf B

Re: Apache email validator: import and usage problem

2024-01-16 Thread Pieter van den Hombergh
You might want to add the required dependency. If you are working with maven (recommended) then here is a minimal pom that will work finding the jar from maven central. http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://mav

Apache email validator: import and usage problem

2024-01-15 Thread Zulfi Khan
Hi, I am trying to use the Apache email validator code. I tried to use two import statements to import the apache email validator for testingemail addresses but they are not working: import org.apache.commons.validator.routines.EmailValidator; https://stackoverflow.com/questions/624581/what-i

Problem with NetBeans IDE 19

2023-11-08 Thread Nelligan, Steven M
problem just started. I’ve shutdown Netbeans 19 and restarted it and they still do not appear. If I start NetBeans 15 they appear in the configuration drop down list. Thanks, Steven M Nelligan SENIOR SOFTWARE DEVELOPER Facilities and Services Information Technology Services University of

Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-28 Thread Juan Algaba
ect check if you have: > >1. Proper dependency for the MySQL driver in your pom.xml file. I.e. > > > > mysql > > mysql-connector-java > > 8.0.xx > > > >1. After the build check you .m2/repository/mysql directory to see if >

Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver .

2023-08-26 Thread Mauro Chi
The Java classe driver Is changed. The new driver class Is: com.mysql.cj.jdbc.Driver Class.forName("com.mysql.cj.jdbc.Driver") https://stackoverflow.com/questions/52032739/loading-class-com-mysql-jdbc-driver-this-is-deprecated-the-new-driver-class Il mer 9 ago 2023, 06:23 Zulfi Khan ha scri

Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-25 Thread Richard Grin
r file with tar, 7-zip or any other proper utility and find if your driver class is there. *From:* Zulfi Khan *Sent:* Monday, August 21, 2023 9:42 PM *To:* NetBeans Mailing List *Subject:* Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver Hi, Thanks for your

Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-22 Thread René Aravena
; > > [image: Play] > > > *and then I downloaded the driver:* > > *mysql-connector-j-8.1.0 but I also installed: > mysql-connector-j-8.0.33-1ubuntu18.004_all and is also part of my project’s > library.* > > > *I am getting the following output:* > > *Star

Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-14 Thread Juan Algaba
1: shows ubuntu driver attached to my project’s library, I am trying to > remove it but the option is greyed.* > > *R2:shows installation of another mysql-connector-j* > > *R3:shows the poped window when I clicked the services window* > *I have put my question on the reddit forum but

RE: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-09 Thread Greenberg, Gary
1. This is not a netbeans question you are asking. 2. There is not enough info, but IMHO you did not include MySQL jar file in you dependencies in your project. From: Zulfi Khan Sent: Tuesday, August 8, 2023 9:23 PM To: NetBeans Mailing List Subject: mysql connectivity problem with

Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-08 Thread Andreas Reichel
Zulfi, you will need to add the MySQL JDBC Driver to the classpath (or the program you are running). And maybe you will want to look for a General Java Programming Forum or List. Apache Netbeans is meant for concerns about the IDE. Good luck and regards Andreas On Wed, 2023-08-09 at 04:22 +

mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-08 Thread Zulfi Khan
Hi, Mysql driver erroron Apachi netbeans 18.0 Hi, I am working onubuntu 18.04. mysql version is: mysql Ver 14.14Distrib 5.7.42, for Linux (x86_64) using EditLine wrapper I have written thefollowing code for connecting with database: importjava.sql.Connection; importjava.sql.DriverMana

Re: Problem adding an image to a label icon...

2023-03-09 Thread Tim de Vries
Hi, If you trace through paint(Graphics g) and paintComponent(Graphics g), it shows what code is executed and when. You may also want to trace doLayout() if writing custom layout code. Don't forget super.methodName(params) or you may not activate the events for the specific thing you are doin

Re: Problem adding an image to a label icon...

2023-03-09 Thread Admin Netcrystals
, 2023 4:07 AMAn: users@netbeans.apache.org Betreff: Problem adding an image to a label icon... Hi everyone, I have a simple project in java / maven  in apache netbeans.I have a JFrame with a label that I have been trying to add an image to.I continually get this error when the program tries to add the

Problem adding an image to a label icon...

2023-03-09 Thread Dwayne Murphy
Hi everyone, I have a simple project in java / maven in apache netbeans. I have a JFrame with a label that I have been trying to add an image to. I continually get this error when the program tries to add the image to the label: *Cannot invoke "java.net.URL.toExternalForm()" because "location"

Re: Old Problem - Pack200 - Compiling Netbeans Platform

2023-01-03 Thread Michael Bien
On 03.01.23 15:13, ad...@netcrystals.at.INVALID wrote: Hello, this may be an old problem and I already tried to find a solution in the internet but couldn’t find a usefull hint. After years I decided to continue my Netbeans project. In the meantime, the Pack200 Program from java.util seems

Old Problem - Pack200 - Compiling Netbeans Platform

2023-01-03 Thread admin
Hello, this may be an old problem and I already tried to find a solution in the internet but couldn't find a usefull hint. After years I decided to continue my Netbeans project. In the meantime, the Pack200 Program from java.util seems to have been removed from the new JDKS. Fail

Old problem with non-ASCII characters in path

2022-11-02 Thread name name2
Hello! NB15. Its the old problem as i remember. How to fix this? [image: image.png]

RE: problem with the Properties>Libraries window in NetBeans 15

2022-09-16 Thread Joseph Huber
September 15, 2022 10:06 AM To: Joseph Huber Cc: users@netbeans.apache.org Subject: Re: problem with the Properties>Libraries window in NetBeans 15 Hi, Please open an issue for this - https://netbeans.apache.org/participate/report-issue.html<https://nam10.safelinks.protection.outlook.com/

Re: problem with the Properties>Libraries window in NetBeans 15

2022-09-15 Thread Neil C Smith
Hi, Please open an issue for this - https://netbeans.apache.org/participate/report-issue.html Is this related to the scrollbars appearing? If you resize the window do they come back? Best wishes. Neil On Mon, 12 Sept 2022 at 19:39, Joseph Huber wrote: > Hello! > > > > I’ve been using NetBe

problem with the Properties>Libraries window in NetBeans 15

2022-09-12 Thread Joseph Huber
Hello! I've been using NetBeans 15 for a few days on Windows 10 Pro. There seems to be an issue with the Properties>Libraries windows (Ant project) as shown below. After adding a certain number of libraires (somewhere around 5-7), the "+" signs for adding things to Modulepath and Classpath di

NB 13 Springs plugin problem

2022-06-14 Thread Christoforos Korifidis
Hello, I am using Apache Netbeans 13 and I am trying to install Srping Web MVC plugin. Unfortunately I get the following error: "Networking problem in https://netbeans.apache.org/nb/updates/13/enterprise/org-netbeans-modules-spring-webmvc.nbm " This is the url is trying to get the

Problem enabling JDK17 jdk.incubator.foreign on NB13

2022-04-04 Thread Jerome Lelasseux
I have a Netbeans module which uses jdk.incubator.foreign from JDK17. It does compile OK when I add "--add-modules=jdk.incubator.foreign" in the module properties/Compiling options, but the NB editor still marks import statements with errors: import jdk.incubator.foreign.CLinker;   is marked "p

Re: RE: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-08 Thread Carl Mosca
But it would be cool to figure out how to trigger it because the installer is a nice fallback IMHO. On Tue, Mar 8, 2022 at 5:52 PM Peter Ream wrote: > Dave, thanks for your input. It is not necessary to have Security & > Privacy unlocked before the trigger. Unlocking is necessary for deleting >

RE: RE: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-08 Thread Peter Ream
Dave, thanks for your input. It is not necessary to have Security & Privacy unlocked before the trigger. Unlocking is necessary for deleting the app from Files and Folders. I was able to delete NB12.6 from Files and Folders, and get the retriggerr on first ~/Documents access. This mechanism I didn’

RE: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-08 Thread David Green
Files and Folders panel. Dave On Mar 8, 2022 at 2:57:40 PM, Peter Ream wrote: > I know what the problem is, I have a work around, but don’t know how to > fully resolve. Applications that want access to folders ~/Desktop, > ~/Downloads, or ~/Documents have to first get access permissio

Re: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
ated a “Java with Maven | Java Application” on NB13. This generates main >> class “Hello World.” It runs, no problem. I opened on NB12.6 and it ran >> fine. I changed it on NB12.6, no problem and opened on NB13, no problem. >> Deleted project. Created on NB12.6 same way, but had to

Re: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
ned in my last post with xattr. > I don’t think this had any affect. > > Gj, this has to be an installer issue and not related to the project. I > created a “Java with Maven | Java Application” on NB13. This generates main > class “Hello World.” It runs, no problem. I opened on NB12.6

RE: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Application” on NB13. This generates main class “Hello World.” It runs, no problem. I opened on NB12.6 and it ran fine. I changed it on NB12.6, no problem and opened on NB13, no problem. Deleted project. Created on NB12.6 same way, but had to make my own main class as it does not. It ran no problem

Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
What were the modifications? The script has a fair number of options that folks contributed so that it shouldn’t need modification. I used it to install 13 unmodified and I am not having application, file or directory read write or execute permission issues. But it’s difficult to diagnose withou

Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Geertjan Wielenga
Nobody is going to be able to help you, with or without the installer, without the project or a similar project, that can be used to reproduce the problem. Gj On Sun, Mar 6, 2022 at 9:52 PM Peter Ream wrote: > > Still not there, but have a different result. I’m still using > c

RE: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Still not there, but have a different result. I’m still using carljmosca/netbeans-macos-bundle: NetBeans installation script for Mac OS X (github.com) . After downloading the code, I modified install.sh. After the netbeans download, I added xattr

RE: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Last login: Sun Mar 6 12:42:40 on ttys000 userid@Peters-MacBook-Air Handicap % ls -l total 32 -rw-r--r-- 1 userid staff 1028 Jan 25 12:42 nb-configuration.xml -rw-r--r-- 1 userid staff 2309 Jan 25 12:42 nbactions.xml -rw-r--r-- 1 userid staff 5336 Nov 16 14:14 pom.xml drwxr-xr-x 5

Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
Peter, Can you provide the output from ls -l for the project(s) that you're trying to open? Are you signed in to this computer as "user"? Carl On Sun, Mar 6, 2022 at 12:46 PM Peter Ream wrote: > Carl, I think permission/ownership is the problem. Not sure what I need >

RE: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Carl, I think permission/ownership is the problem. Not sure what I need to do. I substituted “user” for my userid. Stan. I think you are onto something. I have always used the installers to install NB. Used this script for the first time. Took awhile to figure it out. I do see this: userid

Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Giles Winstanley
Peter Ream wrote: I installed NB13 using carljmosca/netbeans-macos-bundle: NetBeans installation script for Mac OS X (github.com) <https://github.com/carljmosca/netbeans-macos-bundle> on MacOS 12.2.1 on MacBook Air M1. The install went without a hitch. However none of my maven projec

Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
of my maven > projects will open. I get: > > 1 problem was encountered while building the effective model > [FATAL] Non-readable POM /Users/user/Documents/Java > Projects/NetBeansProjects/Maven/Test/DRHandicapMonitor/pom.xml: > /Users/user/Documents/Java > Projects/NetB

[NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
I installed NB13 using carljmosca/netbeans-macos-bundle: NetBeans installation script for Mac OS X (github.com) <https://github.com/carljmosca/netbeans-macos-bundle> on MacOS 12.2.1 on MacBook Air M1. The install went without a hitch. However none of my maven projects will open. I get: 1 p

Problem with EJB in NB 12.6, Jakarta EE9, JDK 17, GlassFish 6.2.3

2022-02-07 Thread datubaro
Greetings I got a problem with accessing an EJB in Jakarta EE 9 and JDK 17 on a GlassFish 6.2.3 with an Enterprise Client in JDK 17. I use NetBeans 12.6 to write my code, start/ stop the GlassFish server etc. Heres my code: TimeBeanRemote.java: package com.example; import

Re: Strange surefire problem using wrong Java version

2022-01-30 Thread Peter Nabbefeld
Thank You for the advice! In fact, I even remember of some rare cases where I had issues with filehistory, but that's been some time ago already ... After thinking about why caching could cause the surefire problem, I realized that copying a project's directory within NetBeans mig

Strange surefire problem using wrong Java version

2022-01-29 Thread Peter Nabbefeld
class, interface, or enum expected     exports java.util.spi;     ^ /module-info.java:5: error: class, interface, or enum expected     exports java.text.spi;     ^ /module-info.java:6: error: class, interface, or enum expected     exports java.awt.image; [...] I've already tried to fix the

Re: JDK 8 vs 11 JAXB problem

2022-01-28 Thread Tom Eicher
Thanks for your input everybody! I was hoping I could just tell NB to run the ant command with the Java8 JAVA_HOME or any of those variables or properties. I also tried modifying the bin/ant in NetBeans/netbeans/extide/ant to get an export JAVA_HOME but nothing helped. So got the 4 jars from ma

Re: JDK 8 vs 11 JAXB problem

2022-01-28 Thread Thomas Wolf
gt; jaxb-api > runtime > > > Hope this helps. > -- > *From:* Scott Palmer > *Sent:* 28 January 2022 2:57 PM > *To:* NetBeans Mailing List > *Cc:* Tom Eicher ; Thomas Wolf > *Subject:* Re: JDK 8 vs 11 JAXB problem > &

Re: JDK 8 vs 11 JAXB problem

2022-01-28 Thread Lister Jonathan
January 2022 2:57 PM To: NetBeans Mailing List Cc: Tom Eicher ; Thomas Wolf Subject: Re: JDK 8 vs 11 JAXB problem Yes it was Java 11. It was a bit of a disaster how they dropped JAXB. It was a JPMS module in JDK 10, and then suddenly that wasn’t possible - you couldn’t get it back by using

Re: JDK 8 vs 11 JAXB problem

2022-01-28 Thread Scott Palmer
rta.xml.bind-api-4.0.0-RC2.jar > jaxb-core-3.0.2.jar > > Hope this helps. > Tom > > > On Jan 28, 2022 at 6:00:53 AM, Tom Eicher <mailto:teic...@teicher.net>> wrote: >> Hello, >> >> I'm back to my problem that has hindered me updating to >&g

Re: JDK 8 vs 11 JAXB problem

2022-01-28 Thread Thomas Wolf
-related code are (some are run-time, not build-time required): jaxb-impl-3.0.2.jar jakarta.activation-2.0.1.jar jakarta.xml.bind-api-4.0.0-RC2.jar jaxb-core-3.0.2.jar Hope this helps. Tom On Jan 28, 2022 at 6:00:53 AM, Tom Eicher wrote: > Hello, > > I'm back to my problem that h

JDK 8 vs 11 JAXB problem

2022-01-28 Thread Tom Eicher
Hello, I'm back to my problem that has hindered me updating to any Netbenas after 8.2... My Application (ear, ejb, war) is still on JDK 8 with an ant build. When I start NB 12.6 with JDK8 runtime, all is fine with the application. But I can't edit; the editor has strange behaviour a

Problem with MicroProfile

2021-10-21 Thread Richard Grin
java -jar target\demo-microbundle.jar). Now, if I type the URL localhost:8080/data/hello, it works. It seems there is a problem with NetBeans. Someone can help? Regards, Richard - To unsubscribe, e-mail: user

Re: How to send "Report Problem"

2021-09-06 Thread Emilian Bold
;t do damn-all about it, I just mark is > as read and go on with the day. > > > On 9/4/21 7:22 PM, Vladimir Kokovic wrote: > > Can anyone tell me how to send a "Report problem" from Netbeans (any > > version) ? > > > > You have found a bug in the applica

Re: How to send "Report Problem"

2021-09-05 Thread Don
pen a project and received the silent notification. Since I can't do damn-all about it, I just mark is as read and go on with the day. On 9/4/21 7:22 PM, Vladimir Kokovic wrote: Can anyone tell me how to send a "Report problem" from Netbeans (any version) ? You have found a bu

Re: How to send "Report Problem"

2021-09-04 Thread Ernie Rael
https://netbeans.apache.org/participate/report-issue.html The IDE log may show a java exception -ernie On 9/4/2021 4:22 PM, Vladimir Kokovic wrote: Can anyone tell me how to send a "Report problem" from Netbeans (any version) ? You have found a bug in the application! Please h

How to send "Report Problem"

2021-09-04 Thread Vladimir Kokovic
Can anyone tell me how to send a "Report problem" from Netbeans (any version) ? You have found a bug in the application! Please help Apache NetBeans by reporting this problem to our bug tracking system. Click View Data button, copy the exception and submit it together with detailed i

Re: Java Swing Problem

2021-08-31 Thread Geertjan Wielenga
Probably, if you're a complete beginner, start with "Java with Ant". Gj On Tue, Aug 31, 2021 at 5:03 PM Mithat Karaoglu wrote: > There are three Java nodes: > Java with Maven > Java with Gradle > Java with Ant > > Under each node there is 'Java Application'. > > = > Mithat Karaoglu > Em

Re: Java Swing Problem

2021-08-31 Thread Mithat Karaoglu
There are three Java nodes: Java with Maven Java with Gradle Java with Ant Under each node there is 'Java Application'. = Mithat Karaoglu Email: mithat.karao...@gmail.com On Tue, Aug 31, 2021 at 10:53 AM Zulfi Khan wrote: > Hi, > > I am trying to following the following tutorial at: >

Java Swing Problem

2021-08-31 Thread Zulfi Khan
Hi, I am trying to following the following tutorial at:Designing a Swing GUI in NetBeans IDE | | | | Designing a Swing GUI in NetBeans IDE Apache NetBeans Designing a Swing GUI in NetBeans IDE - Apache NetBeans | | | To create a new ContactEditor application project: -

RE: Problem with maven build with Java 11...

2021-08-16 Thread Nelligan, Steven M
I found the problem. On my workstation, I had to change the environment variables: from: JAVA_OPTS=-Xmx6g -Xms256m -Xss1024 -Dhttps.protocols=TLSv1.2 -XX:MaxPermSize-256m to: JAVA_OPTS=-Xmx6g -Xms256m -Xss1024k -Dhttps.protocols=TLSv1.2 Interesting that the old

Re: Problem with maven build with Java 11...

2021-07-29 Thread Anthony DeCarlo
ligan, Steven M *Sent:* Wednesday, July 28, 2021 1:07 PM *To:* users@netbeans.apache.org *Subject:* Problem with maven build with Java 11... I am running Netbeans version 12.3 and try to do a Maven build with Java 11. I am getting the following errors: cd C:\dev\projects\FsAimRestApi; "J

RE: Problem with maven build with Java 11...

2021-07-29 Thread Nelligan, Steven M
Anyone have any insight on what could be wrong? Steven M Nelligan From: Nelligan, Steven M Sent: Wednesday, July 28, 2021 1:07 PM To: users@netbeans.apache.org Subject: Problem with maven build with Java 11... I am running Netbeans version 12.3 and try to do a Maven build with Java 11. I

Problem with maven build with Java 11...

2021-07-28 Thread Nelligan, Steven M
I am running Netbeans version 12.3 and try to do a Maven build with Java 11. I am getting the following errors: cd C:\dev\projects\FsAimRestApi; "JAVA_HOME=C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.11.9-hotspot" "M2_HOME=C:\\Program Files\\apache-maven-3.6.3" cmd /c "\"C:\\Program Files\\apac

Re: Excel Sheet: Sheet problem

2021-06-06 Thread Zulfi Khan
Hi thanks Carl. I am still getting problem but now with workbook, I initialized it to null but i am performing an operation on workbook in the try-catch block but it is not initializing workbook. My code is gievn below. I dont have any other file in the project related to this this project.I

Re: (SOLVED) Problem with gradle 7 (try with netbeans 12.2 and 12.4)

2021-06-02 Thread mez...@yahoo.com.INVALID
Many thanks Scott, problem solved with your suggestion. Valerio Mezzalira. Il 01/06/2021 16:00, Scott Palmer ha scritto: Replace the (deprecated) ‘compile’ with ‘implementation’ On Jun 1, 2021, at 4:40 AM, mez...@yahoo.com.invalid <mailto:mez...@yahoo.com.invalid> <m

Re: Problem with gradle 7 (try with netbeans 12.2 and 12.4)

2021-06-01 Thread Scott Palmer
and 12.4, openjdk 15.0.2, the same > project gives me this problem: > > > > With Gradle 7, the syntax to add a local .jar file is the same ? > > The project foresees a local .jar. With Gradle 6.x it was possible to set in > the classpath in the following way: > =

Re: Excel Sheet: Sheet problem

2021-06-01 Thread Carl Mosca
Perhaps you could make your code along with an example worksheet available in a publicly accessible (git) repo. It would be easier for someone to reproduce and debug the issue...assuming the answer that has already been provided is not applicable or unclear. Otherwise, folks will have to help an i

Problem with gradle 7 (try with netbeans 12.2 and 12.4)

2021-06-01 Thread mez...@yahoo.com.INVALID
Hi to All, I went from Gradle 6.5 to 6.8 to 6.9  with no problems with a very small project. With Gradle 7 (all 7s) Netbeans 12.2 and 12.4, openjdk 15.0.2, the same project gives me this problem: With Gradle 7, the syntax to add a local .jar file is the same ? The project foresees a

Re: Excel Sheet: Sheet problem

2021-05-31 Thread Juan Algaba
You are missing the import statement for "Sheet" If you click the light bulb with the red exclamation mark on the left netbeans can fix it for you. -- - Juan Algaba - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org

Re: Excel Sheet: Sheet problem

2021-05-31 Thread Zulfi Khan
Hi,I have sent my question to apache poi list but no body is replying. Please tell me the correct email address. Zulfi. On Sunday, May 16, 2021, 7:11:38 PM CDT, Andreas Reichel wrote: Hello Zulfi. On Mon, 2021-05-17 at 00:06 +, Zulfi Khan wrote: Sheet sheet = workbook.getSheetAt()

  1   2   3   4   >