Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Geertjan Wielenga
https://m.youtube.com/watch?v=8xaRwqcKPSI Gj On Wed, 1 Jan 2020 at 17:35, Geertjan Wielenga wrote: > Go to the “Java with Maven” category in the New Project dialog and use the > two Gluon OpenJFX samples that you see there. > > Gj > > On Wed, 1 Jan 2020 at 17:29, Chris Olsen

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Geertjan Wielenga
Go to the “Java with Maven” category in the New Project dialog and use the two Gluon OpenJFX samples that you see there. Gj On Wed, 1 Jan 2020 at 17:29, Chris Olsen wrote: > Hello, Everyone and Happy New Year -- > > I am trying to write a simple starter HelloFX program, and running into > an

Re: Hints for custom language

2019-12-30 Thread Geertjan Wielenga
https://platform.netbeans.org/tutorials/nbm-javacc-parser.html Gj On Mon, 30 Dec 2019 at 12:43, Bilu Al wrote: > Its a custom language for data processing something similar to xml. And i > am using JavaCC. > > On 2019/12/30 14:43:41, Geertjan Wielenga wrote: > > What custo

Re: Hints for custom language

2019-12-30 Thread Geertjan Wielenga
What custom language are you working on? And are you using Antlr or something different? Thanks, Gj On Sun, Dec 29, 2019 at 7:57 AM Bilu Al wrote: > Hello, > I am developing a module for netbeans to support a custom language. > > what i am trying to do now is to declare Hints for my custom

Thanks for the great Apache NetBeans year!

2019-12-23 Thread Geertjan Wielenga
Hi all, We've had a really excellent year, many thanks to each and every one of you. The highlight undoubtedly was the fact that we became a top level Apache project. That was an amazing achievement given the scale and complexity of our project. Also, a very significant highlight is our

Re: NB 11.2 update 1

2019-12-09 Thread Geertjan Wielenga
ected for NetBeans 11.2 Update 1? > > I compared my "original" working copy of NetBeans 11.2 and the one after a > complete clean install + updates and they are identical (except for some > "last update check" attribute in some XML files) > > Thomas > > Geertjan W

Re: NB 11.2 update 1

2019-12-09 Thread Geertjan Wielenga
It's not, you need to install it once you have 11.2, maybe restart with fresh userdir and password, then install the update, and then describe exactly what it is that is not working as expected. Gj On Mon, Dec 9, 2019 at 6:25 AM Thomas Kellerer wrote: > Neil C Smith schrieb am 08.12.2019 um

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Geertjan Wielenga
Yes, done. Gj On Thu, 5 Dec 2019 at 07:25, Emilian Bold wrote: > Should be easy for the NetBeans PMC to contact Apache Legal and mention > this. > > --emi > > On Wed, Dec 4, 2019 at 9:45 PM Eric J. Schwarzenbach > wrote: > > > > So that suggests that this mispelling of apache.org is being

Re: Abstract methods not implemented

2019-11-28 Thread Geertjan Wielenga
Does uninstalling nb-javac solve this problem? Gj On Fri, 29 Nov 2019 at 05:24, William Reynolds < wnreyno...@stellarscience.com> wrote: > Yes, its' a known bug in 11.2. > https://issues.apache.org/jira/browse/NETBEANS-3340 (it has been > reported numerous times, each one which links back to

Re: JDK

2019-11-27 Thread Geertjan Wielenga
That's the reason for this: https://issues.apache.org/jira/browse/NETBEANS-3104 And here's how to use those templates in the meantime: https://www.youtube.com/watch?v=8xaRwqcKPSI Gj On Wed, Nov 27, 2019 at 8:43 PM Neil C Smith wrote: > On Wed, 27 Nov 2019 at 19:10, Geertjan Wielenga >

Re: JDK

2019-11-27 Thread Geertjan Wielenga
You’ll need to run on JDK 8 to use those. Better to simply use the OpenJFX Gluon templates in the “Java with Maven" category. Rather than explaining all this yet again, could you search through the mailing list if you have any other questions about this since we’ve discussed this a few dozen

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-26 Thread Geertjan Wielenga
tBeans 11.2,but it gives the same problem. > > How come that NetBeans itself can still run with JDK 8, but the nb-javac > plugin requires JDK 11 or later? > > Will this problem be addressed in NetBeans 11.3, or do I have to live with > it? > > Greets, > Humphrey. >

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-26 Thread Geertjan Wielenga
edititng. > > On Mon, Nov 25, 2019 at 2:45 PM Geertjan Wielenga > wrote: > >> Uninstall nb-javac. Then, do not reinstall it. Do not use nb-javac to see >> if that solves the problem. >> >> Gj >> >> On Mon, Nov 25, 2019 at 2:13 PM Humphrey Clerx wr

Re: Problem

2019-11-25 Thread Geertjan Wielenga
8.2 does not and cannot run with JDK 13 -- go to netbeans.apache.org to get 11.2 which is for JDK 13. Gj On Mon, Nov 25, 2019 at 7:27 PM Svein Nilsen wrote: > Hi > > I have installed JDK 13.0.1 and NetBeans 8.2 but cannot open a new > project, any ideas? I’m using MacBook Pro. > Thanks for

Re: NB on Linux platform and Java FX trouble

2019-11-25 Thread Geertjan Wielenga
Sorry, wrong video, meant this one: https://www.youtube.com/watch?v=8xaRwqcKPSI Gj On Mon, Nov 25, 2019 at 3:56 PM Geertjan Wielenga wrote: > Use Maven, like this: > > https://www.youtube.com/watch?v=l9aoicDiQ_A > > Gj > > On Mon, Nov 25, 2019 at 3:53 PM Luciano Schiavo

Re: NB on Linux platform and Java FX trouble

2019-11-25 Thread Geertjan Wielenga
Use Maven, like this: https://www.youtube.com/watch?v=l9aoicDiQ_A Gj On Mon, Nov 25, 2019 at 3:53 PM Luciano Schiavone < luciano.schiav...@gmail.com> wrote: > I installed NB 11.2 on Linux Mint 19 (Tina) with openjdk-11-jdk and > libopenjfx-java. > > When I try to create a Java FXML application

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-25 Thread Geertjan Wielenga
hy the indexing seems to go wrong? When I > do a Ctrl-O and type the name of the duplicate class, both appear in the > list. > > Greets, > H. > > On Sun, Nov 24, 2019 at 9:15 AM Geertjan Wielenga > wrote: > >> What happens if you uninstall the nb-javac plug

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-24 Thread Geertjan Wielenga
What happens if you uninstall the nb-javac plugin. Gj On Sun, 24 Nov 2019 at 09:07, Humphrey Clerx wrote: > Slightly modifying a file with an error badge doesn't solve the problem. > And it doesn't involve any enum classes. Somehow NetBeans "forgets" the > first class when it

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-22 Thread Geertjan Wielenga
What happens if you uninstall the nb-javac plugin and then restart NetBeans? Gj On Fri, Nov 22, 2019 at 10:36 AM Humphrey Clerx wrote: > I've recently installed NetBeans 11.2 and found a problem that a lot of > files are marked with an "error" symbol that a certain class cannot be > found,

Re: Help creating JavaFX project

2019-11-18 Thread Geertjan Wielenga
Go to the “Java with Maven” category and use either one of the two OpenJFX projects that you see there. Gj On Tue, 19 Nov 2019 at 04:10, Scott Wierschem wrote: > I must be missing something simple: I just spent 30 minutes trying to > create an example JavaFX project. NetBeans displays a

Re: What's going on with refactoring?

2019-11-09 Thread Geertjan Wielenga
, versioning systems are indeed handy when working with tools such as IDEs. Gj On Sat, 9 Nov 2019 at 09:49, Ty Young wrote: > > On 11/9/19 2:29 AM, Geertjan Wielenga wrote: > > We're working hard on implementing the special sauce that nb-javac adds > into NetBeans itself so that ulti

Re: What's going on with refactoring?

2019-11-09 Thread Geertjan Wielenga
On Sat, Nov 9, 2019 at 9:19 AM Ty Young wrote: > > > > Anyway, I can rename methods now but i'm a bit too scared to rename any > packages or move classes around. That implies you need to get your code into a versioning system, e.g., on GitHub. Gj > Does that work for you after removing

Re: What's going on with refactoring?

2019-11-09 Thread Geertjan Wielenga
(something else we're trying to fix), it does better than not having it, that would be best. Gj On Sat, Nov 9, 2019 at 9:19 AM Ty Young wrote: > > On 11/9/19 2:09 AM, Thomas Kellerer wrote: > > Ty Young schrieb am 09.11.2019 um 08:58: > >> On 11/9/19 1:53 AM, Geertjan Wiele

Re: What's going on with refactoring?

2019-11-08 Thread Geertjan Wielenga
What happens when you uninstall nb-javac? Gj On Sat, Nov 9, 2019 at 8:46 AM Ty Young wrote: > Hi, > > > Ever since Netbeans 9(technically pre-alpha, where Netbeans was still > under Oracle), refractoring on a modular Ant project package or class > has resulted in exceptions which forces manual

Re: Darcula plugin

2019-11-07 Thread Geertjan Wielenga
You can get it from plugins.netbeans.org and use the Plugin Manager under the Tools menu to install it. Gj On Thu, Nov 7, 2019 at 1:27 PM Raymond, Craig A (US) < craig.raym...@baesystems.com> wrote: > Does anyone know if the Darcula plugin works with NetBeans 11.2? > > > > I see it was updated

Re: Netbeans can't find Classes with main function

2019-11-07 Thread Geertjan Wielenga
e? It was an issue in 11.01 too. > > Regards > Farouk A > > On Wed, 6 Nov 2019, 17:05 Geertjan Wielenga, wrote: > >> Looks like there are syntax errors. With Java 8, you can’t have been >> using module-info.java. >> >> Gj >> >> On Wed, 6 Nov 2019 at 1

Re: Dependent libraries don't get copied?

2019-11-05 Thread Geertjan Wielenga
Here's the Features page for 11.2, see the section on Fixes: https://netbeans.apache.org/download/nb112/index.html Gj On Tue, Nov 5, 2019 at 2:05 PM Thomas Wolf wrote: > Thanks for the heads up! > > Incidentally, after I posted my question, I changed my source code level > and platform to Java

Re: Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Geertjan Wielenga
Can you reproduce if you use a Maven based project instead of an Ant based project? I am asking this so we can narrow down where the problem is coming from. Gj On Sat, 2 Nov 2019 at 14:13, Szepi Peter wrote: > Hi All, > > I am using Netbeans platform for so long, but now I really stuck in a >

Re: log4j messages missing in GlassFish server log of NetBeans 11.1

2019-11-01 Thread Geertjan Wielenga
And the situation will stay the same until you file an issue and describe in some detail how to reproduce the problem: https://issues.apache.org/jira/projects/NETBEANS And since all the code is on GitHub: https://github.com/apache/netbeans ,,.you could make an attempt to find where the problem

Re: WildFly plug-in for NetBeans 11.1?

2019-11-01 Thread Geertjan Wielenga
http://plugins.netbeans.org/plugin/76472/wildfly-application-server Yes, there is, see above. Gj On Fri, 1 Nov 2019 at 04:36, James Ostrowick wrote: > No, not at the moment. > > You can however download the 8.2 plugin and use that (I currently do) it > works perfectly even with WF 17 (18 is

Re: Problem third party as module in depedency of netbeans 11.2

2019-10-31 Thread Geertjan Wielenga
I'd recommend just using the standard animation from JavaFX: https://openjfx.io/javadoc/13/javafx.graphics/javafx/animation/package-summary.html Gj On Thu, Oct 31, 2019 at 8:39 AM dony kisworo wrote: > Hi All, > > I use netbeans 11.2 vc1 where I start with a new project in the category >

Re: Select Web Project Run ??

2019-10-30 Thread Geertjan Wielenga
rmally. In addition, if I use Debug instead of Run, the problem is not > apparent. > > Don > On 10/30/19 2:38 PM, Geertjan Wielenga wrote: > > Best to ask on the Tomcat mailing lists. > > Gj > > On Wed, Oct 30, 2019 at 7:37 PM Don wrote: > >> Where does it

Re: Select Web Project Run ??

2019-10-30 Thread Geertjan Wielenga
So those projects were deployed before to Tomcat and Tomcat keeps tracks of them and redeploys them when Tomcat restarts. Find out more about Tomcat here: https://tomcat.apache.org/ Gj On Wed, Oct 30, 2019 at 6:57 PM Don wrote: > When I select a project and right-click and select Run, it

Re: Nodes/ExplorerViews and Navigator.

2019-10-27 Thread Geertjan Wielenga
But before spending too much time on this, I recommend you look at the existing support for md, e.g.: https://github.com/madflow/flow-netbeans-markdown Gj On Sun, Oct 27, 2019 at 12:02 PM Geertjan Wielenga wrote: > It's a Navigator panel, best to use a BeanTreeView to display your no

Re: Nodes/ExplorerViews and Navigator.

2019-10-27 Thread Geertjan Wielenga
It's a Navigator panel, best to use a BeanTreeView to display your nodes. Also, like this you'll not need a project in order to create your files: @TemplateRegistration(folder = "Other", content = "MDTemplate.md", requireProject = false) Gj On Sun, Oct 27, 2019 at 10:59 AM Ian Utley wrote: >

Re: grade multi project support?

2019-10-24 Thread Geertjan Wielenga
d.gradle now and it is recognised and imported. Looks > awesome. > I guess it would make sense to not require a build.gradle and maybe test > for the presence of the settings.gradle as well/instead; at least a > build.gradle is not required/mandatory. > > Cheers, > Daniel > > On 24 Oct 2

Re: grade multi project support?

2019-10-24 Thread Geertjan Wielenga
Is it available somewhere or can be reproduced somehow, yes multi module projects are supported, Laszlo, the creator of all the amazing Gradle support, is probably sleeping in the US right now, and if you can provide a way for him to reproduce this, he'll be able to do so when he wakes up in the

Re: GUI builder cannot find generated code

2019-10-23 Thread Geertjan Wielenga
Unless we can reproduce it or get a stack trace, you’ll get no responses. Gj On Wed, 23 Oct 2019 at 16:09, Peter Toye wrote: > More information on this. When I open the .java file in a text editor, the > editor-fold lines have extra information > > // //GEN-BEGIN:initComponents > and > }

Re: Java project now needs classpaths to run it

2019-10-21 Thread Geertjan Wielenga
https://issues.apache.org/jira/browse/NETBEANS-3260 Hope the above investigation makes you happy. :-) Gj On Mon, Oct 21, 2019 at 4:07 PM Geertjan Wielenga wrote: > > It is copied and pasted from there. > > Gj > > On Mon, 21 Oct 2019 at 16:06, Peter Toye wrote: > >>

Re: Java project now needs classpaths to run it

2019-10-21 Thread Geertjan Wielenga
It is copied and pasted from there. Gj On Mon, 21 Oct 2019 at 16:06, Peter Toye wrote: > Dear Geertjan, > > Fine. I agree. A shame that OpenJDK don't put this on the mailing list > page you sent me. > > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > >

Re: Java project now needs classpaths to run it

2019-10-21 Thread Geertjan Wielenga
I don’t know who the ‘they’ are you’re referring to, but I’m sorry this is where I’m going to draw a line: I am not going to help you subscribe to a mailing list. Gj On Mon, 21 Oct 2019 at 13:54, Peter Toye wrote: > Dear Geertjan, > > Agreed - but the address they give is the one that's

Re: Java project now needs classpaths to run it

2019-10-21 Thread Geertjan Wielenga
st stick to a single syntax is beyond me. > > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > > - > Monday, October 21, 2019, 9:07:54 AM, you wrote: > > > https://openjdk.java.net/projects/jigsaw/quick-start > >

Re: Java project now needs classpaths to run it

2019-10-21 Thread Geertjan Wielenga
ingle syntax is beyond me. > > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > > - > Monday, October 21, 2019, 9:07:54 AM, you wrote: > > > https://openjdk.java.net/projects/jigsaw/quick-start > > Th

Re: Slack channel for netbeans

2019-10-21 Thread Geertjan Wielenga
Done. Gj On Mon, Oct 21, 2019 at 7:56 AM Ahmed Osama wrote: > Can the admin invite me to the workspace? > > > On Oct 21, 2019, at 1:30 AM, Emilian Bold > wrote: > > > > https://netbeans.slack.com > > > > --emi > > > > On Mon, Oct 21, 2019 at 1:37 AM Ahmed Osama wrote: > >> > >> Hi Everyone,

Re: Java project now needs classpaths to run it

2019-10-20 Thread Geertjan Wielenga
To be honest, I'd love to help but I'm not going to spend any time guessing about your application, you're going to need to provide a way to access it, e.g., put it on GitHub, so that it can be downloaded, e.g., sorry, "import com.ptoye.astro.World", no idea what that is, and please do not try to

Re: Java project now needs classpaths to run it

2019-10-20 Thread Geertjan Wielenga
What is the version of Java you’re using on the command line? Gj On Sun, 20 Oct 2019 at 20:10, Peter Toye wrote: > Dear Geertjan, > > OK, I've read up on modules and written my first Hello World program which > compiles and runs fine using NetBeans. However, it doesn't run from a > command

Re: Netbeans RCP Compatibility

2019-10-17 Thread Geertjan Wielenga
storically there have > been Platform changes between NetBeans releases? Or I should read this as > “org-openide” models are platform changes, while “org-netbeans” modules are > IDE changes? > > > > Adam > > > > *From:* Geertjan Wielenga > *Sent:* Thursday, O

Re: Netbeans RCP Compatibility

2019-10-17 Thread Geertjan Wielenga
ce.army.mil/cwms/ uses the RCP for > reservoir management and reporting. > > > > Adam > > > > *From:* Geertjan Wielenga > *Sent:* Thursday, October 17, 2019 1:02 AM > *To:* Adam Korynta > *Cc:* users@netbeans.apache.org > *Subject:* Re: Netbeans RCP Compatibili

Re: Netbeans RCP Compatibility

2019-10-17 Thread Geertjan Wielenga
https://bits.netbeans.org/dev/javadoc/apichanges.html Gj On Thu, Oct 17, 2019 at 11:11 AM Neil C Smith wrote: > On Thu, 17 Oct 2019 at 10:03, Emilian Bold wrote: > > > > > Note that every NetBeans release has the spec version of every module > > increased, so this might not be a useful guide!

Re: Netbeans RCP Compatibility

2019-10-17 Thread Geertjan Wielenga
The NetBeans Platform is simply part of NetBeans IDE. I updated the page you referred to and the place to be looking for any info is netbeans.apache.org, in your case especially https://netbeans.apache.org/download/index.html. On the Download pages per release you can see which JDK is supported,

Re: Netbeans RCP Compatibility

2019-10-17 Thread Geertjan Wielenga
On Thu, Oct 17, 2019 at 10:01 AM Geertjan Wielenga wrote: > The NetBeans Platform is simply part of NetBeans IDE. I updated the page > you referred to and the place to be looking for any info is > netbeans.apache.org, in your case especially > https://netbeans.apache.org/downloa

Re: SVN Client

2019-10-14 Thread Geertjan Wielenga
Could you consider using Git (e.g., GitHub) instead? Gj On Mon, Oct 14, 2019 at 2:37 PM Eduardo Mosqueira Rey < eduardo.mosque...@udc.es> wrote: > I am testing NetBeans 11.1 for using in classroom and I recently > discovered that a Subversion client is not included in this version and you >

Re: Java project now needs classpaths to run it

2019-10-14 Thread Geertjan Wielenga
On Mon, Oct 14, 2019 at 11:16 AM Peter Toye wrote: > Dear Geertjan, > > I agree that the "java" command has nothing to do with Netbeans. I'll try > to be more explicit: > > I have a project which dates back to about 2006 and has a main class which > I'll call A. This uses a separate class B

Re: {NetBeans IDE] {JAVA]

2019-10-13 Thread Geertjan Wielenga
PS: “it all seems to work until the end” is like saying “everything went fine with the rocket launch, except for the ending”. On Sun, 13 Oct 2019 at 23:47, Geertjan Wielenga wrote: > 2014 is 5 years ago. That is not “a little dated”. If it were to work > today, I would be extremely sur

Re: {NetBeans IDE] {JAVA]

2019-10-13 Thread Geertjan Wielenga
library libjli.so is not loaded on the pi. > > JDK 1.8.0_211 > > NetBeans is on Windows 10, Raspbian OS on the Raspberry Pi 3 B+ > > > Lou > > On 10/13/2019 2:55 PM, Geertjan Wielenga wrote: > > OK, I see C:\\Program Files\\NetBeans-11.1 in there, but I don't think > any

Re: {NetBeans IDE] {JAVA]

2019-10-13 Thread Geertjan Wielenga
OK, I see C:\\Program Files\\NetBeans-11.1 in there, but I don't think anyone has tried or verified that with Raspberry Pi, what would be the procedure to try that out? Gj On Sun, Oct 13, 2019 at 10:54 PM Geertjan Wielenga wrote: > What version of the JDK are you using? Which operating sys

Re: {NetBeans IDE] {JAVA]

2019-10-13 Thread Geertjan Wielenga
What version of the JDK are you using? Which operating system, which version of NetBeans? Which steps did you follow, what must we do to reproduce the problem? Gj On Sun, Oct 13, 2019 at 10:53 PM Lou wrote: > I could use some help here. I'm new to NetBeans and don't have a clue > where to

Re: Java project now needs classpaths to run it

2019-10-13 Thread Geertjan Wielenga
You appear to be talking about the “java” command line below, which has nothing at all to do with NetBeans. You seen to be using different versions of Java. Gj On Fri, 20 Sep 2019 at 16:44, Peter Toye wrote: > Having just moved from NB version 8 to 11.1 there seems to have been a > change in

Re: Global plugin installation in Linux

2019-10-13 Thread Geertjan Wielenga
Yes, that is a good approach. In 11.2, we’re moving away from the JS parser needing to be installed separately, in 11.3 (January next year) we’ll hopefully be able to bundle C/C++ integration, and in 12.0 (April next year) we’ll hopefully not need to have users install nb-javac at startup. All

Re: [lookup] Accessing dynamically created objects through lookup

2019-10-13 Thread Geertjan Wielenga
Or get hold of leanpub.com/nbp4beginners It hasn’t been updated for some time, but I’ve not yet seen anything in it that needs updating. Gj On Sun, 13 Oct 2019 at 19:17, Marco Rossi wrote: > Hello Patrick, > > you should create your own Lookup where to put what you want. I called > this

Re: Problem running application with --enable-preview

2019-10-09 Thread Geertjan Wielenga
https://www.youtube.com/watch?v=ciK5qzJsSTc Hope it helps, Gj On Wed, Oct 9, 2019 at 3:57 PM Helmut Leininger wrote: > 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

Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-07 Thread Geertjan Wielenga
der and just point to 'src' in the my_apps folder in my git repository. > > If I wanted to do this, would I use "HTML5/JS Application with Existing > Sources" or "Node.js Application with Existing Sources"? > > Thanks again, > Tom > > On Mon,

Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-07 Thread Geertjan Wielenga
on GitHub, but this directory structure is created by > React's sample application generator using cmd "npx create-react-app app" > (see https://reactjs.org/docs/create-a-new-react-app.html#create-react-app > ). > > Tom > > > On Sat, Oct 5, 2019 at 4:43 AM Geertjan Wielenga > wro

Re: Problems contacting website

2019-10-07 Thread Geertjan Wielenga
The mailing list is the forum. Gj On Mon, Oct 7, 2019 at 1:05 PM Peter Toye wrote: > Dear Geertjan, > > I don't think I'm on your forum. I didn't know there was one. > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > > - > Monday, October 7, 2019,

Re: Problems contacting website

2019-10-07 Thread Geertjan Wielenga
Here is our website: netbeans.apache.org. And you are currently on our forum, right now. Gj On Mon, Oct 7, 2019 at 12:41 PM Peter Toye wrote: > I'm having problems contacting your website. > > http://www.netbeans.org/community/index.html is timing out. > > https://forums.netbeans.org/ is

Re: Maven project with java modules

2019-10-07 Thread Geertjan Wielenga
> understand for a first use of the modules. > > Regards, > > Richard > >> Le 06/10/2019 à 13:02, Geertjan Wielenga a écrit : >> Just start by looking at the example I pointed you to on GitHub. >> >> Gj >> >>> On Sun, 6 Oct 2019 at 12:58,

Re: Maven project with java modules

2019-10-06 Thread Geertjan Wielenga
Just start by looking at the example I pointed you to on GitHub. Gj On Sun, 6 Oct 2019 at 12:58, Richard Grin wrote: > So, there is no reasons to create several modules into a NetBeans project? > If I have understood you correctly. > Le 06/10/2019 à 12:28, Geertjan Wieleng

Re: Maven project with java modules

2019-10-06 Thread Geertjan Wielenga
; No menu in NetBeans 11.1 (I forgot the version of NetBeans in my previous > message) to create a new module? Do I have to create a new Folder and then > to add a module-info.java jnside this new Folder? > Le 06/10/2019 à 12:16, Geertjan Wielenga a écrit : > > > > https

Re: Maven project with java modules

2019-10-06 Thread Geertjan Wielenga
https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples/tree/master/AnagramGameMaven Gj On Sun, 6 Oct 2019 at 12:03, Richard Grin wrote: > Hi, > > Where can I find a good example to create a Maven NetBeans project with > java modules (not NetBeans modules)? > > I can't find a

Re: JJazzLab : a music application based on the Netbeans Platform

2019-10-05 Thread Geertjan Wielenga
In addition to the questions below, note I have the app up and running on Mac. Gj On Sat, 5 Oct 2019 at 11:40, Geertjan Wielenga wrote: > Looks really cool. > > Are the standard from iReal Pro included (or can they be imported) and how > does it compare with Band-in-a-box? > &

Re: JJazzLab : a music application based on the Netbeans Platform

2019-10-05 Thread Geertjan Wielenga
Looks really cool. Are the standard from iReal Pro included (or can they be imported) and how does it compare with Band-in-a-box? Thanks, Gj On Sat, Oct 5, 2019 at 10:37 AM Emma Atkinson wrote: > Hi Jerome > > I like the look and fancy giving it a spin. (My MIDI programs don't evolve > pass

Re: Any step-by-step on importing/developing react app in Netbeans?

2019-10-05 Thread Geertjan Wielenga
If you can point to this or a similar source structure on GitHub, I’ll make a YouTube clip showing how to set it up in Apache NetBeans. Gj On Fri, 4 Oct 2019 at 22:12, Thomas Wolf wrote: > Hey everyone, > I'm just getting my feet wet with web-based application development (but > decades of

Re: Payara Server Plugin requires incubator-netbeans-release-404-on-20190319 in NetBeans 11.1

2019-10-02 Thread Geertjan Wielenga
gt; > Cheers, > > Slim > > > On 2019-10-02 12:46, Geertjan Wielenga wrote: > > But why install it. It's installed out of the box in 11.1. > > Gj > > On Wed, 2 Oct 2019 at 18:43, Paul "TheSlimDude" Morris > wrote: > >> Trying to install th

Re: Payara Server Plugin requires incubator-netbeans-release-404-on-20190319 in NetBeans 11.1

2019-10-02 Thread Geertjan Wielenga
But why install it. It’s installed out of the box in 11.1. Gj On Wed, 2 Oct 2019 at 18:43, Paul "TheSlimDude" Morris wrote: > Trying to install the Payara Server plugin in NetBeans 11.1 on Windows 10 > results in error. Steps to reproduce: > > Install NB 11.1 > > Click Tools - Plugins and

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
For sure. :-) Created the issue: https://issues.apache.org/jira/browse/NETBEANS-3188 Gj On Tue, Oct 1, 2019 at 11:38 AM Neil C Smith wrote: > On Tue, 1 Oct 2019 at 10:31, Geertjan Wielenga > wrote: > > > > Yes, we should upgrade it, what version would be best, jus

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
Yes, we should upgrade it, what version would be best, just the latest one? Gj On Tue, 1 Oct 2019 at 11:30, Neil C Smith wrote: > On Tue, 1 Oct 2019 at 10:17, Sterpu Victor > wrote: > > Can I manullay update Maven or can force this project to compile > ignoring this error(maybe this is not

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
Look in your pom.xml file and also spend some time learning what Maven is: https://maven.apache.org/ Gj On Tue, Oct 1, 2019 at 11:17 AM Sterpu Victor wrote: > Hello > > I'm using Apache Netbeans 11.1 and when I try to compile a project I > receive the error: "Detected Maven Version: 3.3.9 is

Re: Java 8 still on Java.com

2019-09-30 Thread Geertjan Wielenga
Best to join the mailing lists here and discuss further there: https://openjdk.java.net/ Gj On Mon, Sep 30, 2019 at 6:40 PM Scott Palmer wrote: > There are no JRE downloads after Java 8. > > You are expected to bundle Java with your application. > > Scott > > > On Sep 30, 2019, at 12:39 PM,

Re: Re[10]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
*Caused by: java.io.IOException: CreateProcess error=206, The filename or > extension is too long* at java.base/java.lang.ProcessImpl.create(Native > Method) > at java.base/java.lang.ProcessImpl.(ProcessImpl.java:420) > at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:151) > at java.base/java.lang

Re: Re[8]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
e project and hope > this will solve the problem. > > Thank you. > > > -- Original Message -- > From: "Geertjan Wielenga" > To: "Sterpu Victor" > Cc: "NetBeans Mailing List" > Sent: 2019-09-30 5:21:43 PM > Subject: Re: Re[6]: Apa

Re: Re[6]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Also, unless you have a special reason for not doing so, it would be best to use a Maven project rather than Ant, which will help solve your dependency issues and also help you to identify problems more easily. Gj On Mon, Sep 30, 2019 at 4:22 PM Geertjan Wielenga wrote: > Also, b

Re: Re[6]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Also, best not to have your class in the default package -- create a new package and put the source file there. Gj On Mon, Sep 30, 2019 at 4:21 PM Geertjan Wielenga wrote: > Indeed, the dependencies are not there so when I try to build, there are > many missing dependencies and the

Re: Re[6]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
blem disappears. > The project should dispaly a lot of errors since I already deleted a lot > of libraries and source files but in this form it only displays "BUILD > FAILED" > > Thank you. > > > -- Original Message -- > From: "Geertjan Wielenga" >

Re: Re[4]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
t; >> *As a interesting thing: if I run the project, without compiling it, no >> error appears and the project runs fine.* >> >> >> -- Original Message -- >> From: "Geertjan Wielenga" >> To: "Sterpu Victor" >> Cc: users@

Re: Re[2]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
DK 11 + Netbeans versions 11.1 > > *As a interesting thing: if I run the project, without compiling it, no > error appears and the project runs fine.* > > > -- Original Message -- > From: "Geertjan Wielenga" > To: "Sterpu Victor" > Cc: users@netbeans.apach

Re: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Walter, You’ve seen in the responses you received that you appear to have configured multiple JDK’s on your path, JDK 8 being the first of these, which is why JDK 8 was picked up when you tried to run a JavaFX sample targeted for JDK 13. Can you focus on configuring your environment correctly,

Re: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Well, 11.1 does not support JDK 13. Try reproduce the problem on 11.2 beta1: bit.ly/apache-netbeans-11-2-beta-1 Gj On Mon, 30 Sep 2019 at 13:53, Sterpu Victor wrote: > Hello > > I want to migrate from a old Netbeans 8 version to Apache Netbeans 11.1. I > use JDK 13. > The project works in

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
ur path (I don't see an option > to configure the jdk you use for the javafx plugin, it seems to ignore > JAVA_HOME). Anyways, fix your path and things will work. > > > On 9/28/2019 1:53 PM, Geertjan Wielenga wrote: > > Possibly, but unless we can reproduce this or get a better under

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
Possibly, but unless we can reproduce this or get a better understanding of the environment in question, we won't know. Gj On Sat, Sep 28, 2019 at 9:51 PM Neil C Smith wrote: > > > On Sat, 28 Sep 2019, 20:31 Geertjan Wielenga, wrote: > >> Yup, it seems to me that the Java

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
Yup, it seems to me that the Java environment isn't set up right -- some JDK 8 of some kind appears to be set up system wide. Running 'java -version' would probably confirm that. Gj On Sat, Sep 28, 2019 at 9:29 PM Neil C Smith wrote: > > > On Sat, 28 Sep 2019, 19:28 Walter Oney, wrote: > >>

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
gain, thanks for your efforts. > > -Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 2:10 PM > To: Walter Oney > Cc: Neil C Smith ; NetBeans Mailing List < > users@netbeans.apache.org> > Subject: Re: A Bad Thing has happened

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
, please? Gj On Sat, Sep 28, 2019 at 8:08 PM Walter Oney wrote: > From: Geertjan Wielenga > > > You're going to have to do better than this in terms of error reporting. > > I don't want to be on the leading edge here -- I just want to get back to > developing my a

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
revert to version 8-something of the JDK? > > -Original Message----- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 1:52 PM > To: Walter Oney > Cc: Neil C Smith ; NetBeans Mailing List < > users@netbeans.apache.org> > Subject: Re: A Bad Thing has

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
, Sep 28, 2019 at 7:50 PM Geertjan Wielenga wrote: > https://netbeans.apache.org/download/nb111/index.html > > Gj > > On Sat, Sep 28, 2019 at 7:50 PM Geertjan Wielenga > wrote: > >> The samples in the OpenJFX category use Maven, they are the Gluon >> samples,

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
https://netbeans.apache.org/download/nb111/index.html Gj On Sat, Sep 28, 2019 at 7:50 PM Geertjan Wielenga wrote: > The samples in the OpenJFX category use Maven, they are the Gluon samples, > yes, they will build with JDK 11 or later. > > The category, as stated by Neil, is named

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
ced that you said to pick a "JavaFX" sample. Duh. I got a > message to the effect that my JDK doesn't support JavaFX, so the wizard > doesn't even build an app. > > -Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 1:41 PM > T

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
rday, September 28, 2019 1:39 PM > To: 'Geertjan Wielenga' > Cc: 'Neil C Smith' ; 'NetBeans Mailing List' < > users@netbeans.apache.org> > Subject: RE: A Bad Thing has happened to the promise of platform > independence > > Well, Maven downloaded a whole bunch of

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
-Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 1:17 PM > To: Walter Oney > Cc: Neil C Smith ; NetBeans Mailing List < > users@netbeans.apache.org> > Subject: Re: A Bad Thing has happened to the promise of platform > independence >

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
Cab you go to Help | About in Apache NetBeans 11.1 and copy what you see there and paste it here and send it so we can really see what the environment is that you're making use of? Gj On Sat, Sep 28, 2019 at 7:12 PM Walter Oney wrote: > I'm doing this particular project on Windows 10. By

Re: The last straw

2019-09-28 Thread Geertjan Wielenga
On Sat, Sep 28, 2019 at 5:05 PM Alan Cameron wrote: > Hi All, > > > > Walter Oney’s email is the last straw for me. > You're referring to someone whose problem isn't JavaFX or anything else -- other than that he's been struggling to start up NetBeans itself and all his other issues stem from

<    1   2   3   4   5   6   7   8   9   10   >