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

Auto compile SCSS in netbeans plain java project

I am working on a small pet-project which is primarily a java desktop application. It has a embedded web server (tomcat) to allow for remote control. I have made the design decision to go all out with modern HTML technologies, netbeans has been…
Damian Nikodem
  • 1,324
  • 10
  • 26
4
votes
1 answer

Netbeans 8 is doing crazy auto horizontal scroll

Netbeans 8 is doing crazy auto horizontal scroll, how to disable this! When coding a long lines, netbeans automatically move horizontally and focus to your mouse pointer. To replicate : 1. Do a long code, make sure you will have horizontal scroll…
Monnster
  • 625
  • 7
  • 16
4
votes
3 answers

NetBeans 8.0.2 not recognizing python plataform. How to solve this issue?

I have installed in my pc the free version of Enthought Canopy that works good as python interpreter. But I was trying to move to a free IDE and I choose to make my Netbeans 8.0.2 to be able to run Python. After some research I found this post that…
IgorAlves
  • 5,086
  • 10
  • 52
  • 83
4
votes
1 answer

The NetBeans IDE issues unusual compiler errors on "Clean and Build" or external changes.The IDE becomes unaware of the JPA generated static metamodel

I'm completely tired of using the NetBeans IDE 8.x (currently using 8.0.1) for months - it just looks like a hell (seriously). When some external changes are made to the project (especially a Java EE web application - containing hundredth of Java…
Tiny
  • 27,221
  • 105
  • 339
  • 599
4
votes
1 answer

How do I let Netbeans automatically compile Sass on save?

I am working with SASS in Netbeans 8. Now I have a project structure as: ProjectMap | |-- index.php | |-- css | |-- style.css | |-- _dev |-- sass |-- style.scss |-- components …
KrielkipNL
  • 61
  • 2
4
votes
1 answer

Get Netbeans to recognize Python methods

I was just wondering if there was a way to get Python (in Netbeans) to recognize the methods that I write in a class. For example when I do self.method() I just want Netbeans to recognize it's a method in the class I am currently in. Does Netbeans…
dylnmc
  • 3,810
  • 4
  • 26
  • 42
4
votes
1 answer

How to config TODO patterns on Netbeans 8?

I am used to work with TODO comments on my code, and it was never a problem on Eclipse or Netbeans, but in Netbeans 8, I can't find my way into Action Items configuration. I think it was on Tools > Options > Miscellaneous, but I can't find it…
Victor
  • 3,520
  • 3
  • 38
  • 58
4
votes
1 answer

Classes of javax.faces.bean are gonna be deprecated - a notification issued by NetBeans IDE 8.0

I'm using NetBeans IDE 8.0. The IDE issues a notification as shown in the following snap shot. Classes of javax.faces.bean are gonna be deprecated Is there any reason for this notification, may be the classes from the specified package are going…
Tiny
  • 27,221
  • 105
  • 339
  • 599
4
votes
2 answers

Git console in Netbeans

I've just installed Netbeans 8 and I'd like to start using Git. There are plenty of buttons, menus, etc. but where can I find Git console? I use Windows.
alex
  • 10,900
  • 15
  • 70
  • 100
4
votes
3 answers

increasing heap size in netbeans.conf file

I was reading in netbeans 6, you don't have to set the maximum heap size, it will just look at your computer for that information. My system has 8 gigs of ram, but my application only has 64mb to play with and it is running out of memory. I did…
mrblah
  • 99,669
  • 140
  • 310
  • 420
3
votes
1 answer

Using SSH keyfile with Netbeans for remote development

I want to do remote development on a raspberry pi using Netbeans IDE. Everything works fine when using password based authentication. When I try to use SSH key based authentication, the Netbeans 12 IDE reports Contents of file /Users/me/.ssh/id_rsa…
Dibly
  • 55
  • 5
3
votes
1 answer

Netbeans + Maven (Updating Central Repositories)

I recently faced issues building my project due to "HTTPS Required" error. This issue was solved by modifying my pom.xml as described here, adding the following: central
SonneRevsson
  • 75
  • 2
  • 8
3
votes
1 answer

How to exceed the scroll bar beyond the scroll pane in a GUI application

I am designing a online marketing page on GUI(user interface). I have added a scroll pane in my main JFrame. The scroll pane starts from 'vertical position = 20' and so does the scroll bar during run time. I want the scroll bar to start from…
Aurorachilles
  • 83
  • 1
  • 1
  • 8
3
votes
2 answers

NetBeans 8.2 Won't Run/Open on Mac all of sudden

I was in the middle of coding a project in Netbeans v8.2 and all of a sudden it closed down. When I re-opened it I seen the attached screen.I can't open any projects even though I can see them there, and most options are now greyed out. PLEASE…
Sunny0101
  • 444
  • 1
  • 5
  • 18
3
votes
0 answers

NetBeans connector doesn't refresh itself after updating the code

Hello, Recently I'v been facing a problem with the NetBeans connector on Chrome. After writing my simple html code, I press the "Run Project" button. The project opens up on Chrome and the NetBeans connector starts in debugging mode. Now when I'm…
Mor Katz
  • 51
  • 3