Re: NetBeans installed but can't execute

2021-03-07 Thread Geertjan Wielenga
Put the class into a package. Gj On Mon, 8 Mar 2021 at 06:23, Zulfi Khan wrote: > > Hi, > > I ran the remove command but astonishingly when I typed netbeans after the > removal, it started netbeans 12.2. I have attached the image. I created the > java mavern project but I can't understand how t

Re: How do I get local terminal to work for cross platform development Windows - Debian Buster

2021-03-07 Thread Geertjan Wielenga
Do you need the Terminal window on the RPi3? Don't you already have a terminal window there that you can use? How is this blocking you? Gj On Sun, Mar 7, 2021 at 11:01 PM frui...@yahoo.co.uk.INVALID wrote: > Thanks for the quick response but I think that you have answered a > different problem.

Re: How do I get local terminal to work for cross platform development Windows - Debian Buster

2021-03-07 Thread frui...@yahoo.co.uk.INVALID
Thanks for the quick response but I think that you have answered a different problem.If I run Netbeans on Windows locally and try to open a Terminal Window I get the message ""Local Terminal requires cygwin. Please install cygwin and restart the IDE". This is annoying but it is not the problem

Re: How do I get local terminal to work for cross platform development Windows - Debian Buster

2021-03-07 Thread Geertjan Wielenga
https://ourcodeworld.com/articles/read/680/how-to-configure-an-integrated-terminal-command-prompt-in-netbeans-for-windows Gj On Sun, Mar 7, 2021 at 10:25 PM frui...@yahoo.co.uk.INVALID wrote: > I am running Apache Netbeans 12.2 on Windows 10. > My target machine runs Raspberry Pi OS (Debian Bus

How do I get local terminal to work for cross platform development Windows - Debian Buster

2021-03-07 Thread frui...@yahoo.co.uk.INVALID
I am running Apache Netbeans 12.2 on Windows 10.My target machine runs Raspberry Pi OS (Debian Buster). I have managed to develop a very simple C program using Netbeans on the Windows machine and to get it to compile and build on the RPi3.When I run it though the output in the Netbeans output wi

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Geertjan Wielenga
Indeed, that’s not what the NetBeans Platform is for. It is an advanced framework for handling complex task, definitely not a beginner’s tool. Just like you shouldn’t start with power tools in other fields, i.e., don’t start with the chainsaws if you’re getting started with basic carpentry. But a

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Richard
I don't want to build an application. I am a beginner, I want to learn, I have a book for beginners where the examples are simple and supposed to be runnable, but some of them are not. My question is very simple : how the XML editor can be activated in a very simple project without modules ? Th

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

2021-03-07 Thread frui...@yahoo.co.uk.INVALID
I am also a newbie to NetBeans and I would like to use it for C/C++, and I am actually having a bit of success though with one or two snags.If I could find tutorials covering general, language independent, use of the Netbeans interface and also basic C/C++ use I would give them a go.I cannot pr

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Geertjan Wielenga
Don’t use the book like that. It is not there to follow step by step. It is there as a guide to implement the application you want to build. As you can see, what you’re doing doesn’t work. You can continue being frustrated or use the book and the NetBeans Platform in the way they’re meant to be us

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Richard
The answer is very simple : I don't want to build an application, I just want to follow the examples in the book step by step. You suggested me to purchase this book and to read it carefully, that is what I am doing. In chapter 1, we are just testing the effect of selecting ide modules in the

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Geertjan Wielenga
Nothing at all, no. Gj On Sun, 7 Mar 2021 at 17:34, Eric Bresie wrote: > Does this have anything to do with removal of XML binding in Java 11 > timeframe? And maybe need to add a dependency for this to the project? > > See > https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Eric Bresie
Does this have anything to do with removal of XML binding in Java 11 timeframe? And maybe need to add a dependency for this to the project? See https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception On Sun, Mar 7, 2021 at 10:14 AM

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Geertjan Wielenga
The question is what it is you’re trying to achieve here. Given what you’re trying to do right now, your approach could be considered to be “wrong”, i.e., start by thinking of the larger idea of the application you’re trying to build and the features you need for that. A better approach than build

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Richard
Thank you Geertjan This is a simple exercise to look at the possibilities that each ide module can give. I tried successfully the image editor and the Utilities module, but it is clear that some other ide modules need to be selected for the XML editor since I can run with all ide modules selec

Re: [Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Geertjan Wielenga
Your usage may vary with that book. All the principles and ideas are correct, but some individual instructions may be outdated. Gj On Sun, 7 Mar 2021 at 16:57, Richard wrote: > Hello. > > Running Netbeans 12.0 with OpenJDK11 on Linux Mint 19.3 x64. > > Trying to run some examples in chapter 1 o

[Netbeans Platform] Error when activating XML Text Editor in a new project

2021-03-07 Thread Richard
Hello. Running Netbeans 12.0 with OpenJDK11 on Linux Mint 19.3 x64. Trying to run some examples in chapter 1 of the nbp4beginners book. I just created a sample project without any module, and tried to select some modules from the ide cluster in the properties-libraries window, such as Image o

Re: NetBeans installed but can't execute

2021-03-07 Thread Laszlo Kishalmi
Well, first make sure that you have removed the netbeans package with apt: sudo apt remove netbeans When that's installed the Snap package does not work Also I've noticed that your JAVA_HOME is bad. It should not point to the java executable, but a the directory where Java is being installed.