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
1 answer

Netbeans installer does not find JRE but it is installed

I am trying to install Netbeans but it gives me this error: The is no JRE at the location C:\Program Files\Java\jdk11.0.2 I have tried specifying --javahome argument to the installer but still nothing and it is installed as you can see in the…
Victor Callejas
  • 457
  • 7
  • 17
2
votes
0 answers

JDK11 + NetBeans 8.2 - cannot access java.lang

For a project I'm working on, I need to use JDK11 (group project, working with JPA and JavaFX). I'm using NetBeans 8.2, but I'm getting the following error: cannot access java.lang Fatal Error: Unable to find package java.lang in classpath or…
The Fox
  • 513
  • 3
  • 7
  • 17
2
votes
3 answers

How do I collapse code for a case in a switch?

Inside a JavaScript switch instruction, different case(s) may contain much code. Therefore it could be useful to collapse (fold) the code for cases other than the one I am working on. I use Netbeans. How do I do that?
Brice Coustillas
  • 2,363
  • 2
  • 13
  • 18
2
votes
1 answer

Configuring gfortran compiler on NetBeans 8.2 on MacOS 10.14.3

I'm trying to run fortran code using NetBeans 8.2 on my Mac running MacOS 10.14.3 Mojave. I installed gcc using homebrew, and the compiler is found at /usr/local/Cellar/gcc/8.2.0/bin/gfortran. This is the error from NetBeans Console: cd…
2
votes
2 answers

What JDK should I use for netbeans?

In Netbeans 8.2, it says to use Java JDK 8.1 or higher. When I use the latest version of JDK, Netbeans will load up but I can’t open or make new projects. When I get 8.1 I can’t use certain features of languages, like timers in Java. What JDK should…
2
votes
1 answer

Unable to create new netbeans 8.2 projects on MacOS version Mojave 10.14.1

I am unable to create new netbeans projects on MacOS Mojave 10.14.1. When I choose File>New Project... --->> no dialog box opens and the IDE log is the following: SEVERE [global] java.lang.ClassNotFoundException:…
2
votes
1 answer

Unable to locate tables in Derby database

I can't work out why the following program is unable to locate tables in my derby database: import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.SQLException; import…
Rusty
  • 93
  • 1
  • 14
2
votes
1 answer

Lombok with Netbeans/Maven Annotations are not Recognized/Working

I tried to update my existing Lombok version 1.16.16 to 1.18.2 in Netbeans 8.2 (maven multi-module project). Unfortunately, all versions higher than 1.16.18 are not working. No annotation is recognized and I get compile errors in the IDE. The pure…
Chief Peter
  • 343
  • 5
  • 11
2
votes
2 answers

Creating a MySQL connection on NetBeans (Mac OS)

I am new to both NetBeans and MySQL. I am trying to establish a new database connection to MySQL in Netbeans (8.2), using the 'New Connection Wizard'. However, after inserting the correct username (root) and password details, I am receiving the…
Andy Mac
  • 21
  • 2
  • 4
2
votes
4 answers

org.gradle.tooling.GradleConnectionException: Could not fetch model of type 'BuildEnvironment'

I am running netbeans with lates version of Gradle on windows and anytime I try to select an old project from the gradle tasks panel I get the following error: Requested project: D:\ian\libGDX\MarioBros Stack trace: …
2
votes
1 answer

How to place css and js in spring application on netbeans?

I am creating the web application with spring 4.0.1 framework and glassfish server via NetBeans and facing problem while accessing it css and js file which is placed in project structure like below As you can see that I have placed the Web-INF and…
kunal
  • 163
  • 1
  • 14
2
votes
1 answer

How to customize .jar file name

How can I customize the name of the built jar file? I want its name to be other than the default value which is the project name. I don't want to change the project name. Let's say for example i want the jar file name to be (today's date_name).jar
qwerty12345
  • 87
  • 2
  • 7
2
votes
1 answer

Disable QuickSearch input in Netbeans

Is there a way/property/setting do completely remove QuickSearch input from the right upper corner of Netbeans, the one activated by Ctrl+I? I use tiling window manager and have 2 document groups on 2 separate monitors. Sometimes during switch the…
user1278890
  • 643
  • 8
  • 22
2
votes
1 answer

Glassfish 4.0 with Java 9

Recently we started working on technology upgrade of our system and would like to know if Java 9.0 supported for Glassfish 4.0. Also I wanted to know if Netbeans 8.X version is having support on Java 9. If so how to configure Java in netbeans? As I…
Sudhakar Chavali
  • 809
  • 2
  • 14
  • 32
2
votes
1 answer

Netbeans doesn't open new projects

I'm running a windows 10 OS, with NetBeans version 8.2, and JDK 8 latest update version. The problem is that every time I try to open a new project or file in Netbeans, a blank screen appears, and after waiting nothing happens, I have repeated this…