Questions tagged [netbeans-9]

Netbeans 9.0, is a version of the Netbeans IDE which adds support for Java 9 and 10 and was released on July 29, 2018 by the Apache Incubator project. Version 9.0 is the first release under Apache.

46 questions
2
votes
0 answers

Can not add Hibernate platform in Apache Netbeans IDE 9.0

I've installed Apache Netbeans 9.0 Incubator on linux mint I'm working on Hibernate but this newly installed IDE doesn't provide Hibernate or even Java EE platform. I download jboss tools and add in Netbeans Platform but it doesn't work. I think it…
user10738240
2
votes
1 answer

How to make NetBeans IDE 9 work with PHP?

How to make NetBeans IDE 9 work with PHP? I finally installed NetBeans IDE 9. Thanks to another stackoverflow question. How to install Netbeans 9 on Windows simple way? Only to discover that it works only with Java How to make it work with PHP?
Yevgeniy Afanasyev
  • 37,872
  • 26
  • 173
  • 191
2
votes
1 answer

Where is the local help in Netbeans 9

Win64 7/10 Netbeans 9.0 Netbeans 8.2 has a local Help (Help->Help Contents). Netbeans 9.0 only has an online help (Help->Online Docs & Support). The online help is near to useless, while the local help is very useful. Is there any way to get a local…
lostbits
  • 928
  • 1
  • 9
  • 23
2
votes
2 answers

Does Apache NetBeans 9.0 support java 11?

Can anyone say if Apache NetBeans 9.0 support java 11 and if so what are the requirements to make that work? Prensently I can compile and run java 11 code in NetBeans 9.9 but it is underlined with red and the error message is "cannot find symbol…
M.Y.
  • 549
  • 1
  • 3
  • 23
2
votes
1 answer

Netbeans 9 - Print Unicode Characters

With Netbeans 9: Product Version: Apache NetBeans IDE 9.0 (Build incubator-netbeans-release-334-on-20180708) Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13 Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13 System: Windows 10…
donnadulcinea
  • 1,854
  • 2
  • 25
  • 37
2
votes
1 answer

How to make java Module JAR execute by clicking

I am using OpenJDK 11 and OpenJFX 11 on Windows 7. My IDE is Netbeans 9. I have replicated the tutorial (published by NetbeansVideos) below : JDK 11, OpenJFX, Apache Ant, and Apache NetBeans 10 It is a simple Hello World type code. It works in…
Sova
  • 21
  • 3
2
votes
2 answers

Netbeans 9.0 Incubating - Does not make `lib` directory in `dist` for migrated/updated Java 10 project

I have started using NetBeans 9.0 (incubating) with Java 10. I created a new test Java Application project and ticked 'Use Dedicated Folder for Storing Libraries' ('\lib') when creating it. I also set the JDK/Java version to 10. I then included…
Agi Hammerthief
  • 2,114
  • 1
  • 22
  • 38
2
votes
1 answer

Netbeans 9.0 (Apache) doesn't open Netbeans 8.2 project folder

I installed Netbeans 9.0 from the Apache site and have installed Jave JDK 10.0.2. Netbeans launches but when I try to open an existing netbeans 8.2 project it does not recognize the project folders. I can create a new project and a file folder…
bptsj
  • 21
  • 1
  • 5
2
votes
1 answer

Where are the plugins in netbeans 9 incubation RC1?

I can not access to the plugins in the netbeans 9 incubation (Apache NetBeans IDE 9.0 (Build incubator-netbeans-release-334-on-20180708). It looks like if there was delete the plugins repository from plugins update center. There are only few plugins…
Joe
  • 7,749
  • 19
  • 60
  • 110
2
votes
1 answer

Why is Netbeans 9 (nightly) blurry on Windows 10 when Netbeans 8 isn't?

I've been running NetBeans 8.2 on JDK 8 and it's perfectly fine. However, I now am moving to JDK 9. NetBeans 9.0 is still not release ready, so I am running nightly builds. One thing I've noted already is that the NetBeans nightly builds all have…
Brian Knoblauch
  • 20,639
  • 15
  • 57
  • 92
1
vote
0 answers

JSP file doesn't run in browser with Netbeans 9.0

When I click "Run File", it doesn't run and it's not showing any status bar at the bottom. The same thing for the HTML file. The file .java and other things are running normally. I'm using Netbeans 9.0. When I was working with Netbeans 8.0.2, the…
1
vote
1 answer

How to add netbeans (9) predefined maven actions to netbeans toolbar?

I have a question that I think I should know the answer to, but don't. Netbeans maven support has a list of predefined actions. I can't seem to figure out how to get them placed on the toolbar without writing a plugin :- Please help.. what am I…
garyM
  • 802
  • 2
  • 12
  • 29
1
vote
1 answer

Apache NetBeans 9.0 ant build failed

I was trying to upgrade my NetBeans to 9.0 following this link https://netbeans.apache.org/download/index.html#releases These are the steps I followed Updated my brew using brew update Install ant using brew install ant move to directory…
Prodigy
  • 2,094
  • 24
  • 30
1
vote
0 answers

netbeans 9: how to include a dependent grails 3.3.8 project

The way to modularise a grails app is to create a plugin with the common components (domain objects, services etc), and then one or more web apps which use this. Easy and works. The problem is that netbeans does not pick up the dependency, even…
John Little
  • 10,707
  • 19
  • 86
  • 158
1
vote
1 answer

NetBeans 9.0 Mac OSX Cannot find HTML/JS Project Templates

I just installed Netbeans 9.0 using the Mac installer However, when I click on new projects, I don's see HTML5/JavaScript Projects? Node.JS projects? I guess it is the only version available for Mac. Thank you.
chikitin
  • 762
  • 6
  • 28