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
14
votes
6 answers

How to clear cache in NetBeans 8.0 OS X

How do I clear the cache in NetBeans 8.0 on OSX Mavericks? Previous posts have suggested that I remove the files under /home/{user}/.netbeans/7.4/var/filehistory and /home/{user}/.netbeans/7.4/var/log but the hidden folder .netbeans appears to be…
Megatron
  • 15,909
  • 12
  • 89
  • 97
13
votes
2 answers

Create src/test/resources in Maven Netbeans 8.x with no manual intervention

The default war and jar archetypes inside Netbeans don't create a src/test/resources and src/test/java directory. Is there an easy way of creating src/test/resources inside a Maven project without going to the 'Files' tab or creating the directory…
rjdkolb
  • 10,377
  • 11
  • 69
  • 89
13
votes
1 answer

Opening Netbeans terminal on project folder

By default when I open the terminal in Netbeans 8, it opens in the home directory. Is there any way to open it as default in the current project directory? What should I change to accomplish this? Thanks.
Sanka Darshana
  • 1,391
  • 1
  • 23
  • 41
13
votes
4 answers

Using NetBeans 8 but getting below compilation error for Lambda expression

I am using NetBeans 8. When my code contains a Lambda expression and I try to compile, I get the following error message: lambda expression not expected here lambda expressions are not supported in -source 1.5 (use -source 8 or higher to enable…
Pushkar
  • 727
  • 1
  • 7
  • 21
12
votes
3 answers

GDB error: Selected architecture i386 is not compatible with reported target architecture i386:x86-64

Does anyone know what this error means? I'm working with Netbeans 8.0, gdb 7.8.1 on Linux Machine. Everything was good until two days ago, then I suddenly started to get this error when i'm starting t debug and I have no clue what it means. So…
RRR
  • 3,937
  • 13
  • 51
  • 75
12
votes
5 answers

'cmd' is not recognized as an internal or external command, operable program or batch file

When I build my project in netbeans me it shows: 'cmd' is not recognized as an internal or external command, operable program or batch file.` I'm using jdk 8 and maven 3.3. My path system variable…
Drashti Pandya
  • 348
  • 1
  • 5
  • 15
12
votes
2 answers

How to set Netbeans Action Item filters to ignore third party folders?

I do not want to see errors and warnings for third party libraries in Netbeans Action Items list, so I created a filter as shown below: The filter is turned on, but I still see many items from node_modules folders. What am I doing wrong? How should…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
11
votes
1 answer

Netbeans keeps transferring maven repository index, even though I have disabled it

Although I have set "Index Update Frequency" to "Never": Netbeans frequently tries to transfer maven repository index which consumes a lot of my bandwidth: Is it fine if I check "Completely disable indexing" option? It says that it's not…
B Faley
  • 17,120
  • 43
  • 133
  • 223
11
votes
2 answers

Compiling any JavaFX project in NetBeans returns Unsupported major.minor version 52.0

I see a number of similar questions Netbeans 8.0 Unsupported major.minor version 52.0 error Unsupported major.minor version 52.0 Error (duplicate) Running a JAR I compiled: Unsupported major.minor version 52.0 Can't fix Unsupported major.minor…
Masked Coder
  • 280
  • 2
  • 15
11
votes
1 answer

How to remove a git branch in Netbeans?

I am using Netbeans 8 with Git plugin. I have a branch that I would like to delete, but I don't see an option for that. How to do it?
zygimantus
  • 3,649
  • 4
  • 39
  • 54
11
votes
2 answers

CodeIgniter support on netbeans 8.0

I am new in codeIgniter and trying to do the project in netbeans 8.0. The problem is, I can't download the plugin for codeigniter support. It shows some error like "Some plugins require plugin PHP Annotation API to be installed." I checked here…
Arun
  • 3,640
  • 7
  • 44
  • 87
10
votes
4 answers

Cant write or delete two open curly brackets {{ in netbeans

I am using the PHP framework Laravel, which is the best PHP Framework, however If I try to write two {{ then it does not work, netbeans won't let me! How can I write {{ in netbeans? I just notice that I can also not delete them If I copy paste them…
Black
  • 18,150
  • 39
  • 158
  • 271
10
votes
3 answers

How to generate PHP getters and setters in NetBeans?

I saw in NetBeans 8 refactoring functionality for automatic creation of getters and setters from class properties. It was working on Java code, but it seems that for PHP code it isn't working. Is it possible to enable this functionality or get some…
Dreken
  • 191
  • 1
  • 7
10
votes
1 answer

Exclude folders from Net Beans 8 PHP code analysis

I've been using Net Beans 8 for PHP development at work for the past year or so, and found (Since updating to 8.0 and generating new projects) that the code analyzer detects errors in some of the free libraries we use, which in turn causes the…
Dash
  • 138
  • 7
10
votes
4 answers

JavaFX8 - sun.util.logging.PlatformLogger not found Exception in NetBeans 8

I have recently installed JDK8 + Netbeans8 (downloaded the bundled setup from Oracle site) on my Windows 8.1 machine. When I create a very simple JavaFX FXML application, it works fine. However when I add a new database entity class using the wizard…
A J Qarshi
  • 2,772
  • 6
  • 37
  • 53