NB11 Java Web App with Gradle

2019-04-23 Thread Mike Ryan
I started a Java Web App back in NB 8.2 which by default used Ant. Once I started using GitLab CI for the project, I created a build.gradle file, which just fires off the ant build: ant.importBuild('build.xml') { antTargetName -> 'a-' + antTargetName } and then defines my dependenc

Re: [java]

2019-04-16 Thread Juan Miguel Escribano
I solved this adding the following line: default_time_zone='+01:00' At the end of my.cnf (Mysql Configuration File) Best, Juan Miguel El 16 abr 2019 4:22 +0200, Terry Warren , escribió: > Hi - I have a question regarding mysql server access from Netbeans java > project, using netbea

Re: [java]

2019-04-15 Thread Terry Warren
question regarding mysql server access from Netbeans java > project, using netbeans 8.2; the project has been working fine until I > recently upgraded the JConnector to be 8.0.15 (and server also upgraded to > 8.0.15) > > When I try to access the DB on the server I get error message

[java]

2019-04-15 Thread Terry Warren
Hi - I have a question regarding mysql server access from Netbeans java project, using netbeans 8.2; the project has been working fine until I recently upgraded the JConnector to be 8.0.15 (and server also upgraded to 8.0.15) When I try to access the DB on the server I get error messages

Re: [java][weblogic]

2019-04-15 Thread Geertjan Wielenga
rLibraryManager because it doesn't work with WLS > 12.2 +. > I'm not sure what to do about these other modules test code not compiling. > Maybe I have a setup issue? I am compiling from the master branch. > > modified: > > java/j2ee.metadata.model.support/test/unit/src/org/netbeans

Re: [java][weblogic]

2019-04-15 Thread Ben Erridge
some code WLServerLibraryManager because it doesn't work with WLS 12.2 +. I'm not sure what to do about these other modules test code not compiling. Maybe I have a setup issue? I am compiling from the master branch. modified: java/j2ee.metadata.model.support/test/unit/src/org/netbeans/modules/j2ee

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
ot;scripts": { >> "bundle": "webpack" >> }, >> >> webpack conf part (I keep javascripts in a special folder between an >> empty "java" and a git-ignored "webapp" folders, the latter gets recreated >>

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Fedd
uot;scripts": {     "bundle": "webpack"     }, webpack conf part (I keep javascripts in a special folder between an empty "java" and a git-ignored "webapp" folders, the latter gets recreated upon every build):     entry: {     de

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
n part: > > "scripts": { > "bundle": "webpack" > }, > > webpack conf part (I keep javascripts in a special folder between an empty > "java" and a git-ignored "webapp" folders, the latter gets recreated upon > every b

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
You may have found a (the) way to combine Java, Maven, JavaScript, and NPM. If so, that’s amazing. Gj On Mon, 15 Apr 2019 at 08:56, Fedd wrote: > Thanks, some Netbeans module has updated (I think it was called "Local > Tasks") and the package.json editor has retured. >

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Fedd
Thanks, some Netbeans module has updated (I think it was called "Local Tasks") and the package.json editor has retured. There is nothing special in my project. To reproduce success scenario, one may just create a new "Java with Maven / Java Application", in Files windo

How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Fedd
Hello, I desperately need to have an ability to work with NPM libraries in a Maven non-webapp project, but NetBeans decides not to show the JavaScript libraries project property menu in order not to confuse me (?) Again, this is neither a HTML5/JavaScript project nor "Java with Maven /

Re: [java][weblogic]

2019-04-12 Thread Ben Erridge
Thanks, I'll check it out. On Fri, Apr 12, 2019 at 8:31 AM Geertjan Wielenga wrote: > That's great to hear. I'm not sure if it's a license issue. You could try > to build the module from the GitHub repo and install it and see where that > gets you, i.e., whether that works. > > Gj > > On Fri,

Re: [java][weblogic]

2019-04-12 Thread Geertjan Wielenga
That's great to hear. I'm not sure if it's a license issue. You could try to build the module from the GitHub repo and install it and see where that gets you, i.e., whether that works. Gj On Fri, Apr 12, 2019 at 2:27 PM Ben Erridge wrote: > I am definitely willing to contribute to coding and

Re: [java][weblogic]

2019-04-12 Thread Ben Erridge
I am definitely willing to contribute to coding and testing. Let me know when you get a chance to resolve the license issue. I will try to take a moment to look through the code. On Fri, Apr 12, 2019 at 1:26 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > The code for the

Re: [java][weblogic]

2019-04-11 Thread Geertjan Wielenga
The code for the WebLogic support is here: https://github.com/apache/incubator-netbeans/tree/master/enterprise/j2ee.weblogic9 I am not 100% sure of the status of that part of Apache NetBeans, probably there are licensing issues, i.e., probably not everything was donated or cannot be released,

[java][weblogic]

2019-04-11 Thread Ben Erridge
Is WebLogic support planned for Apache Netbeans in the future? -- -. Ben Erridge Center For Information Management, Inc. office: (734) 930-0855 direct: (734) 800-4354 <%28734%29%20930-0855> 3550 West Liberty Road Ste 1 Ann Arbor, MI 48103

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Richard Grin
Hi Geertjan, 1. Oracle JS Parser and nbjavac are installed and active. Still the same problem (when I received your last message). 2. In the plugin list of the plugin manager, I see that "Java Web and EE" is not active, neither "Java SE" (I have never tried to create a

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Richard Grin
Hi Kai, I have been working with Java EE 8 for a long time too, without Maven, using NetBeans 9, but not "out of the box" (I had to add plugins from NetBeans 8.2). NetBeans 11 seems simpler now that I have solved my problems, thanks to the help of Josh and Geertjan. Regards, Rich

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Kai Uwe Pel
Hi Richard, please check this link for your references: https://javaee.github.io/tutorial/usingexamples001.html Since a long time I'm working with Java EE 8 and Vue.js, and I'm using NetBeans IDE v8.2 and v11 only, which works properly. Regards, Kai https://www.nyriad.com On 4/6/2019 8:55

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Geertjan Wielenga
sure your NetBeans has access to on-line, no problems with >> proxies, check the Options window? >> >> Gj >> >> On Sat, Apr 6, 2019 at 8:55 PM Richard Grin < >> richard.g...@univ-cotedazur.fr> wrote: >> >>> Hi Josh, >>> >&g

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Geertjan Wielenga
07, Geertjan Wielenga a écrit : > > Are you sure your NetBeans has access to on-line, no problems with > proxies, check the Options window? > > Gj > > On Sat, Apr 6, 2019 at 8:55 PM Richard Grin < > richard.g...@univ-cotedazur.fr> wrote: > >> Hi Josh, >> >>

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Geertjan Wielenga
Are you sure your NetBeans has access to on-line, no problems with proxies, check the Options window? Gj On Sat, Apr 6, 2019 at 8:55 PM Richard Grin wrote: > Hi Josh, > > I have just tried to run Apache NetBeans under 1.8.0_172; Java HotSpot(TM) > 64-Bit Server VM 25.172-b1

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Richard Grin
Hi Josh, I have just tried to run Apache NetBeans under 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11 and I have the same problem. I waited for the end of "Finding feature" for 20 minutes but nothing happened. Perhaps a problem due to the previous tests? Is it possibl

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Josh Juneau
Hi Richard, Thanks for the message regarding Java EE 8 support in NetBeans 11. We are working on providing Java EE 8 support (and Jakarta EE support) for an upcoming release. It was a very large task to get the code transfer for the Java EE support and licensing conversion completed so

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Geertjan Wielenga
"Explicit support of Java EE 8 is not currently part of Apache NetBeans 11.0. Also, JavaEE 8 only runs on JDK 8, not on later releases, and so if you 're doing development with JavaEE 8 it’s best to run NetBeans itself on JDK 8." From: https://netbeans.apache.org/download/nb110/inde

Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Richard Grin
Hi, I have just tried NetBeans 11 and I am a bit disappointed. My environment: Windows 10 64 bit, openjdk 11 2018-09-25. NetBeans is running over Java 10.0.1. GlassFish 5.1 (and Payara) from Eclipse is running over JDK 8. Goal: creation of a Web application for Java EE 8 1. Creation of a Web

RE: java (kotlin) Problems with JRebel when upgrading from NBP 8 to NBP 10

2019-04-03 Thread Johan Ånäs
19.49 To: Johan Ånäs ; NetBeans Mailing List Subject: Re: java (kotlin) Problems with JRebel when upgrading from NBP 8 to NBP 10 Are you using the same JDK, same operating system, same environment in both scenarios? Gj On Tue, Apr 2, 2019 at 6:48 PM Geertjan Wielenga mailto:geertjan.wiele

Re: java (kotlin) Problems with JRebel when upgrading from NBP 8 to NBP 10

2019-04-02 Thread Geertjan Wielenga
Is there a simple scenario you can describe from scratch so that others can try to reproduce the problem? Gj On Tue, Apr 2, 2019 at 12:54 PM Johan Ånäs wrote: > Hi, > > > > We have been building a project on top of the NetBeans 8 platform for a > while. I have been using JRebel for reloading

java (kotlin) Problems with JRebel when upgrading from NBP 8 to NBP 10

2019-04-02 Thread Johan Ånäs
Hi, We have been building a project on top of the NetBeans 8 platform for a while. I have been using JRebel for reloading classes changed during development (no need to restart the app after rebuild). However, after we switched to Netbeans 10, JRebel does not seem to recognize how to swap the

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-31 Thread Geertjan Wielenga
all the discussion and suggestions. > > I'm glad there's agreement that my use case makes perfect sense. That is, > I want to onboard developers to Netbeans and our existing Java EE project > without necessarily going through the "new project" workflow. > > I'm being told th

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread John Lavelle
Geertjan Wielenga wrote: > Opened your project without a problem after doing the above. It looks > pretty cool in NetBeans. :-) > > Gj > > On Fri, Mar 29, 2019 at 1:58 PM Geertjan Wielenga < > geertjan.wiele...@googlemail.com> wrote: > >> Most likely the missing k

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
Opened your project without a problem after doing the above. It looks pretty cool in NetBeans. :-) Gj On Fri, Mar 29, 2019 at 1:58 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Most likely the missing keymaps are also related to you simply not having > the Java

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
Most likely the missing keymaps are also related to you simply not having the Java and Java EE supported enabled -- do that in the New Project dialog. I do think we need to look at your use case, i.e., you're someone who isn't using the New Project dialog at all, and that makes perfect sense

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
ning your > project. > > Instead of that, would be better if you'd first enable Java and Java EE, > in the New Project dialog, create a Java project and then a Java EE project > and everything will be enabled and you shouldn't encounter this problem. > > Can you first try the

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
Can you provide step by step instructions from scratch so that we can reproduce seeing this error: Feature FeatureInfo[java] is incomplete: some module(s) are missing: org\.netbeans\.libs\.javafx\.(linux|win|macosx) Thanks, Gj On Fri, Mar 29, 2019 at 7:00 AM Geertjan Wielenga < geertjan.wi

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
I don’t understand why you want to install the ‘Java Web and Java EE’ support in Apache NetBeans 11. Please don’t do that. That support is automatically built into Apache NetBeans 11 for the first time. Yes, no docs yet specific to this release. Once they’re there would indeed be great for you

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-28 Thread Emma Atkinson
Phil I think the error dialog saying Feature FeatureInfo[java] is incomplete: some module(s) are missing: org\.netbeans\.libs\.javafx\.(linux|win|macosx) might be caused by running on JDK8. When I used the option *--jdkhome * to specify jdk-11 (*please check the release notes for the right

Re: Netbeans 10, Java 11, Maven

2019-03-26 Thread Geertjan Wielenga
Maybe this: https://winterbe.com/posts/2018/08/29/migrate-maven-projects-to-java-11-jigsaw/ Gj On Tue, Mar 26, 2019 at 11:16 AM Jonathan Bergh wrote: > Hi everyone, > > Does anyone know the "correct" / canonical structure for a Java 11 Maven > project in which ther

How to get involved with Apache NetBeans -- without Java knowledge..?

2019-02-23 Thread Geertjan Wielenga
https://youtu.be/0ovc902VWMQ Take a look and we need you here: https://netbeans.apache.org/help/index.html Consider donating an hour or two this week (or this weekend) on this -- we need many new pull requests here, how to create them is described in the YouTube link above:

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Glenn Holmer
haha, I see we all piled on at once :) On 2/21/19 9:20 AM, Thomas Kellerer wrote: > the "Files" window that displays an "un-biased" view Well put. -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe."

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Glenn Holmer
On 2/21/19 9:11 AM, Andrew Rampulla wrote: > Is there any mechanism to display files that are not pom.xml files in > Netbeans?  There was a plugin made for Netbeans 7.x back in the day to > allow viewing of Dockerfile, README.md, etc., but that hasn’t been > maintained in 2Y and this really feels

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Thomas Kellerer
> Is there any mechanism to display files that are not pom.xml files in > Netbeans? There was a plugin made for Netbeans 7.x back in the day > to allow viewing of Dockerfile, README.md, etc., but that hasn’t been > maintained in 2Y and this really feels like it should be part of the > core

Java: Project view: showing non-pom.xml files

2019-02-21 Thread Andrew Rampulla
Is there any mechanism to display files that are not pom.xml files in Netbeans? There was a plugin made for Netbeans 7.x back in the day to allow viewing of Dockerfile, README.md, etc., but that hasn't been maintained in 2Y and this really feels like it should be part of the core

Fwd: Application update for Senior Java/ API Developer/ Integrations specialist at Motion Recruitment

2019-02-13 Thread Owen Thomas
-- Forwarded message - From: SEEK Apply Date: Thu, 14 Feb 2019 at 15:18 Subject: Application update for Senior Java/ API Developer/ Integrations specialist at Motion Recruitment To: Owen Hi Owen, It appears that your application for Senior Java/ API Developer/ Integrations

Re: java home configuration in maven

2019-01-22 Thread Emilian Bold
In Project Properties | Build | Compile you can configure the 'Java Platform' for the project. I see that switching to Java 8 makes the compilation work for me: cd /Users/apache/CoolBeansProjects/deleletmeee; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home "/

Re: java home configuration in maven

2019-01-22 Thread Geertjan Wielenga
> > - NetBeans 10 "requires" (prefers) Java 11 > No, it does not. It runs on JDK 8 or above, to the current JDK, which is JDK 11. Gj On Tue, Jan 22, 2019 at 11:35 AM wrote: > Hi, I have a problem with the java home configuration when I work with > Netbeans 10 (bu

java home configuration in maven

2019-01-22 Thread giutino
Hi, I have a problem with the java home configuration when I work with Netbeans 10 (but I guess that also other versions are affected). - In my company we still use JDK 8 so I configured the JAVA_HOME system variable to point to the JDK 8 folder. This configuration seems correct, I can see

Re: Updated tutorial: Java Quick Start Tutorial

2019-01-18 Thread Geertjan Wielenga
als from >> netbeans.org to netbeans.apache.org, using Asciidoc, as well as GitHub, >> so that anyone is able to suggest changes to tutorials via pull requests on >> GitHub. >> >> Action item for everyone: below is the new and updated quick start, take >> a l

Re: Updated tutorial: Java Quick Start Tutorial

2019-01-18 Thread Philip Durbin
of it, any comments? > > https://netbeans.apache.org/kb/docs/java/quickstart.html > > The above is the Apache NetBeans version of this tutorial: > > https://netbeans.org/kb/docs/java/quickstart.html > > Part of what we're doing is using this opportunity to rework the tuto

Updated tutorial: Java Quick Start Tutorial

2019-01-18 Thread Geertjan Wielenga
, take a look, what do you think of it, any comments? https://netbeans.apache.org/kb/docs/java/quickstart.html The above is the Apache NetBeans version of this tutorial: https://netbeans.org/kb/docs/java/quickstart.html Part of what we're doing is using this opportunity to rework the tutorials

Re: Netbean 10 Java web

2019-01-02 Thread Geertjan Wielenga
We can only release the Java EE parts of Apache NetBeans GitHub as part of Apache NetBeans once we have worked through licensing requirements from Apache. This is scheduled to be done for the Apache NetBeans 11 release, planned for March 2019. NetBeans is released by Apache. CoolBeans

Re: Netbean 10 Java web

2019-01-02 Thread Emilian Bold
binaries of NB 10 .. unzipped in a folder and double > click on C:\netbean\bin\netbeans64.exe > > I had a previous version of NB (8.2) .. so NB 10 imported the settings .. > > everything seems ok .. but I am not able to create a Java web application > project .. no “Java Web” el

Re: Netbean 10 Java web

2019-01-02 Thread Geertjan Wielenga
a folder and double > click on C:\netbean\bin\netbeans64.exe > > I had a previous version of NB (8.2) .. so NB 10 imported the settings .. > > everything seems ok .. but I am not able to create a Java web application > project .. no “Java Web” element appears in the wiz

[java][mysql] Why so much errors?

2018-12-13 Thread Ravikumar Gopalan
My Java sample program spits so many errors at the output window. Program succeeded. But output contains lots of errors. Grabbed entire output and pasted them here. Someone, please help in solving this problem. -- ant -f C:\\Users\\gravi\\OneDrive

Re: Java Syntax checking problem/bug

2018-11-29 Thread mr rupplin
Great question - hate the bugs. From: Emilian Bold Sent: Thursday, November 29, 2018 3:49 PM To: users@netbeans.apache.org Subject: Re: Java Syntax checking problem/bug Interesting. Can you provide a short(er) java file where this bug reproduces? It might

Re: Java Syntax checking problem/bug

2018-11-29 Thread Emilian Bold
Interesting. Can you provide a short(er) java file where this bug reproduces? It might be a nb-javac parser bug or something in the classes built on top of that. Does it happen if you change the variable names (x1, x2, y1, y2, etc)? If it's for the same variable name then maybe some hash

Java Syntax checking problem/bug

2018-11-29 Thread Joseph Huber
Hello! Please see the screenshots below (hopefully they come through on the mailing list). I am working with Netbeans 8.2 in Windows 10. The variable "x1" is not defined, but Netbeans stops showing the hint identifying it as a problem after it encounters a particular statement. "x1" is

[java][modular][testng] TestNG execution broken in modular projects?

2018-11-12 Thread Bob
Hello, all. _Short version:_ is the TestNG build/run process broken in Netbeans when a Java Modular Project is in use? _Long version:_ A project was imported into Netbeans 10 from Netbeans 8, and the version increased from JDK 8 to JDK 11. A module-info.java file was added into the "S

Re: [NetBeans 9 Java: No Main-Class generated for MANIFEST.MF in modular project]

2018-10-31 Thread Geertjan Wielenga
I would recommend to use Maven so that the main class can be set in the POM: https://openjfx.io/openjfx-docs/pom.xml https://www.youtube.com/watch?v=RCdBmPfzeyM Gj On Wed, Oct 31, 2018 at 3:34 PM Patrick Philips wrote: > Hi everyone, > Could someone please let me know

[NetBeans 9 Java: No Main-Class generated for MANIFEST.MF in modular project]

2018-10-31 Thread Patrick Philips
Hi everyone,                    Could someone please let me know why a modular project (Netbeans 9.0 release) MANIFEST.MF file is not populated with the Main-Class entry point as it is in a non-modular project? and if this is not a bug how should a jar be executed from the command line etc? is

RE: Re[2]: Does NB 10 work on Java 11?

2018-10-18 Thread Eirik Bakke
I think this is the relevant bug: https://issues.apache.org/jira/browse/NETBEANS-1344 -- Eirik (sorry for duplicate message--forgot to reply to list) From: Alex Sviridov Sent: Thursday, October 18, 2018 3:16 PM To: users Subject: Re[2]: Does NB 10 work on Java 11? Ok. But if you look

Re[2]: Does NB 10 work on Java 11?

2018-10-18 Thread Alex Sviridov
ibió: >>I am testing now NB 10 - it seems to be much more stable than >>NB 9.0 (very unstable). Now javadoc works, and when I use code >>completion works as expected. However, when I use NB on Java >>11 I still get very strange GUI not all lines are drawn (see attachment). >&g

Re: [ Java 11 - Netbeans 9 ] Creating modular project, doesn't generate manifest file

2018-10-07 Thread Bernd Michaely
ote: Hello, earlier today I had finished performing a software upgrade, upgrading Netbeans to version 9, Java to JDK 11 and my JavaFX SDK to the OpenJFX 11 SDK respectively. When this was done, I had decided to see how the new modular system in Java 11 works. Upon creati

Re: [ Java 11 - Netbeans 9 ] Creating modular project, doesn't generate manifest file

2018-10-07 Thread Geertjan Wielenga
e upgrade, > upgrading Netbeans to version 9, Java to JDK 11 > and my JavaFX SDK to the OpenJFX 11 SDK respectively. > > When this was done, I had decided to see how the new modular system in > Java 11 works. > Upon creating a new modular project and writing some sample code for it, > I fo

[ Java 11 - Netbeans 9 ] Creating modular project, doesn't generate manifest file

2018-10-06 Thread Navaron Bracke
Hello, earlier today I had finished performing a software upgrade, upgrading Netbeans to version 9, Java to JDK 11 and my JavaFX SDK to the OpenJFX 11 SDK respectively. When this was done, I had decided to see how the new modular system in Java 11 works. Upon creating a new modular project

Re: Main-Class for Java Modular Project

2018-09-26 Thread Peter Hull
On Wed, 26 Sep 2018 at 13:01 Geertjan Wielenga wrote: > If you can provide step by step instructions with as much details as > possible, this is where you file your issue: > https://issues.apache.org/jira/projects/NETBEANS > > Will do.

Re: Main-Class for Java Modular Project

2018-09-26 Thread Geertjan Wielenga
.com/watch?v=jSqqLHCP9ms > >> > >> Gj > >> > >> On Wed, Sep 26, 2018 at 1:32 PM, Peter Hull > wrote: > >>> > >>> I created a new Java modular project (NB 9.0, openjdk 11) but I was > >>> unable to run it because no main cla

Re: Main-Class for Java Modular Project

2018-09-26 Thread Peter Hull
; > https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples > > Gj > > On Wed, Sep 26, 2018 at 1:34 PM, Geertjan Wielenga > wrote: >> >> https://www.youtube.com/watch?v=jSqqLHCP9ms >> >> Gj >> >> On Wed, Sep 26, 2018 at 1:32 PM, Pete

Re: Main-Class for Java Modular Project

2018-09-26 Thread Geertjan Wielenga
p 26, 2018 at 1:32 PM, Peter Hull wrote: > >> I created a new Java modular project (NB 9.0, openjdk 11) but I was >> unable to run it because no main class was specified, and it couldn't >> find any for me to choose from, in Browse Main Classes it said > main classes found>

Re: Main-Class for Java Modular Project

2018-09-26 Thread Geertjan Wielenga
https://www.youtube.com/watch?v=jSqqLHCP9ms Gj On Wed, Sep 26, 2018 at 1:32 PM, Peter Hull wrote: > I created a new Java modular project (NB 9.0, openjdk 11) but I was > unable to run it because no main class was specified, and it couldn't > find any for me to choose from, in Br

Main-Class for Java Modular Project

2018-09-26 Thread Peter Hull
I created a new Java modular project (NB 9.0, openjdk 11) but I was unable to run it because no main class was specified, and it couldn't find any for me to choose from, in Browse Main Classes it said . I set the main.class property in nbproject/project.properties and now NB can run my main class

Re: [IDE Problem] , JSP compile / Java Version issue with NetBeans 9?

2018-09-21 Thread John McDonnell
Sorry didn't meant to say "Jetty" in the last email, more that Java 8.2 was released before Java 9 - Hence some 8.2 plugins might not work. Have you tried cloning Apache NetBeans, building from source and attempting the same there? John On Fri, 21 Sep 2018 at 15:50, John McDonnell wr

Re: [IDE Problem] , JSP compile / Java Version issue with NetBeans 9?

2018-09-21 Thread John McDonnell
Hi Bob, I don't know enough about JSP and how it works with Java 9 (or any Java for that matter), but from a quick google, and some NetBeans knowledge, I believe it doesn't work because the version of Jetty in the 8.2 Java EE plugins was from before java 9 was released (NetBeans 8.2 - 03/10/16

Re: Question about Java Code Help.

2018-09-20 Thread Thomas Kellerer
A Z schrieb am 20.09.2018 um 11:45: > To who it concerns, > > Previously there was a Netbeans Java code help forum. > I have learned recently that users@netbeans.apache.org > is not the place for such questions. No, even the old NetBeans forum never was a "Java" foru

Question about Java Code Help

2018-09-20 Thread A Z
'There never was a Java Code help forum with the Netbeans project'. -Ah, yes, there was. There used to be a sub forum for it, until the Apache Netbeans project auspice began, at which point it and the old web page and help forum area ended, and was just torn down and deleted

Re: Question about Java Code Help.

2018-09-20 Thread Geertjan Wielenga
Nope, NetBeans never had that. Gj On Thu, Sep 20, 2018 at 11:45 AM, A Z wrote: > To who it concerns, > > Previously there was a Netbeans Java code help forum. > I have learned recently that users@netbeans.apache.org > is not the place for such questions. > > Does Apache

Question about Java Code Help.

2018-09-20 Thread A Z
To who it concerns, Previously there was a Netbeans Java code help forum. I have learned recently that users@netbeans.apache.org is not the place for such questions. Does Apache Netbeans have a place for code questions about Java programming any more? Or in fact not, and are people simply

[ java ] NetBeans 8.2 Remove Archetypes from List

2018-09-19 Thread Diego Cueva
Hi all. I creates, compiled, and installed an ARCHETYPE, but when I changed the GroupID or ArtifactID, the archetype are listed again in New Project -> Maven Archetype (see picture). To remove the old archetypes, I tried: - Delete file .m2/archetype-catalog.xml - Delete file

Re: Netbeans Console issue with separate Java programs.

2018-09-18 Thread Paul Franz
What you need to do is have the output of the spawned process redirected to the STDOUT and STDERR of the current process. The following should work: ProcessBuilder pb = ProcessBuilder.command (“java”, “-Xmx8192m”, “-cp”, “MemoryLauncher.jar”, "Project.Main”); pb.inhe

Netbeans Console issue with separate Java programs.

2018-09-18 Thread A Z
I am running Netbeans 9 64 bit on 64 bit Windows 10 Home Edition. I am calling an additional full java program from with the source code of an initial one, in order to increase the 64 bit memory limit: Process process = Runtime.getRuntime().exec("java -Xmx8192m -cp MemoryLaunche

Re: [java][platform] Junit tests withtin modul with maven

2018-09-05 Thread Sven Marquardt
For everyone else searching for this. This is not possible with maven. The unittests that require other modules, have to sit in the application modle. More infos here: https://dzone.com/articles/nb-mvn-functional-tests https://netbeans.org/bugzilla/show_bug.cgi?id=190992 Am 04.09.2018 um 17:26

[java][platform] Junit tests withtin modul with maven

2018-09-04 Thread Sven Marquardt
Is there a way to unittest in the module itself when the module depends on other modules? Like i have my own module A that depends on module B and no i want to do a unit tests where a class of module B is in the cass of Module A that i want to test. If i do it now i get an

[java] JavaFX Wizard and settings

2018-09-01 Thread Mathew Dusome
With javaFX coming out of the jdk can we add the option of setting where the openjfx is installed so that we can use the ant javafx wizard to still make programs? Thanks.

Re: [java] formatter questions

2018-08-23 Thread Chris McGee
for us as our code is already mostly formatted using NB with well known settings for Java, JSP, HTML and Javascript. I don’t know the NB formatter code at all yet and so I don’t know how difficult that would be. Also, it is unclear if other teams have the same problem and how many would benefit from

Re: [java] formatter questions

2018-08-22 Thread Will Hartung
On Wed, Aug 22, 2018 at 5:53 AM, Chris McGee wrote: > I’ll give it some thought as to whether we want to continue to use the > abandoned code formatter or rely on developer diligence to keep the code > base formatted correctly. > The point is that odds are very high that whatever is making this

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
ll give it some thought as to whether we want to continue to use the > abandoned code formatter or rely on developer diligence to keep the code base > formatted correctly. > > If we were to invest time into this problem I wonder if it would be better to > make the NB java

Re: [java] formatter questions

2018-08-22 Thread Chris McGee
the NB java formatter into a maven plugin that could format and/or check the code with the project’s settings. I’m not sure how difficult that would be. Cheers, Chris > On Aug 22, 2018, at 8:24 AM, Geertjan Wielenga > wrote: > > I would suggest to not import setting from 8.2. Instea

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
:18 PM, Chris McGee wrote: > > You're going to need to be very detailed, otherwise no one can help you. > What are the 'certain plugins' you're referring to? > > > Sure thing. > > Here are the steps: > 1) Launch NetBeans 8.2 > 2) Tools -> Plugins -> Available P

Re: [java] formatter questions

2018-08-22 Thread Chris McGee
> You're going to need to be very detailed, otherwise no one can help you. What > are the 'certain plugins' you're referring to? Sure thing. Here are the steps: 1) Launch NetBeans 8.2 2) Tools -> Plugins -> Available Plugins 3) Search for “Eclipse Java Formatter” 4) Pick “

Re: [java] formatter questions

2018-08-22 Thread Josh Juneau
Hi Chris, Looking at the github site for the Eclipse Java Code Formatter plugin...it looks like they are wanting some assistance maintaining. To that end, I'd recommend making a fork and patching it to get it working with NetBeans 9. https://github.com/markiewb/eclipsecodeformatter_for_netbeans

Re: [java] formatter questions

2018-08-22 Thread John McDonnell
is not yet compatible. > > > > What do you mean by that, in what way is it not compatible, where are you > getting it from, where is the source code. > > > When I installed NB 8.2 I found the plugin in the plugin marketplace. It’s > called “Eclipse Java Code Formatter.” After i

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
en I installed NB 8.2 I found the plugin in the plugin marketplace. It’s > called “Eclipse Java Code Formatter.” After importing my settings into NB > 9.0 I was prompted to install newer versions of certain plugins > You're going to need to be very detailed, otherwise no one can help y

Re: [java] formatter questions

2018-08-22 Thread Chris McGee
e eclipse 4 formatter module > is not yet compatible. > > > What do you mean by that, in what way is it not compatible, where are you > getting it from, where is the source code. When I installed NB 8.2 I found the plugin in the plugin marketplace. It’s called “Eclipse Java

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
On Wed, Aug 22, 2018 at 1:43 PM, Chris McGee wrote: > Hi All, > > I am interested in using the new NetBeans 9.0 for a new project that I’m > working on since it looks like there are some nice improvements over 8.2. > It’s good to see active development on this project. > > One problem that I ran

[java] formatter questions

2018-08-22 Thread Chris McGee
Hi All, I am interested in using the new NetBeans 9.0 for a new project that I’m working on since it looks like there are some nice improvements over 8.2. It’s good to see active development on this project. One problem that I ran into right away is that the eclipse 4 formatter module is not

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Juan Escribano
Wsimport, in a Mac, is in: /Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home/bin Here a example of how to consume a web service with wsimport: http://www.codenuclear.com/consume-soap-web-service-with-wsimport/ Here, where says wsimport will be dropped in JDK 11: https

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Geertjan Wielenga
t; Juan Escribano schrieb am So., 12. Aug. 2018, > 18:51: > >> I have been investigating, Geertjan, and (for now, it seems that in Java >> 11 this will be drop) the JDK brings a tool (wsimport) for creation of web >> service clients. >> >> Perhaps, the correc

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Sven Reimers
will be, but they can be very different. Maybe there is such a list already? -Sven Juan Escribano schrieb am So., 12. Aug. 2018, 18:51: > I have been investigating, Geertjan, and (for now, it seems that in Java > 11 this will be drop) the JDK brings a tool (wsimport) for creation

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Geertjan Wielenga
references), we should think about a different more sustainable solution. Gj On Sunday, August 12, 2018, Juan Escribano wrote: > I have been investigating, Geertjan, and (for now, it seems that in Java > 11 this will be drop) the JDK brings a tool (wsimport) for creation of web >

<    2   3   4   5   6   7   8   >