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
3
votes
0 answers

World Wind Java SDK 2.0 Netbeans 8 MCVE Project

After spending time on research and following the tutorials / recommendations, I’m still not able to start my project using NASA World Wind SDK 2 in Netbeans 8 on a 32-bit Windows 7 machine. Due to the World Wind SDK 2.0 Update to JOGL 2.3x, most…
SSchuette
  • 609
  • 7
  • 15
3
votes
1 answer

JavaFX Javadoc not working in Netbeans 8

Although JavaFX is provided with Java SE 1.8 JDK, Netbeans cannot find the Javadoc for it. I have tried going to Tools -> Java Platforms -> Javadoc -> Add URL in order to add the online Javadoc URL but it did not worked. Could this be a bug in…
pgmank
  • 5,303
  • 5
  • 36
  • 52
3
votes
2 answers

How to disable autocompleting quotations in Netbeans 8

How can I disable the double quoting feature in Netbeans 8? I am using Netbeans 8.0.2.
Casso
  • 139
  • 6
3
votes
1 answer

How to collapse methods in the NetBeans files by default?

How can collapse methods in files by default? for example Java files. When opening the file I found methods expanded. So I want to make them collapsed by default. Is there a feature in NetBeans to do that?
java dev
  • 313
  • 1
  • 3
  • 12
3
votes
1 answer

How to use Netbeans with ES2015?

How to use Netbeans with ES2015? I tried with version 8.0.1 and 8.0.2 of Netbeans, but the ES2015 sintaxe was not recognized. Thanks for any help!
Allan Andrade
  • 670
  • 10
  • 26
3
votes
0 answers

Netbeans 8.1 Module was needed and not found

I am trying to restore a Netbeans project from some years ago and I'm having many problems because of the not installed modules. I have been all the morning searching on the Internet and trying to download them to import via Tools > Plugins >…
javixanxez
  • 86
  • 6
3
votes
5 answers

Netbeans 8.0.2 impl-dif.xml file error "Unable to delete file..." in ..\build\classes folder

After successfully compiling and cleaning and building many times today, suddenly I have this Netbeans 8.0.2 error: Unable to delete file C:\Users\Dov\Google Drive\NetBeansProjects\ …
DSlomer64
  • 4,234
  • 4
  • 53
  • 88
3
votes
1 answer

Remotely deploy projects using NetBeans IDE

Trying to configure NetBeans project to use remote Java: But When I try to set remote platform to project I get back to default one How to tell system to use remote Java? If I go to Libraries I don't see Remote platform UPD I have this issue…
vico
  • 17,051
  • 45
  • 159
  • 315
3
votes
1 answer

How to find usages of all functions in a Java project on Netbeans?

I'm trying to find a list of all the functions which have no usage withing a JavaFX application on Netbeans (8.0.2). You can find usages by right clicking any function and selecting the option "Find Usages" or by using the shortcut Alt + F7. Is…
user5650917
3
votes
0 answers

Netbeans : uploading files from project sub directory to server root

I'm using netbeans 8 to work on a PHP project. I would like to have project tree like this : My Project |---Source Files //netbeans' logical directory |--- src //contains all the files I want to upload on remote server |--- test //some tests…
GdC
  • 189
  • 1
  • 1
  • 9
3
votes
1 answer

How to specify domain path of WildFly on NetBeans?

I am trying to add WildFly 9.0.2 to NetBeans IDE 8.0. I chose "JBoss Application Server" in the "Choose Server" step and I set my "Server Location". But in the 3rd step (Instance Properties), I can't select Domain and Domain Path doesn't…
Selcuk
  • 857
  • 2
  • 11
  • 32
3
votes
3 answers

How to change NetBeans Java Project Runtime?

How can I change the Projects Runtime Platform? (standard NetBeans [8.1] Java Project [Java Application]) Details: using Ubuntu with NetBeans 8.1 I have installed JDK 1.6, JDK 1.7 + JDK 1.8 My projects platform is Java 6. My systems default Java…
Ben
  • 3,378
  • 30
  • 46
3
votes
0 answers

How to fix org.sonar.wsclient.connectors.connectionexception

I installed kepler plugin in netbeans 8.0. And I tried to use sonar-runner using java application. I get a error "Error executing sonar-runner". Please help me with this. I really need to try this on java and java web applications. I tried…
Dil.
  • 1,996
  • 7
  • 41
  • 68
3
votes
0 answers

NetBeans loses control of the JBoss EAP server after you start it

I installed the plugin JBoss Forge Plugin to NetBeans, but when you start JBoss EAP through NetBeans, the server starts successfully, but the control does not come back to netbeans and an error panel will be shown: starting of server has time…
Pereira
  • 719
  • 8
  • 22
3
votes
2 answers

Unable to setup Symfony2 framework with NetBeans IDE (8.1)

Stuck at Error: "Symfony console must be selected" I've been trying for almost a week to set up an environment to develope a web application using Symfony2 framework and NetBeans IDE. I already have a an HTML-Bootstrap-Javascript project ready.…