Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Chuck Davis
; > https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/newproject/MavenWizardIterator.java > > See line 76 to 80 in the above. > > Gj > > > On Fri, Sep 27, 2019 at 3:10 PM Chuck Davis wrote: > >> I don't think most users are going

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
ollows: > > cd /Users/scott/NetBeansProjects/mvnjfx; > JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-12.0.2.jdk/Contents/Home > "/Applications/NetBeans/NetBeans 11.2 > Beta.app/Contents/Resources/NetBeans/java/maven/bin/mvn" install > Scanning for projects... > > -

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
Here is where that archetype is registered, is there another one we should register instead: https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/newproject/MavenWizardIterator.java See line 76 to 80 in the above. Gj On Fri, Sep 27, 2019 at 3:10 PM Chuck

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Chuck Davis
I don't think most users are going to build a project from samples (they expect what's on the menu to work). Fortunately, I cared enough to find work-arounds people had posted on the internet but for new users it's a bombshell. On Fri, Sep 27, 2019 at 7:07 AM Geertjan Wielenga wrote: > Go to

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
te goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec >>> (unpack-dependencies) on project Splat_Maven: Command execution failed. >>> Cannot run program "C:\Program >>> Files\AdoptOpenJDK\jdk-11.0.4.11-hotspot\..\bin\javafxpackager" (in >>>

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Chuck Davis
> (unpack-dependencies) on project Splat_Maven: Command execution failed. >> Cannot run program "C:\Program >> Files\AdoptOpenJDK\jdk-11.0.4.11-hotspot\..\bin\javafxpackager" (in >> directory "C:\Users\olsenc\Documents\NetBeansProjects\Splat_Maven"): >>

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Chuck Davis
I should have added "that compiles" under JDK 12. It may still work with JDK 8 -- don't know. On Fri, Sep 27, 2019 at 7:00 AM Chuck Davis wrote: > I just tried it a few minutes ago to be sure it hadn't been fixed. NB > 11.1 does NOT create a JFX application that compiles. > > >

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Chuck Davis
ject Splat_Maven: Command execution failed. >>> Cannot run program "C:\Program >>> Files\AdoptOpenJDK\jdk-11.0.4.11-hotspot\..\bin\javafxpackager" (in >>> directory "C:\Users\olsenc\Documents\NetBeansProjects\Splat_Maven"): >>> CreateProcess

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Scott Palmer
Command execution failed. > Cannot run program "C:\Program > Files\AdoptOpenJDK\jdk-11.0.4.11-hotspot\..\bin\javafxpackager" (in directory > "C:\Users\olsenc\Documents\NetBeansProjects\Splat_Maven"): CreateProcess > error=2, The system cannot find the file speci

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Chuck Davis
Scott, glad to hear I'm not the only one with major headaches. Java 8 and Java 11 are such vastly different creatures I don't see how anyone would expect NB to address both equally well. It militates for a break in compatibility with the IDE in my opinion. Those who want to stay on Java 8 can

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
ot;C:\Program >> Files\AdoptOpenJDK\jdk-11.0.4.11-hotspot\..\bin\javafxpackager" (in >> directory "C:\Users\olsenc\Documents\NetBeansProjects\Splat_Maven"): >> CreateProcess error=2, The system cannot find the file specified -> [Help 1] >> -

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Scott Palmer
Javafxpackager was removed along with several other things in Java 11. Sadly this was done with no reasonable path forward - there was no replacement for javapackager (it was renamed from javafxpackager because it isn’t strictly related to JavaFX), nor were many of the removed modules

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Chris Olsen
directory "C:\Users\olsenc\Documents\NetBeansProjects\Splat_Maven"): CreateProcess error=2, The system cannot find the file specified -> [Help 1] --- In searching the web I found a great deal of only partially helpful information, much related to Java 6 and 7. Some pla

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-24 Thread Scott Palmer
or: invalid target release: > 1.11 -> [Help 1] > > > I did my due diligence and looked for solutions on line, but nothing I > found seemed to work. What I'm thinking is that SOMEwhere I must have told > some file or other that there is another Java 11 in town, but I don't really &

Hopefully close to the finish line with Java 11 & FX

2019-09-24 Thread Chris Olsen
I'm thinking is that SOMEwhere I must have told some file or other that there is another Java 11 in town, but I don't really know where I would have said this. (I blew away all my old Java 8 JDKs. In hopes that this might give someone might have greater than zero clues, I am appending some System

Re: "New Project->Java with Maven -> Netbean" Module fails

2019-09-23 Thread Geertjan Wielenga
Fixed in 11.2, try it in a daily build or wait for beta1 to be released this week, would be great if you'd verify it works for you there. Gj On Mon, Sep 23, 2019 at 8:01 PM William Reynolds < wnreyno...@stellarscience.com> wrote: > Per subject. Trying to create a new Maven RCP Module project

"New Project->Java with Maven -> Netbean" Module fails

2019-09-23 Thread William Reynolds
Per subject. Trying to create a new Maven RCP Module project fails. It prompts for a directory name and exits immediately after finish is clicked. A directory is created, but no project files. In my messages.log, I have the following error: WARNING [org.openide.WizardDescriptor]

Java project now needs classpaths to run it

2019-09-20 Thread Peter Toye
Having just moved from NB version 8 to 11.1 there seems to have been a change in the command line needed to run a project. The OS is Windows 7 Home. The project has two external libraries: one in the Java modules in the NetBeans 11 directory, and one of my own. In version 8 it was possible

Re: The NetBeans help for Java development does not say how to change the JDK for project

2019-09-14 Thread Geertjan Wielenga
Right-click the project in the Projects window, open the Project Properties dialog, and change the JDK there. Gj On Sat, 14 Sep 2019 at 17:03, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > Hi, >The NetBeans help for Java development does not say how to chan

The NetBeans help for Java development does not say how to change the JDK for project

2019-09-14 Thread Varuna Seneviratna
Hi, The NetBeans help for Java development does not say how to change the JDK for project Varuna

Re: Netbeans support JDK Java 12

2019-08-31 Thread Geertjan Wielenga
*Sent:* Saturday, August 31, 2019 7:11:42 PM > *To:* Ko Turk > *Cc:* NetBeans Mailing List > *Subject:* Re: Netbeans support JDK Java 12 > > But indeed we need to put this clearly on the Download and Features pages > per release on netbeans.apache.org. > > Gj > >

Re: Netbeans support JDK Java 12

2019-08-31 Thread Ko Turk
Ok, check! Thanks for the quick reply! Outlook voor Android downloaden<https://aka.ms/ghei36> From: Geertjan Wielenga Sent: Saturday, August 31, 2019 7:11:42 PM To: Ko Turk Cc: NetBeans Mailing List Subject: Re: Netbeans support JDK Java 12 But indeed w

Re: Netbeans support JDK Java 12

2019-08-31 Thread Geertjan Wielenga
wrote: > >> Hi, >> is there a wiki where I can read which versions of Java Netbeans is >> supporting? >> Or is it like Netbeans is supporting some features in for example 12, 13 >> or whatever? >> >> Already seen this wiki ( >> https://cwiki.apache.org/con

Re: Netbeans support JDK Java 12

2019-08-31 Thread Geertjan Wielenga
Apache NetBeans 11.1 supports JDK 8 to JDK 12. Gj On Sat, Aug 31, 2019 at 4:03 PM Ko Turk wrote: > Hi, > is there a wiki where I can read which versions of Java Netbeans is > supporting? > Or is it like Netbeans is supporting some features in for example 12, 13 > or whatever? &

Netbeans support JDK Java 12

2019-08-31 Thread Ko Turk
Hi, is there a wiki where I can read which versions of Java Netbeans is supporting? Or is it like Netbeans is supporting some features in for example 12, 13 or whatever? Already seen this wiki (https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1) but I cannot see which

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Alex Kotchnev
hey Chris - same here, nbscala has been on my guilty pleasures list for a while. I'm not sure how much life there is left in it, but it's still fun to get back into it. I did pull some of your changes (from the nb11 branch) into my fork and removed a bunch of the implementation dependencies that

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Luff,Chris
Hey all, this is a plugin I have put time into in the past - the whole thing needs to be modularised to take advantage of later JDK and Scala versions. I have started but time to work on it is limited. Additionally, some of the sub-projects are a little weirdly laid down so they probably need

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Peter Hull
[1]: https://docs.oracle.com/en/java/javase/11/docs/api/jdk.compiler/com/sun/source/util/package-summary.html - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org

Re: Replacing dependency on tools.jar in Java 11

2019-08-21 Thread Geertjan Wielenga
Why specifically is tools.jar needed, any way to avoid that? I don’t think it matters much if you end up requiring JDK 8. It’s a good one. :-) Gj On Thu, 22 Aug 2019 at 04:39, Alex Kotchnev wrote: > The scala plugin that I'm trying to upgrade to Java 11 ( > https://github.com/ak

Replacing dependency on tools.jar in Java 11

2019-08-21 Thread Alex Kotchnev
The scala plugin that I'm trying to upgrade to Java 11 ( https://github.com/akochnev/ak_nbscala/tree/nb11-remove-impl-deps) has a system dependency on tools.jar from the JDK. That jar was removed from the JDK (in Java 9, I think), and because of that, I can only compile the plugin with Java 8. I

Please fill in Java developer survey

2019-08-12 Thread Geertjan Wielenga
Hi all, In many ways, developer surveys are problematic and their results dubious, however it would be nice to see NetBeans better represented in some of them -- there's a new one that takes about 5 minutes to complete and is focused on a number of recent developments in the Java ecosystem

Re: Java

2019-07-31 Thread Thomas Kellerer
Loïc Barreau schrieb am 31.07.2019 um 00:41: > I'm just starting to work with IDE and when I open with "New project" > IDE offers me the choice with "Java with Maven,", "Java with Gradle", > and "Java with Ant" (among others) > > What

Re: Java

2019-07-31 Thread Geertjan Wielenga
They’re different ways of building applications. NetBeans can help you use these build systems, but just as you need to know a bit of Java before you can benefit from the Java editor in NetBeans, you need to spend a bit of time understanding the build systems before you can benefit from them

Java

2019-07-30 Thread Loïc Barreau
Hi, Bonjour, I'm just starting to work with IDE and when I open with "New project" IDE offers me the choice with "Java with Maven,", "Java with Gradle", and "Java with Ant" (among others) What do these different choices mean and which one to choose? Thank

Re: [java] [gradle] Generated Sources and inexplicably Ignored Folders

2019-07-29 Thread Laszlo Kishalmi
/source/proto/main/java The Gradle IDEA plugin is applied to the project, so to my understanding, it should automatically add the generated folder as a sourceSet. This used to be the case for the Gradle plugin in the previous version of NetBeans I used (8.1). This is my first issue, as it's not clear

[java] [gradle] Generated Sources and inexplicably Ignored Folders

2019-07-29 Thread Chris Mackey
I have a gradle project that is generating classes at build time based off some protobuff definitions. These are being generated in the folder: build/generated/source/proto/main/java The Gradle IDEA plugin is applied to the project, so to my understanding, it should automatically add

Re: How to get started with Java programming?

2019-07-22 Thread Geertjan Wielenga
ith MySql, HTTP5, Javascript and occasionally > C. I wish to explore programming in Java. > > I don't know anything about the language other than that it is 'C like' so > I bought Mastering Netbeans and Java All-in-One for Dummies and have given > them an overview at this time. I do want

Re: How to get started with Java programming?

2019-07-21 Thread Fernando Montenegro
Rick, It is really up what you want to do. Your favorite search engine will provide a myriad of courses, or you can buy/borrow a number of excellent books to learn Java. If you don't have a specific need in mind, I would suggest finding a problem you want to solve and learn by working

How to get started with Java programming?

2019-07-20 Thread rick pizzi
Just updated to Ubuntu 18.04 on a Dell Latitude E6510. I typically program in PHP with MySql, HTTP5,  Javascript and occasionally C. I wish to explore programming in Java. I don't know anything about the language other than that it is 'C like' so I bought Mastering Netbeans and Java All

Re: Versions of Java

2019-07-19 Thread Richard Grin
Smith a écrit : > On Fri, 19 Jul 2019 at 11:03, Richard Grin > wrote: >> NetBeans is running with Java 10.0.1 (certainly the reason of >> "Defaults") but the entry "Java Dependencies" is under the project and I >> changed the version of Java for the pro

Re: Versions of Java

2019-07-19 Thread Neil C Smith
On Fri, 19 Jul 2019 at 11:03, Richard Grin wrote: > > NetBeans is running with Java 10.0.1 (certainly the reason of > "Defaults") but the entry "Java Dependencies" is under the project and I > changed the version of Java for the project to Java 11. > >

Re: Versions of Java

2019-07-19 Thread Richard Grin
NetBeans is running with Java 10.0.1 (certainly the reason of "Defaults") but the entry "Java Dependencies" is under the project and I changed the version of Java for the project to Java 11. Perhaps a right click on the projects > Properties does not change anything wh

Re: Versions of Java

2019-07-19 Thread Neil C Smith
On Fri, 19 Jul 2019 at 10:31, Richard Grin wrote: > Why "JDK 10 (Default)" under the entry "Java Dependencies" in the Projects > tab? The (Default) sounds like you're running on a Java 1

Versions of Java

2019-07-19 Thread Richard Grin
Hi, NetBeans 11.1 beta 4. Web project with Payara 5.192. I have put Java 11 for all the properties of the project, with a right clic on the project and the choice "Properties" (Sources and Build > Compile). Why "JDK 10 (Default)" under the entry "Java Depen

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
No.. no import!.. I tried on a new computer with a new installation .. thanks! R. Il 15-07-2019 18:39 Neil C Smith ha scritto: On Mon, 15 Jul 2019, 17:34 Geertjan Wielenga, wrote: Start with a fresh user directory first. This! But also, did you import settings and plugins from an older

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
installed NB 11 with Oracle OpenJDK 11 (I also tried with Oracle JDK 8) I activated the "Java Web and EE" item in Tools -> Plugins -> Installed to show the "Java Web" menu item during the "New Project" .. but the "Java Web" item does not appear .. I

Re: netbeans java web EE

2019-07-15 Thread Neil C Smith
On Mon, 15 Jul 2019, 17:34 Geertjan Wielenga, wrote: > > Start with a fresh user directory first. > This! But also, did you import settings and plugins from an older install? I wonder if there's a possible issue there. Best wishes, Neil >

Re: netbeans java web EE

2019-07-15 Thread Laszlo Kishalmi
Yes, That is correct, see: https://blogs.apache.org/netbeans/entry/restructuring-of-project-templates-in On 7/15/19 8:07 AM, Roberto Bottoni wrote: Hello, I installed NB 11 with Oracle OpenJDK 11 (I also tried with Oracle JDK 8) I activated the "Java Web and EE" item in Tools

Re: netbeans java web EE

2019-07-15 Thread Geertjan Wielenga
ld not install some modules : Nashorn > Integration - No module providing the capability > com.oracle.js.parser.implememtation could be found.. etc.. > > then I pressed "Disabled and Continue Modules .." > and therefore no "Java Web" menu. > > R. > > > >

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
No module providing the capability com.oracle.js.parser.implememtation could be found.. etc.. then I pressed "Disabled and Continue Modules .." and therefore no "Java Web" menu. R. Il 15-07-2019 18:06 Geertjan Wielenga ha scritto: That’s impossible. In nb11.1, you don’t nee

Re: netbeans java web EE

2019-07-15 Thread Geertjan Wielenga
That’s impossible. In nb11.1, you don’t need to install anything for Java EE. Gj On Mon, 15 Jul 2019 at 17:47, Roberto Bottoni wrote: > I tried.. but with the same results.. maybe..do i have to downgrade to > NB 10 ? > thanks! > R. > > Il 15-07-2019 17:10 Geertjan W

Re: netbeans java web EE

2019-07-15 Thread Roberto Bottoni
Gj On Mon, Jul 15, 2019 at 5:08 PM Roberto Bottoni wrote: Hello, I installed NB 11 with Oracle OpenJDK 11 (I also tried with Oracle JDK 8) I activated the "Java Web and EE" item in Tools -> Plugins -> Installed to show the "Java Web" menu item during the "New

Re: netbeans java web EE

2019-07-15 Thread Geertjan Wielenga
racle JDK > 8) > > I activated the "Java Web and EE" item in Tools -> Plugins -> Installed > to show the "Java Web" menu item during the "New Project" .. > > but the "Java Web" item does not appear .. I found the simila

netbeans java web EE

2019-07-15 Thread Roberto Bottoni
Hello, I installed NB 11 with Oracle OpenJDK 11 (I also tried with Oracle JDK 8) I activated the "Java Web and EE" item in Tools -> Plugins -> Installed to show the "Java Web" menu item during the "New Project" .. but the "Java Web" item do

RE: Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-12 Thread Eric Barboni
Cc : NetBeans Mailing List Objet : Re: Netbeans Maven module with Java 9 plain module dependency does not work Which version of NetBeans? Which JDK? Which operating system? This seems to be related: <https://github.com/mojohaus/nbm-maven-plugin/issues/30> https://github.com/mojohaus/

Re: Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-12 Thread Geertjan Wielenga
imple Netbeans Module app, containing > > · The aggregator Module (it’s called parent) > > · The app module > > · The branding module > > · An additional Netbeans module, let’s call it X. > > > > Everything works fine on compile. >

Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-11 Thread Klaus Martinschitz
a plain Java module with source level 9 (Jigsaw) containing a module-info.class file. Compiling works perfect. However, If I add the plain Java module with source level 9 to my X module, I get a compilation failure. The error is. Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1

[java] Navigate Go To Source Not Working as Expected

2019-06-26 Thread Arslanian, Jared A.
When trying to use maven version ranges for inter project dependencies, NetBeans seemingly changes how the Navigate Go To Source or simply the CTRL-Click works. I am used to the nice capability to quickly CTRL-click and jump to the source file that is already open within the same netbeans

Re: NetBeans RCP for Java 11

2019-06-21 Thread Neil C Smith
On Thu, 20 Jun 2019 at 23:24, JD Smith wrote: > I also created Jira Bug NETBEANS-2731 for the Illegal reflective access > warnings that are occurring. If the warnings are a concern for you, you should probably look at adding the relevant options from the netbeans.conf to your RCP equivalent

RE: NetBeans RCP for Java 11

2019-06-20 Thread JD Smith
Subject: Re: NetBeans RCP for Java 11 On Thu, 20 Jun 2019 at 18:08, JD Smith wrote: > When will a new version of the NetBeans RCP be available that supports Java > 11? > > The NetBeans 11 IDE still has for the latest version RELEASE82 for NetBeans > applications. The 11.0 RCP defi

RE: NetBeans RCP for Java 11

2019-06-20 Thread JD Smith
11:20 AM To: JD Smith Cc: NetBeans Mailing List Subject: Re: NetBeans RCP for Java 11 On Thu, 20 Jun 2019 at 18:08, JD Smith wrote: > When will a new version of the NetBeans RCP be available that supports Java > 11? > > The NetBeans 11 IDE still has for the latest versi

Re: NetBeans RCP for Java 11

2019-06-20 Thread Geertjan Wielenga
Smith > Sent: Thursday, June 20, 2019 11:20 AM > To: JD Smith > Cc: NetBeans Mailing List > Subject: Re: NetBeans RCP for Java 11 > > On Thu, 20 Jun 2019 at 18:08, JD Smith > wrote: > > When will a new version of the NetBeans RCP be available that supports > Java 11

RE: NetBeans RCP for Java 11

2019-06-20 Thread JD Smith
the latest version 11 RCP artifacts? Thanks, JD -Original Message- From: Neil C Smith Sent: Thursday, June 20, 2019 11:20 AM To: JD Smith Cc: NetBeans Mailing List Subject: Re: NetBeans RCP for Java 11 On Thu, 20 Jun 2019 at 18:08, JD Smith wrote: > When will a new version of the NetBe

Re: NetBeans RCP for Java 11

2019-06-20 Thread Neil C Smith
On Thu, 20 Jun 2019 at 18:08, JD Smith wrote: > When will a new version of the NetBeans RCP be available that supports Java > 11? > > The NetBeans 11 IDE still has for the latest version RELEASE82 for NetBeans > applications. The 11.0 RCP definitely supports Java 11+, although I

NetBeans RCP for Java 11

2019-06-20 Thread JD Smith
When will a new version of the NetBeans RCP be available that supports Java 11? The NetBeans 11 IDE still has for the latest version RELEASE82 for NetBeans applications. When running my NetBeans application, which is based on RELEASE82, with Java 11, I get Illegal reflective access warnings

Re: NetBeans for Java EE 8

2019-06-16 Thread Pieter van den Hombergh
ichard > Le 16/06/2019 à 16:26, Pieter van den Hombergh a écrit : > > As Geertjan indicates, the jee 8 integration works well with the payara > plugin and nb 11. > I hvae used in an exam setting recently. > > On Sat, 15 Jun 2019, 11:46 Richard Grin, > wrote: > >> Hi, &g

Re: NetBeans for Java EE 8

2019-06-16 Thread Geertjan Wielenga
the payara > plugin and nb 11. > I hvae used in an exam setting recently. > > On Sat, 15 Jun 2019, 11:46 Richard Grin, > wrote: > >> Hi, >> >> I'm preparing a course on Java EE for this fall. When can I expect a >> NetBeans version adapted to Jav

Re: NetBeans for Java EE 8

2019-06-16 Thread Richard Grin
a course on Java EE for this fall. When can I expect a NetBeans version adapted to Java EE 8? Is it already planned? Will the last versions of Payara be included in the available servers? I have been using NetBeans for a long time because the installation of the working environment was very simple for

Re: NetBeans for Java EE 8

2019-06-16 Thread Pieter van den Hombergh
As Geertjan indicates, the jee 8 integration works well with the payara plugin and nb 11. I hvae used in an exam setting recently. On Sat, 15 Jun 2019, 11:46 Richard Grin, wrote: > Hi, > > I'm preparing a course on Java EE for this fall. When can I expect a > NetBeans version adapte

Re: NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Thanks a lot Josh for the information. I have just read your message after answering Geerjan (whom I was asking for it). Le 15/06/2019 à 17:37, Josh Juneau a écrit : Hi Richard, The PR for inclusion of Java EE 8 support has been issued...I'm just working out a few minor build discrepancies

Re: NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Hi Geertjan, A use case that you can reproduce with NetBeans 11.0 (Build incubator-netbeans-release-404-on-20190319) Java: 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11 Runtime: Java(TM) SE Runtime Environment 1.8.0_172-b11 System: Windows 10 version 10.0 running on amd64; Cp1252

Re: NetBeans for Java EE 8

2019-06-15 Thread Josh Juneau
Hi Richard, The PR for inclusion of Java EE 8 support has been issued...I'm just working out a few minor build discrepancies...hoping to get it into the next release. As far as creating a Java EE 8 application project, you can also use the Maven archetype that I developed for use with Apache

NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Hi, I'm preparing a course on Java EE for this fall. When can I expect a NetBeans version adapted to Java EE 8? Is it already planned? Will the last versions of Payara be included in the available servers? I have been using NetBeans for a long time because the installation of the working

Java - Encasulate Fields Short Cut Ctr Alt Shift E

2019-06-11 Thread chege
Hi, Someone please help me on how to make 'Ctr Alt Shift E' shortcut work in netbeans 11 (ubuntu 16.04). Thanks, Chege. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail:

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
Right now you seem to have several different JDKs and other things installed. You need a clean environment now, one that you understand, and one that can be understood. You need to be able to run ‘java’ and ‘javac’ anywhere, i.e., the JDK needs to be on the path of your system, not relative

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
Just delete and uninstall everything and install the JDK from scratch. Don’t set up NetBeans until you can run java and javac from the command line. Gj Sent from my iPhone > On 4 Jun 2019, at 17:11, Eef Custers wrote: > > Hi Geertjan, > > Concerning the jdk director

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Eef Custers
Hi Geertjan, Concerning the jdk directory, I didnot use the standard directory. This "c:\java_lib" directory also contains the javafx libraries. In a command-box I ran: C:\Tools\netbeans-11.0\bin>javac -version javac 12.0.1 C:\Tools\netbeans-11.0\bin>java -version java version

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
I believe that that indicated something about Linux, while you're on Windows. Maybe your JDK distribution is for Linux, and this looks strange too, in your netbeans.conf: netbeans_jdkhome="c:\java_lib\jdk-12.0.1\" I.e., are you sure Java is installed correctly? What happens when you

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
t;> Hello, >>> >>> Is it possible to build the Apache Netbeans Application Platform with >>> Java / Open JDK 11? >>> >>> The "Building from source" tutorial still shows: Oracle’s Java 8 or Open >>> JDK v8. >>> https://netbeans

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
Should be fine at this point, try it, we’ll update that documentation. Gj On Tue, 4 Jun 2019 at 07:47, Alexander Faust wrote: > Hello, > > Is it possible to build the Apache Netbeans Application Platform with > Java / Open JDK 11? > > The "Building from source" tu

Netbeans Application Platform for Java / Open JDK11

2019-06-03 Thread Alexander Faust
Hello, Is it possible to build the Apache Netbeans Application Platform with Java / Open JDK 11? The "Building from source" tutorial still shows: Oracle’s Java 8 or Open JDK v8. https://netbeans.apache.org/download/nb110/nb110.html The problem is i can't change the source level of

RE: Java Swing vs AWT

2019-05-31 Thread Ed Sowell
AM To: NetBeans Mailing Subject: Re: Java Swing vs AWT Really strange, I am working with Swing in NB 11 on a daily basis. Re-install? On Tue, May 21, 2019 at 9:24 PM Ed Sowell mailto:jag_man...@sbcglobal.net> > wrote: I’ve been working on my Windows Java app for several years

Re: Java Swing vs AWT

2019-05-31 Thread Jean-Marc Borer
Really strange, I am working with Swing in NB 11 on a daily basis. Re-install? On Tue, May 21, 2019 at 9:24 PM Ed Sowell wrote: > I’ve been working on my Windows Java app for several years using NetBeans > 7 & later. All my dialogs use Swing components from the visual designer. &g

Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-29 Thread Geertjan Wielenga
Maybe this helps, i.e., the Java SE and Java EE categories have been moved, that's possibly what's confusing you: https://blogs.apache.org/netbeans/entry/restructuring-of-project-templates-in Gj On Wed, May 29, 2019 at 8:16 AM Geertjan Wielenga wrote: > I don’t understand anymore. W

Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-29 Thread Geertjan Wielenga
> Subject: Re: After creating a project using mavan-archetype-webapp > category, Java SE and Java EE categories have vanished from Netbeans new > project dialog box > To: Geertjan Wielenga > > > This change took place after I followed this tutorial at > https://blog.payara.

Fwd: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Varuna Seneviratna
-- Forwarded message - From: Varuna Seneviratna Date: Wed, 29 May 2019 at 10:16 Subject: Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box To: Geertjan Wielenga This change took

Re: After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Varuna Seneviratna
Is this a result of changes NetBeans is going through? On Wed, 29 May 2019 at 00:42, Varuna Seneviratna wrote: > > Hello, >After creating a project using mavan-archetype-webapp category > Java SE and Java EE categories have vanished from Netbeans new project > dialog box.

After creating a project using mavan-archetype-webapp category, Java SE and Java EE categories have vanished from Netbeans new project dialog box

2019-05-28 Thread Varuna Seneviratna
Hello, After creating a project using mavan-archetype-webapp category Java SE and Java EE categories have vanished from Netbeans new project dialog box. How to get Java SE and Java EE categories back into the new project dialog box. Screenshot attached. Varuna

Re: NB 11 Gradle support for java modules?

2019-05-22 Thread Laszlo Kishalmi
Unfortunately the Java modules are not supported yet. See: https://issues.apache.org/jira/browse/NETBEANS-2004 It is on my list, it is not trivial though. I'm just clearing out my backlog items and will work on it. On 2019/05/21 14:11:30, "Terrell, Roger (CCI-Atlanta)" wrote: >

Java Swing vs AWT

2019-05-21 Thread Ed Sowell
I've been working on my Windows Java app for several years using NetBeans 7 & later. All my dialogs use Swing components from the visual designer. Now, after switching to 11, I constructed a new dialog and discovered certain things weren't available, e.g., setInputVerifier(). When I dug in a

NB 11 Gradle support for java modules?

2019-05-21 Thread Terrell, Roger (CCI-Atlanta)
Using NB 11, Gradle 5.4.1, and Java 11 or 12... Is there a supported/correct way to develop multi-module applications? I can easily get them working without NetBeans by using the popular "org.javamodularity.moduleplugin" gradle plugin, but NB doesn't recognize the modules so

Re: Netbeans 11 and Java OpenJDK 12?

2019-05-18 Thread Geertjan Wielenga
What does ‘correctly’ mean? Can you go to netbeans.conf in your installation’s ‘etc’ folder and point to the JDK in the jdkhome property that you will find defined there for you? Gj On Sun, 19 May 2019 at 04:39, A Z wrote: > It must tells me that it > > 'Cannot find Java 1.8 or Highe

Netbeans 11 and Java OpenJDK 12?

2019-05-18 Thread A Z
To the Netbeans group, it seems that presently, Netbeans doesn't detect or run itself on OpenJDK 12. I don't know how well it will work using OpenJDK 12 as a runtime. Does or will it yet be that Netbeans 11 will run itself On OpenJDK 12, as well as use it as a compiler and runtime for Java

Re: Java 9+ is the module-info wizard too rigorous?

2019-05-13 Thread Geertjan Wielenga
le-info.java when creating it. > > > > Kind regards, > > Jessica > > > > *From:* Alten, Jessica-Aileen > *Sent:* Thursday, May 9, 2019 8:28 AM > *To:* users@netbeans.apache.org > *Cc:* geert...@apache.org > *Subject:* RE: Java 9+ is the module-info wizard

Re: Java 9+ is the module-info wizard too rigorous?

2019-05-13 Thread Alten, Jessica-Aileen
it. Kind regards, Jessica From: Alten, Jessica-Aileen mailto:jessica-aileen.al...@leibniz-liag.de> > Sent: Thursday, May 9, 2019 8:28 AM To: users@netbeans.apache.org <mailto:users@netbeans.apache.org> Cc: geert...@apache.org <mailto:geert...@apache.org> Subject: RE: Java 9+ is the

RE: Java 9+ is the module-info wizard too rigorous?

2019-05-09 Thread Alten, Jessica-Aileen
I don't know. I will have to build Netbeans and understand how Netbeans works, where the unit tests are, etc. I've never done that before. I've also just started working with the Java module system! The bug is documented in JIRA: https://issues.apache.org/jira/browse/NETBEANS-2519 Kind

Re: Java 9+ is the module-info wizard too rigorous?

2019-05-08 Thread Geertjan Wielenga
Thanks a lot for this great analysis and welcome to the NetBeans community. I think the main problem here is that I don't think there's anyone who is very knowledgeable about this part of the code. Do you expect that a lot of code will need to be changed to fix this or is this a simple change or

Java 9+ is the module-info wizard too rigorous?

2019-05-06 Thread Alten, Jessica-Aileen
Hi, I am quite new to the JDK 9+ module system but I think I found a bug in the Netbeans module-info wizard (only tested with Netbeans 11). The problem is the code generation for automatic modules, which seems too rigorous. In my case, it is a maven project, but that does not matter, the Netbeans

Re: NB11 Java Web App with Gradle

2019-04-24 Thread Mike Ryan
, Juan Algaba wrote: > Hello Mike, I'm in a similar situation in that our project started > (and still is) an ant-based java web project originally created with > NB 8.2, but needed it to work with gradle as well, (not because of CI, > but because a coworker prefers to use another edit

Re: NB11 Java Web App with Gradle

2019-04-23 Thread Juan Algaba
Hello Mike, I'm in a similar situation in that our project started (and still is) an ant-based java web project originally created with NB 8.2, but needed it to work with gradle as well, (not because of CI, but because a coworker prefers to use another editor that only supports Maven/Gradle). We

<    1   2   3   4   5   6   7   8   >