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

Deploying maven java web project in netbeans on a remote glassfish server is failing

I have a java web project working fine on my local glassfish server. I need to deploy it to a remote glassfish server using netbeans so I setup the server on an AWS instance of ubuntu and successfully connected it with netbeans. I am able to see…
PC.
  • 132
  • 2
  • 14
4
votes
1 answer

Hibernate Framework option is not seen in Netbeans 8.0.2

I'm using NetBeans 8.0.2 (on windows 7, 64bit). While I'm creating a new web application on it, for the "4. Frameworks" section I can't find the 'Hibernate' option here... Before it was showing that option, like this: I can't figure out the…
Shikhor Roy
  • 160
  • 1
  • 10
4
votes
2 answers

Java Netbeans - Errors not showing up

My Netbeans is not showing up errors in the editor. It's showing errors in the bottom bar. I have no idea how to resolve it. Here's the screenshot:
Prince Noman
  • 51
  • 1
  • 1
  • 2
4
votes
2 answers

Laravel layouts not working

I am trying something really simple and can not get it to work. I have 2 pages. admin.blade.php and left.blade.php I am trying to use admin page as the master page. and include date from left.blade.php The admin pages print only "test" as the…
rematnarab
  • 1,277
  • 4
  • 22
  • 42
4
votes
1 answer

Netbeans IDE 8.1 warning for Class Length

I'm using Netbeans IDE 8.1 version for MVC (Codeigniter). In Model i'm getting warning like Class Length is 251 Lines (200 allowed). What is exact meaning of this warning and if not resolved, then what exactly will happen ?
Ashwini Patil
  • 211
  • 1
  • 6
4
votes
5 answers

How to change the default Netbeans 8.0.2 project directory?

I installed XAMPP and then Netbeans and noticed that new PHP projects default to XAMPP's htdocs folder. Does anyone know how to change this default folder? I tried to search google but all the first page results are related to Netbeans 7. I tried to…
Cave Johnson
  • 6,499
  • 5
  • 38
  • 57
4
votes
1 answer

How can I show .git folder in Netbeans 8.2

This same question has been asked already, but the accepted answer isn't working for the new version of Netbeans 8.2. The .git directory that Netbeans isn't showing is at the same level of .gitignore, at the root of the project. So, how to show it?
oidualc
  • 1,104
  • 1
  • 14
  • 21
4
votes
0 answers

iOS simulator netbeans not working

When trying to run an app build in Netbeans the system gets stuck when connecting to the simulator. this my current configuration: OSX El capitan Netbeans 8.1 Node.js and npm = V4.6.0 LTS Xcode 8.0 Cordova 6.3.1 this is what the output gives, after…
Rudi Bloes
  • 63
  • 1
  • 8
4
votes
1 answer

How to watch c++ STL collections in NetBeans 8.1 debugger with cygwin toolchain?

I'd like to see elements of vector in NetBeans with cygwin toolchain. There are some instructions, but it is not clear how to apply them to cygwin. Did anyone have positive experience with it? Thanx.
Stepan Yakovenko
  • 8,670
  • 28
  • 113
  • 206
4
votes
1 answer

Can Clang formatting be used in Netbeans

Is there a way to use the clang formatter with NetBeans 8.1? I'm running NetBeans on Arch Linux, if it matters.
Mike
  • 3,084
  • 1
  • 25
  • 44
4
votes
1 answer

Java Dialog with jList and option buttons

I would like a Dialog box that contains a JList for user selection. Whilst the following will do this I would also like a message and a 'cancel' button. list = new JList(LstArray1.toArray()); JOptionPane.showMessageDialog( null, list, "Title",…
m ainsworth
  • 49
  • 1
  • 6
4
votes
2 answers

Netbeans formatting code line to break in multiple lines

Given a code line like this: [..] stampsCollector.addStamp(stampId, isFamous, isDamaged, currentlyAvailable, value); [..] is there a convenient way to reformat it into this in Netbeans? [..] stampsCollector.addStamp( stampId, …
SebastianRiemer
  • 1,495
  • 2
  • 20
  • 33
4
votes
2 answers

Using Spring Boot 1.3, spring-boot-devtools and Thymeleaf templates won't do live reload when changed in Netbeans

Spring Boot 1.3 introduced spring-boot-devtools to provide similar functionality as Spring Reloaded to reload modified classes and to update Thymeleaf templates without having to re-run your application. I have been using Spring Boot 1.2.7 (with…
Laurenzo
  • 505
  • 3
  • 20
4
votes
1 answer

Is there a way to set NetBeans to run Chrome Incognito as default browser?

I am trying to set Chrome Incognito as default Browser, but I dont know how to do this. I'm running NetBeans 8.0.2. Any idea?
IgorAlves
  • 5,086
  • 10
  • 52
  • 83
4
votes
4 answers

Uninstalling or disabling JRebel from NetBeans 8.0.2 on Ubuntu 15.04

I'm working on NetBeans 8.0.2 IDE platform, Ubuntu 15.0.4. How to uninstall or disable JRebel?
T. Popović
  • 245
  • 3
  • 12