C++: '}' recognized in comments

2025-07-15 Thread slipbits
NB 26 Win 11-64 clangd   16.0.2 I'm developing in C++ using NB as an editing platform. What I am seeing is that clangd/NB? recognizes '}' in comments. This interferes with the display of blocks of code (click on '(' or ')' and the containing block is displayed with a vertical bar on the left).

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-05 Thread slipbits
I am seeing it also. Please include me on the 'fix list'. art On 6/5/2025 1:27 AM, Peter Hull wrote: On Thu, 5 Jun 2025 at 06:50, Philippe Alves wrote: Is there anyone who has an answer? Are you seeing this problem? https://github.com/apache/netbeans/issues/8049

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-05 Thread slipbits
Please include me on the "help" list. I find that  I am unable to delete NB installations.  The error message I get is: The specified target component -nb-all/25.0.0.2502140 was not found in the registry. The installer can continue as if the target component was not specified. Click Yes

Re: C/C++ Support

2025-04-10 Thread slipbits
art On 4/6/2025 12:36 PM, Bradley Willcott wrote: Check out my Gist link. You will need NB v21. Therefore, you will have */two/* versions installed. One for C/C++, and one for Java. On 6/4/25 00:55, slipbits wrote: One note, I have NB 25, and in NB 25 there is no "Netbeans 8.2 Plugin Porta

Re: C/C++ Support

2025-04-05 Thread slipbits
Thank you. One note, I have NB 25, and in NB 25 there is no "Netbeans 8.2 Plugin Portal". There is an C/C++ plugin. That could be why when I select a new C/C++ project all I get is: "Lightweight C/C++ Project". And the rest of your description, then, does not apply. When I eventually did est

Re: C/C++ Support

2025-04-04 Thread slipbits
same time with "Build". I also could use `cc ... -o /home/ich/.jpilot/libmedia.so". -Ulf Am 04.03.25 um 06:12 schrieb slipbits: Hi Ulf; Does it work? If so, great. If not, not so great. You have one advantage over me, an integrated environment (Linux). I have a mixture

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread slipbits
Thanks Tom; Just looked at vaadin. It's a commercial product with a monthly subscription fee. From the video it looks like small scale UI is supported but, from the video, it doesn't seem that a project (10,000 SLOC) is supported. That is, I would have expected that a jar would be created and

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread slipbits
on the client side (applets could inside the browser, webstart based programs would only invoked by the browser, but would run separately as a desktop application). As someone else pointed out, those are pretty much dead/deprecated technologies and you probably shouldn't try to use those in

Creating a Client Webpage with embedded Java

2025-04-01 Thread slipbits
Just started learning how to create Web page with embedded Java using the Java Tutorials. The tutorials are geared to a client/server interface. I am interested in performing all activities at the client side. The objective is to include a Java program within a Web page, and to provide an inte

Re: C/C++ Support

2025-03-24 Thread slipbits
nt? met vriendelijke groet Pieter van den Hombergh Op do 20 mrt 2025, 21:35 schreef slipbits : I have tried to build using cygwin in a Win11 environment. The Win PATH variables contains the path to the location of the shared libraries, C:/cygwin64/lib/gcc/x86_64-pc-cygwin/12/. T

Re: Can not start NB 24/25

2025-03-24 Thread slipbits
n Hombergh Op ma 24 mrt 2025, 06:45 schreef slipbits : Win10 I just built a new computer and installed NB 25 and then NB 24. The installation files were downloaded from Netbeans.org. I attempted to start NB with the desktop Icon and then by direct execution of netbea

Can not start NB 24/25

2025-03-23 Thread slipbits
Win10 I just built a new computer and installed NB 25 and then NB 24. The installation files were downloaded from Netbeans.org. I attempted to start NB with the desktop Icon and then by direct execution of netbeans.exe and netbeans64.exe.  This is the only time this has happened. it has work

Re: C/C++ Support

2025-03-03 Thread slipbits
ugins     mv libmedia.so /home/ich/.jpilot/plugins/ Clean:     rm -r /home/ich/.jpilot/plugins Run:     jpilot -d -Ulf Am 03.03.25 um 17:33 schrieb slipbits: Hi Ulf; Way back in the bottom of this email, I asked about C/C++ support. Some answers followed. I work in a Windows environment and

Re: C/C++ Support

2025-03-03 Thread slipbits
and using ccls. Regards, Brad. On 23/11/24 23:58, Ron Patton wrote: Have you received an answer?  I'm still on version 12 due to this issue.  I tried moving on from version 12 and the upgrade failed miserably.  The C/C++ issue was one of the impediments. 73, Ron / W4MMP On 11/8/2024 11:41

Re: Compiling C++ programs

2025-02-22 Thread slipbits
sh uses “/“ for path delimiters. Mixture in different shells may cause some things to not be found correctly. Cygwin does have cygpath  command to help translate between formats which may help. Eric Bresie ebre...@gmail.com On Fri, Feb 21, 2025 at 4:37 PM slipbits wrote: Sorry to be a pes

Re: NB 24 installation failed with corrupted registry

2025-02-21 Thread slipbits
. Wyatt From: slipbits Sent: Thursday, February 20, 2025 2:24 PM To: NetBeans Mailing List Subject: Fwd: NB 24 installation failed with corrupted registry Win10-64 NB 23 installed I tried to install NB24 and got the following message and aborted. The local registry (C: \Users\. . . ) could

Compiling C++ programs

2025-02-21 Thread slipbits
Sorry to be a pest. When I know more I think I'll try to submit something in writing for inclusion in the tutorials. But now, this is what I've found, what I haven't found, and what I'm doing. I'm sorry to bother you, yet again. I normally work in a cygwin environment. I have found that, as ex

Fwd: NB 24 installation failed with corrupted registry

2025-02-20 Thread slipbits
Win10-64 NB 23 installed I tried to install NB24 and got the following message and aborted. The local registry (C:\Users\...) could not be loaded, or was loaded partially. The installer can continue to work normally, but doing so may result in a corrupted global registry. Any way to

Re: NB accessing the wrong java file

2025-01-14 Thread slipbits
Please ignore the (below) post. False alarm. Operator error. thanks On 1/13/2025 4:42 PM, slipbits wrote: NB 23 Win10-64 I have two computers that I develop on, and transfer modifications between them using a flash drive. I just did development on one computer (X), and transferred the data

NB accessing the wrong java file

2025-01-13 Thread slipbits
NB 23 Win10-64 I have two computers that I develop on, and transfer modifications between them using a flash drive. I just did development on one computer (X), and transferred the data onto the other machine (Y), and this is what I see. o    The files were transferred successfully between X

Re: FlatLafDark issue

2024-12-11 Thread slipbits
ng 2 image.png appearance and Pieter van den Hombergh. Kerboschstraat 12 5913 WH Venlo On Wed, Dec 11, 2024 at 12:58 AM slipbits wrote: NB 23 I have a Win10 and a Win11 system. On my Win11 system, FlatLafDark gives a dark appearance to all windows, source, output, etc. On my W

FlatLafDark issue

2024-12-10 Thread slipbits
NB 23 I have a Win10 and a Win11 system. On my Win11 system, FlatLafDark gives a dark appearance to all windows, source, output, etc. On my Win10 system only the source window is dark. I haven't been able to find a setting that would change the Win10 so all windows are dark. Could someone tel

Re: C/C++ Support

2024-11-23 Thread slipbits
7;m still on version 12 due to this issue.  I tried moving on from version 12 and the upgrade failed miserably.  The C/C++ issue was one of the impediments. 73, Ron / W4MMP On 11/8/2024 11:41, slipbits wrote: Is C/C++ still supported? I've been trying to use Netbeans as my C/C++ IDE and have so

C/C++ Support

2024-11-08 Thread slipbits
Is C/C++ still supported? I've been trying to use Netbeans as my C/C++ IDE and have so far been unsuccessful. I have used it for Java with no issues, but I can't seem to get it going for C/C++. Is there any documentation or FAQ that can be used as a guideline for setup? thanks --

Netbeans 22 can't load some modules

2024-11-01 Thread slipbits
I opened NB 22 and got the following warning message:         Warning - could not install some modules:         com.jcraft.jsch - org.netbeans.InvalidException: Netigso: C:\Program Files\NetBeans\NetBeans-22\netbeans\ide\modules\com-jcraft-jsch.jar: Cannot start com.jcraft.jsch state remains I

Unable to setup C++ project

2024-09-18 Thread slipbits
Win10 x86-64 cygwin 3.5.4 I'm trying to install a C++ project in Netbeans. The only documentation I've been able to find is for Netbeans 8.2 and so, I'm stumped. I've put in the compile and build commands but the compile command is not recognized as being correct and the build command generates

Re: Maven Documentation

2024-06-22 Thread slipbits
ot; or "maven tutorial" and choose one that makes sense. This one is not bad: https://www.baeldung.com/maven (my first hits were on the apache site but these seemed too complex, despite that I've been using maven for years) Tilman On 03.06.2024 04:11, slipbits wrote: I'

Maven Documentation

2024-06-02 Thread slipbits
I'm just getting into Maven and I'm trying to find a good book that describes the POM and Maven. I'm just going through the Apache Maven Project POM reference and things like: According to the POM 4.0.0 XSD, the |build| element is conceptually divided into two parts: there is a |BaseBuild

Re: Can;t link src/test/java to package being tested.

2024-04-03 Thread slipbits
t can't find it, NB should ask again if you restart. -mbien On 02.04.24 20:19, slipbits wrote: Thanks  Tamás; I didn't know that and I'm glad you mentioned it. But the real question is how do I test the fool thing. I compiled everything successfully under NB. I built everything su

Re: Can;t link src/test/java to package being tested.

2024-04-02 Thread slipbits
le solutions, please read the following articles: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException On 4/2/2024 11:02 AM, Tamás Cservenák wrote: Howdy, src/main/java and src/test/java is the maven standard... T On Tue, Apr 2, 2024, 19:46 slipbits wrote: I k

Can;t link src/test/java to package being tested.

2024-04-02 Thread slipbits
I know this is a dumb question but I'm stumped. I created a new project and NB created src/main and src/test subdirectories. When I created my test code in src/test/... NB recognized the main package and I could link to it i n the editor and run compiles. But when I try to execute in in the deb

How to fix C/C++ system error in finding a compiler file

2023-07-01 Thread slipbits
NB 18 Win 11-x64 cygwin Build command: c:\cygwin64\bin\g++.exe -O2 *.o -o Eliza.exe I'm trying to use the C/C++ I/F. During a compile the error message "C:/cygwin64/lib/gcc/x86_64-pc-cygwin/11/collect2.exe: error while loading shared libraries: ?: cannot open shared object file: No such file

Is there documentation on C/C++ Netbeans

2023-04-13 Thread slipbits
I'm trying to find some documentation which describes the Netbeans Lightweight C/C++ setup options. Are there any help files, manual for Netbeans, or tutorials? thanks art - To unsubscribe, e-mail: users-unsubscr...@netbeans.

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread slipbits
Hi Brad; I have installed a C++ Project. On the taskbar, "Run" has all options shaded except Run->Set Main Project. I can't compile a file, build my project, or execute my code. What I have been doing is using g++ in a bash for loop (using Cygwin on a Win7-64 platform). Is there any way to co

C/C++ Integration

2022-09-06 Thread slipbits
Is Netbeans abandoning future development of C/C++? I have tried to use Netbeans Lightweight C/C++ IDE in the last few releases unsuccessfully. The current Netbeans 15 does not support syntax highlighting using CLANGD, and as in previous releases, individual files can not be compiled and (for

Netbeans 14 delivery schedule

2022-06-09 Thread slipbits
Is there an updated schedule for NB 14? I am looking forward to any C/C++ updates. thanks - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For fur

C/C++ Compiling and clangd integration

2022-06-01 Thread slipbits
NB 13 Win 7/10/11 gcc 11.3.0 I'm trying to use NB as a C/C++ IDE. Some issues: 1. I can't compile. Properties->Compile Commands = "g++.exe -c -dumpdir ..\obj\ -std=c++17 -o ..\obj\", but Run->Compile File is 'grayed' and can't be used. I've also tried linux separators (/) and amisture o

Re: BufferedReader and BufferedWriter : non-static variable cannot be accessed from the static context

2022-05-23 Thread slipbits
It is true that there other people on this list nicer than you. But let's look at your reply for a second. You provided no help, only criticism. The person asking the question wanted help. Rather than your acerbic answer, you might have provided some aid and direction. You did say that this lis

Can't open Netbeans 13

2022-05-19 Thread slipbits
Netbeans 13.0 Win 7-64 jdk-17.0.1 I've been waiting for Netbeans 14 w/C++ support, but, I am ready to code and decided to open NB13. These are the Diagnostics. Since NB14 is imminent is it worth spending time trying to find and fix the root problem? thank bin >> ./netbeans64.exe WARNING: pac

Re: Trouble with file access permission in a C++ projet

2022-01-27 Thread slipbits
you want to use. In my box this is "CYGWIN\bin\c++.exe". Cheers, Antonio On 26/01/2022 22:18, slipbits wrote: NB Diagnostic Message Exception in thread "main" java.io.IOException: Cannot run program "C:\cygwin64\lib\gcc\x86_64-pc-cygwin\11\include\c++":

Trouble with file access permission in a C++ projet

2022-01-26 Thread slipbits
NB 12.6 Win7-64 I'm trying to get C++ up an running. I think I've got everything set up correctly but I get an access violation at build time. I've checked all of the security permission on the path for my account, and in each directory I see that in the Security Property pop-up I have no per

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-19 Thread slipbits
thanks art === code === #include int main(int argc, char* argv[]) {    exit (1); } On 1/18/2022 11:29 AM, slipbits wrote: Thanks; After I followed Bradley Willcott's directions I returned to Tools->Options->C/C++ and found that it (now) contained linkages to clang, not clan

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread slipbits
wise you'll have to add it manually (say "C:\Users\whatever\clang\bin\clangd.exe). Cheers, Antonio On 17/01/2022 22:17, slipbits wrote: 'm trying to host all my C/C++ projects on Netbeans (because I like NB) and am having some difficulty. NB tools->options->C/C++ requir

[C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread slipbits
NB 12.5 Windows 7 Cygwin I'm trying to host all my C/C++ projects on Netbeans (because I like NB) and am having some difficulty. NB tools->options->C/C++ requires either a ccls or clangd protocol server. I downloaded clangd

Re: Opening older C/C++ projects in NB 12.4

2021-12-06 Thread slipbits
I've been using Netbeans for years (2 decades or so) for both Java and C++, but under the current Netbeans to use C++ I can't take advantage of any JDK after jdk 8.0. Are there any plans to change this? As a (disgruntled) side note, I  have been using Visual Studio for C++ since March, and hav

Re: Linker error in cpplite

2021-04-17 Thread slipbits
at, Apr 17, 2021 at 11:28 PM slipbits <mailto:slipb...@slipbits.com>> wrote: Run->Build Main Project On 4/17/2021 1:41 PM, Geertjan Wielenga wrote: Can you provide a sequence of steps for someone to reproduce the issue? Gj On Sat, 17 Apr 2021 at 22:36, slipb

Re: Linker error in cpplite

2021-04-17 Thread slipbits
Run->Build Main Project On 4/17/2021 1:41 PM, Geertjan Wielenga wrote: Can you provide a sequence of steps for someone to reproduce the issue? Gj On Sat, 17 Apr 2021 at 22:36, slipbits <mailto:slipb...@slipbits.com>> wrote: NB 12.3 Win7-64 Is there a fix for this?

Linker error in cpplite

2021-04-17 Thread slipbits
NB 12.3 Win7-64 Is there a fix for this? If it is in my program, is there any way of finding out where? I am (very, very) reluctantly using Visual Studio. If this issue is resolved, I can go back to NB. If it's something I need to do or haven't done correctly, can someone give me a clue? My

Installing ccls on NB12.3

2021-03-25 Thread slipbits
Win 7-64 OS I'm trying to run a C/C++ project with NB. C/C++ plugin information indicates that ccls needs to be installed, and ccls indicates LLVM needs to be installed. I've installed LLVM but am having difficulty downloading  ccls, I use Cygwin git vrs. 2.30.1. No variant of the POSIX downl

Re: [Netbeans Platform] Tutorials are unusable since transition to Apache

2021-03-06 Thread slipbits
Don't know if this helps. Whenever I use a system, a.k.a, Netbeans, I attempt to download everything in site. Just because I spend most of life living under a rock with pretensions of paranoia. With this in mind, I have all the Netbeans documentation given with distributions (8.2, 9.0, 11.0, 12

Re: SAX Question

2020-09-09 Thread slipbits
Sorry. Ignore the post. I found my error. Sorry to waste the bandwidth! On 9/9/2020 10:05 AM, slipbits wrote: NB 12.0 JDK 14 Win7-64 I'm trying to use a SAX XML parser and found the following issue? import org.xml.sax.Attributes; public class XMLReaderHandler ex

SAX Question

2020-09-09 Thread slipbits
NB 12.0 JDK 14 Win7-64 I'm trying to use a SAX XML parser and found the following issue? import org.xml.sax.Attributes; public class XMLReaderHandler extends org.xml.sax.helpers.DefaultHandler {    public void startElement(String uri, String localName, String qName, Attributes attributes) thro

Restarting a Debug Session

2020-07-09 Thread slipbits
NB12 I can't seem to restart a (java) debug session in NB12. Restart is greyed out in the pop-up and the menu bar. Is there anything that I can do to restart after a debug session starts? - To unsubscribe, e-mail: users-unsu

Re: Issue with recognizing functions

2020-07-06 Thread slipbits
Monday, July 6, 2020, 8:08:10 PM GMT+4:30, slipbits wrote: I am trying to create files/directories and to assign attributes to them. I would like my software to play on multiple OS's and I am trying to find the Java way of identifying OS specific attributes. Two issues came up. I

Issue with recognizing functions

2020-07-06 Thread slipbits
I am trying to create files/directories and to assign attributes to them. I would like my software to play on multiple OS's and I am trying to find the Java way of identifying OS specific attributes. Two issues came up. In one, there is no discussion of Windows attributes. I have assumed that t

Re: JavaFx Problem

2020-07-06 Thread slipbits
Hi; Learning is a lifetime avocation. Once you 'start' to enjoy it, you will always enjoy it. And that's what gets you through the day. I used to say (still do for that matter) that anything that I once learned I will use. Sometimes I will use it years after I 'learned' it. When this happens

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-26 Thread slipbits
archetypes that run out of the box without you needing to tweak anything. Gj On Fri, 26 Jun 2020 at 08:25, slipbits <mailto:slipb...@slipbits.com>> wrote: That's the problem. Tools->Options->anything doesn't seem to have a 'Preferences', or I've mis

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread slipbits
dle tab where you can set a custom Gradle path and choose to use the wrapper if there is one. Send the full output of the build attempt and we should be able to get this sorted out. Scott On Jun 25, 2020, at 6:44 PM, slipbits wrote:  I know this is going to sound tacky,, but I have an ID

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread slipbits
the Gradle wrapper then Gradle will use the version specified by the project which it will download and cache in the .gradle folder of your home directory. Have you tried building the project from the command line? Scott On Jun 25, 2020, at 5:15 PM, slipbits wrote:  Win 7-64 & cygwin

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread slipbits
27;0.0.8' } javafx {     version = "14"     modules = [ 'javafx.controls' ] } I tried several versions of adding an "apply plugin:" for JavaFX without success. Don't know what else to do. thanks art On 6/25/2020 9:53 AM, Scott Palmer wrote: On Th

Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-24 Thread slipbits
Win 10-64 I've installed the JavaFX plugins and now I'm trying to create an application.  When I do: File->New Projects->Java with Ant->JavaFX->JavaFX Application I get a message: "Failed to automatically set-up a JavaFX Platform. Please go to Platform Manager, create a non-default Java SE p

Navigate CTL-B/CTL-SHIFT-B not working

2020-06-15 Thread slipbits
*Product Version:* Apache NetBeans IDE 12.0 *Updates:* NetBeans IDE is updated to version NetBeans 8.2 Patch 2 *Java:* 1.8.0_111; Java HotSpot(TM) 64-Bit Server VM 25.111-b14 *Runtime:* Java(TM) SE Runtime Environment 1.8.0_111-b14 *System:* Windo

unsubscribe

2020-06-02 Thread slipbits
- 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

Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread slipbits
Netbeans 11.3 Win 7-64 bit Cygwin I would like to install a C/C++ plugin for Netbeans 11.3. The comments I've read seem to indicate that an integrated C/C++ has been in the offing for quite some time (Oracle was late in delivering the C/C++ modules).  I have had header difficulty with Netbeans