Questions tagged [netbeans-8]

NetBeans IDE 8.0 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies--Java SE 8, Java SE Embedded 8, and Java ME Embedded 8. The IDE also has a range of new enhancements that further improve its support for Maven and Java EE with PrimeFaces; new tools for HTML5, in particular for AngularJS; and improvements to PHP and C/C++ support.

NetBeans IDE 8.0 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies--Java SE 8, Java SE Embedded 8, and Java ME Embedded 8. The IDE also has a range of new enhancements that further improve its support for Maven and Java EE with PrimeFaces; new tools for HTML5, in particular for AngularJS; and improvements to PHP and C/C++ support.

New Feature Highlights:

Java

  • JDK 8 support: tools and editor enhancements for working with Profiles, Lambdas, and Streams.
  • Java SE Embedded support to deploy, run, debug or profile Java SE applications on an embedded device, such as Raspberry PI, directly from the NetBeans IDE.
  • Java ME Embedded 8 support.
  • Several Java Editor enhancements, such as many new Java hints, Javadoc shown as tooltip, instant rename enhancements, and code completion exclusions.
  • Improved integration with JavaFX Scene Builder.

Java EE

  • New PrimeFaces code generators, to generate complete PrimeFaces skeleton CRUD applications with connection to databases.
  • Tomcat 8.0 and TomEE support, including out-of-box JPA, JSF and JAXRS configuration and data sources.
  • Facelets Template Client wizard asks for sections to generate.
  • Code completion for template sections, and within JSF composite components.
  • Enhanced CDI integration in beans.xml file, with code completion for alternative classes and stereotypes.
  • More flexibility for JPA hints, which can be disabled, enabled, and warning level changed.

Maven

  • New Maven graph layout switcher.
  • Navigator shows POM goals.
  • Additional web resources shown in Projects window.
  • Improved Maven performance when re-running Web applications.
  • Improved Maven performance of "Apply Code Changes" while debugging.

JavaScript

  • AngularJS navigation via hyperlinking from view to controllers.
  • Many enhancements for AngularJS in code completion between artifacts, such as code completion in the view to properties defined in controllers.
  • Code completion support in Knockout templates.
  • New editor support for creating JQuery widgets and plugins.
  • Debugging of JavaScript code executed in Nashorn (JDK 8+) script engine is supported.

HTML5

  • Android 4.4 WebKit debugging supported for Cordova 3.3+.
  • New Karma test runner support.
  • New Grunt build support.
  • Avatar.js is available in the Plugin Manager, via Tools | Plugins. After installation, you're able to create Avatar.js projects.

PHP

  • Support for PHP 5.5.
  • New support for Nette tester.
  • New support for PHP CS Fixer.
  • Enhancements for Twig, Latte, and Neon.
  • Composer supported by New Project Wizard.

C/C++

  • New Breadcrumbs feature for navigation in editor.
  • New GDB Console to enable usage of command line GDB mode.
  • New hints and code completions.
  • Improved remote performance.

Platform

  • Enhanced flexibility in the Window System, such as split of editor via drag and drop, and a new API to customize editor tabs.
  • New design of user interface for managing Project Groups.
  • Files in folders can be sorted by extension.

Miscellaneous

  • Profiler enhancements: Profile on embedded platforms, show thread owning monitor for lock contention, and improved Threads view.
  • Versioning enhancements: Support for Subversion 1.8 working copies, various enhancements to Git and Mercurial support.
  • Task Schedule and other new features in Tasks window for bug tracking.

Official Website: http://netbeans.org/
Official Release informations: https://netbeans.org/community/releases/80/

Release Date: 18.03.2014

Tagging recommendation: It is recommended to use the tag together with the version specific tag.

1758 questions
7
votes
5 answers

NetBeans 8.0.2 Java "Project Folder already exists and is not empty"

I've been getting this error message when I want to create a new project in NetBeans. There are two old answers for this question, Project Folder already exists and is not empty- Error in netbeans and Netbeans error: Project Folder already exists…
patti_jane
  • 3,293
  • 5
  • 21
  • 26
7
votes
1 answer

Netbeans and Git, .obj files ignored

I am working on a small git project involving .obj files. When I look at the "project tab" I see they are ignored But I cant understand why, if I look at my .gitignore: /DepthPeeling/nbproject/private/ /DepthPeeling/dist/ /DepthPeeling/build/ It…
elect
  • 6,765
  • 10
  • 53
  • 119
7
votes
1 answer

Assignment in while loop - Javascript

I have strange situation - here is Javascript code - and in NetBeans IDE 8.0 I see an alert "Expected a conditional expression and instead saw an assignment": var elem; var a = 0; while ((elem = document.getElementById('id-' + a)) !== null) { …
Ernestas Gruodis
  • 8,567
  • 14
  • 55
  • 117
7
votes
8 answers

Jboss step by step set hot deploy

Hello i would like ask how it is possible configure jboss server for something like live, hot deploment: every time when i change some code of my jsp,html,js or css file i always need to clean and build project than deploy project to jboss and…
Michał Ziembiński
  • 1,124
  • 2
  • 10
  • 31
7
votes
1 answer

Netbeans 8 UML Diagrams

How to generate class diagrams of a project with Netbeans 8.x? I tried to install the UML plugin from http://dlc.sun.com.edgesuite.net/netbeans/updates/6.9/uc/m1/dev/catalog.xml but this corrupted the whole settings of NB. It should be possible to…
Rufus_12
  • 392
  • 1
  • 5
  • 14
6
votes
1 answer

Change Git remote password used by NetBeans

I am working with Netbeans IDE 8.2 and a GitHub repository I push changes to. When i first set up the GitHub credentials i made a mistake while typing the password and left checked the "Remember" field. Now every time i try to push to origin, i…
Salvioner
  • 303
  • 5
  • 16
6
votes
1 answer

Node.js 8.9.1 debugging not working with Netbeans 8.2

I'm trying to setup a node.js project with netbeans, and everything seemed to go well and as documented until i wanted to try out the debugger... After a while of googling i found a not responded to post on the Netbeans…
Izelude
  • 59
  • 4
6
votes
2 answers

Maven can not resolve dependencies

I am trying to build a project after long time and I am getting the following error. Failed to execute goal on project The following artifacts could not be…
Potney Switters
  • 2,902
  • 4
  • 33
  • 51
6
votes
3 answers

Netbeans PHP breakpoint variable value "Evaluating..."

When I set a breakpoint in my PHP code I cannot see the content of a string variable because in the variables Value column it says "Evaluating...". What can be done to prevent this from happening? What is this, a timing problem? Can it be fixed with…
ñull
  • 504
  • 4
  • 17
6
votes
4 answers

Debugging is not working in Netbeans Tomcat

I am getting the following error when I am trying to Debug my project in Netbeans 8 IDE , I am using Apache Tomcat 8. FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) ERROR: transport error…
Shivkumar Mallesappa
  • 2,875
  • 7
  • 41
  • 68
6
votes
0 answers

Ctrl+leftclick doesn't work with bundle files on Netbeans 8.0.2

I noticed that Ctrl+leftclick doesn't work with bundle files but work only with controller files in a Netbeans Java EE project. I tried to delete cache as mentioned in a similar topic but the solution didn't work.
Raziel
  • 444
  • 6
  • 22
6
votes
3 answers

Adding Material effects to java swing

I am trying to make a Java Swing application using NetBeans 8, and I was wondering if there is any possible way I could apply materialize effects to my Java Swing application. I have already worked with the materializecss framework for making a web…
Shersha Fn
  • 1,511
  • 3
  • 26
  • 34
6
votes
1 answer

Why does NetBeans warn about passing int[] to vararg?

Why does the NetBeans precompiler give a warning for this? public class PrimitiveVarArgs { public static void main(String[] args) { int[] ints = new int[]{1, 2, 3, 4, 5}; prints(ints); } static void prints(int...…
Ky -
  • 30,724
  • 51
  • 192
  • 308
6
votes
3 answers

How do I enable "JAX-RPC Web Services" plugin in NetBeans 8.0

I'm trying to build a WS client from an RPC (allegedly) encoded WSDL service at https://www.fbo.gov/ws/fbo_api.php?wsdl I'm using right click on Web Service Project, create New Web Service…
Witbrock
  • 502
  • 2
  • 5
  • 12
5
votes
1 answer

How to generate and integrate own constructor in netbeans IDE for java

Most of the IDE gives some templates or insert code options. In netbeans IDE option like "right click in any java source page" then "insert code or (alt+insert)" then we can choose like "constructor","getter setter method" or "tostring method"...etc…