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

How to remove varargs suggested variables in Netbeans 8?

Consider the following Java method: Paths.get(String first, String... more) It is nice that you have access to the varargs when needed, however Netbeans 8, and earlier versions, insist that you will use at least one varargs element. So assume you…
skiwi
  • 66,971
  • 31
  • 131
  • 216
2
votes
1 answer

Cannot add GlassFish server 5.0.1 to Netbeans IDE 8.2

As the title, I cannot add the Glassfish server to NetBeans IDE 8.2. I pressed the "Add Server..." menu entry, then on the "Choose Server" screen I selected "GlassFish Server". Then, "Not a valid GlassFish Server installation" is shown. I can click…
Joe Lam
  • 23
  • 5
2
votes
1 answer

Netbeans 8.0 - error: export file globalplatform.exp of package org.globalplatform not found. [ INFO: ] Converter [v3.0.2]

I am using Netbeans IDE 8.0 and writing java code with the option classic Applet Project. Here all goes well till using the below import package wallet; import javacard.framework.*; import javacard.framework.ISO7816; import…
Arjun
  • 3,491
  • 4
  • 25
  • 47
2
votes
0 answers

Difference between server library and registered library in NetBeans

When I do the following: Right click project Properties On the opened window I click Frameworks > Add framework I can select which framework I can add but I don't understand what is the difference between "Server library" and "Registered…
Pero122
  • 892
  • 11
  • 25
2
votes
3 answers

How can I install Netbeans 8.2 with JDK 8 on Big Sur

I am having a problem with installing Netbeans 8.2 on my new MacBook Pro 13 (M1). I already have Netbeans 8.2 installed on my PC desktop, but I can't install it on my Mac. It's isn't my first time that I installed it on a pc, but this time I really…
Miro Mijatovic
  • 31
  • 1
  • 1
  • 3
2
votes
0 answers

Object scaling (resize image, button, text and panel) in Java Netbeans

I'm using Java Netbeans to develop my display software like this: original display, but when i set fullscreen display to: maximize display that's object content (picture, text, button, panel, etc.) size didn't change. I've found the methode to image…
2
votes
1 answer

Unable to Run 64 Bit JDK for java FX Project in Netbeans 8.2

I am trying to run a JavaFX Project in my Netbeans 8.2. When I compile/build the project I get this error. I am running into this issue while while using JDK 64 bit. The compiling/building/packaging works when JDK of 32 Bit is used. ant -f…
2
votes
2 answers

Weird characters appeared in Netbeans

I was creating java classes in netbeans, and I don't know what button I pressed to make points for placeholder followed by the paragraph markers (¶) appear in my code. How can I proceed to make them disappear? That's what it looks like at the moment
2
votes
1 answer

Problem getting Java to write logs to file

I am very new to java and coding so please understand that I am very naive when it comes to this stuff. I am trying to get Java to write logs to a .txt file. I have been researching this for hours and my brain hurts too much to keep looking. I am…
2
votes
0 answers

java.lang.UnsatisfiedLinkError: Can't load IA 32-bit .dll on a AMD 64-bit platform

Hi I'm getting this error : java.lang.UnsatisfiedLinkError: C:\Users\hp\Documents\NetBeansProjects\JNI_C_App\output\JNI_App.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform at java.lang.ClassLoader$NativeLibrary.load(Native Method) at…
Thomas
  • 21
  • 4
2
votes
1 answer

Question about CodeName One and Path Java Runtime

I simply need a response to a one fact question. If I have installed the latest free .nbm file for CodeName One into Netbeans 11, and am using, for example, the Java OpenJDK, does CodeName one use (outsource for a VM) my Path/Classpath version of…
user1544
  • 155
  • 4
2
votes
2 answers

Lombok Getter/Setter are not being accessed in Netbeans 11

Recently I have started using Netbeans(NB) 11. Previously I used NB 8.2. I opened my NB 8.2 projects in NB 11 where I have used Lombok. I noticed that NB 11 is giving red marks where i have used Getter/Setter of Lombok. But in the compile time it is…
Black Swan
  • 813
  • 13
  • 35
2
votes
1 answer

How to validate Regular Expression in real time on jtextbox?

I'm trying to validate/filter my jtextbox wwith this Regex: ^(([A-za-z]+[\s]{1}[A-za-z]+)|([A-Za-z]+))$ I want to filter two names with one space. Tried using keytyped and keyreleased, but it just does not work (won't let me write anything on the…
FerGuy
  • 67
  • 7
2
votes
1 answer

NetBeans Platform: Define an action in multiple category

I develop an application on the NetBeans Platform (version 8.1). I define an action as the following example: @ActionID( category = "MyCategory", id = "my.action.id" ) @ActionRegistration( displayName = "My Action", lazy = false ) public…
hadi.mansouri
  • 828
  • 11
  • 25
2
votes
1 answer

Netbeans can't find JDK and JRE

I'm trying to install netbeans and it cannot locate the JDK folder. Things I've tried so far:- I tried specifying the path in the installer asC:\Program Files\Java\jdk-11.0.1 as well as C:\Program Files\Java . I get an error saying JDK is not in the…
themaninblack
  • 167
  • 2
  • 8