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

Okhttp3 com.square does not exist

I am using Netbeans and I've created java project with Maven. I added this dependency. com.squareup.okhttp okhttp 2.7.2 It worked, I could import…
Diego Alves
  • 2,462
  • 3
  • 32
  • 65
2
votes
1 answer

JavaFX 8 graphic thread pipeline

I'm trying to add a loading dialog that is shown while some javafx graphic are loading. The problem is that the loading of javafx graphic block the refreshing of loading dialog. This is my code: Stage dialogStage; ProgressBar pb = new…
NickF_93
  • 479
  • 4
  • 16
2
votes
1 answer

get a date using a JDateChooser and save it into mysql database

I need to read a date from a JDateChooser and save it into a MYSQL database table using the ActionPerformed method of a JButton. There are three JDateChoosers called LETTER_DATE , RECEIVED_DATE , SENDING_DATE in this JInternalFrameForm called…
Jay K
  • 37
  • 1
  • 10
2
votes
1 answer

Netbeans not working correctly on debian

Have been woking with netbeans on windows for ages and no problem. Installed it on Debian and it starts but most buttons doesn't respond (new project/new file ...). Here's the resut while launching it with terminal. WARNING: An illegal reflective…
Mssm
  • 717
  • 11
  • 29
2
votes
1 answer

Is there cppcheck plugin available in netbeans

I am using netbeans IDE for development. I want to check my code using cppcheck. Can any one tell me , is cppcheck plugin available for netbeans. If yes how to do that..?
Mathi.J
  • 51
  • 7
2
votes
1 answer

Can't modify my java source file in Netbeans. Source file display in grey window

I was writing the code in Netbeans and everything was fine. But Suddenly My computer shutdown. After i open my java source file in Netbeans it doesnot let me edit. The window is gray. For the better clarification i have attached the screenshot…
Chhiring
  • 51
  • 5
2
votes
0 answers

Netbeans is slow on macOS

I need some suggestions for my IDE's performance. Before I switched all my computers / notebooks to Apple, NetBeans works very well. After switching to Apple NetBeans is working very bad. It takes a lot of time to start, end working with remote ftp…
yfain
  • 509
  • 7
  • 23
2
votes
1 answer

Netbeans: how to create a gradle Java EE project?

I'm using Netbeans 8.2. The plugins "Gradle Support" and "Gradle Java EE Support" are both installed and activated. I can create and use simple (non JavaEE) projects in netbeans with Gradle support. This works like a charme :-) But how can I create…
Steffen
  • 2,500
  • 4
  • 31
  • 47
2
votes
1 answer

Xdebug breakpoints always work except when using @runTestsInSeparateProcesses?

I finally got Xdebug working (including with breakpoints and the ability to "step over") for unit tests, feature tests, and for poking around in the browser. However, whenever I use @runTestsInSeparateProcesses because of this reason, Netbeans…
Ryan
  • 22,332
  • 31
  • 176
  • 357
2
votes
1 answer

JSF 2.3 support in NetBeans 8.2 (f:importConstants, f:websocket, etc)

Faced with the issue that NetBeans 8.2 doesn't support new JSF 2.3 tags for example, in the code snippet below: NetBeans highlights f:importConstants with the following…
AndrewG10i
  • 661
  • 1
  • 6
  • 21
2
votes
1 answer

How to retrieve the source code of the native macOS bundle generated by NetBeans for a JavaFX application?

I have a JavaFX 8 application with a preloader, which works nicely on Windows, Linux and macOS. I'm currently using NetBeans to package my app into a native macOS bundle, which give me the required folder tree for the application and the embedded…
OOEngineer
  • 447
  • 3
  • 12
2
votes
0 answers

How to install netbeans in redhat 7

I have installed redhat-7 on vmware . I can installed and access netbeans-8.1 in it using xen software . But When I login via remote desktop I can't access it . The full window is shown as black page . Here is the screenshot . I have logged in…
Christopher Marlowe
  • 2,098
  • 6
  • 38
  • 68
2
votes
1 answer

Sudden Ide Language Change in Intellij Idea

I downloaded intellij idea from their website and whilst installation out of nowhere I got instructions in a language other than english. The same language was reflected in my netbeans IDE, one of my reasons to switch to Intellij. The language…
mrLovaLova
  • 187
  • 2
  • 14
2
votes
2 answers

Java: Refreshing my jTable after data updates in child jDialog

I've investigated lots of different questions and answers around this, but can't find one that seems to work. I'm new to Java, but have experience in a variety of different languages and, so far (in context to what I'm experimenting with), it's…
Chris J
  • 1,441
  • 9
  • 19
2
votes
1 answer

Jackson Version for Amazon s3 upload API In Glassfish 4.1

Hi I am encountering following error in my glassfish Warning: A system exception occurred during an invocation on EJB FileUpload, method: public java.lang.String …