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

Compiling bootstrap less shows errors/warnings

I've a large project using Bootstrap3 CSS Framework. We use Netbeans IDE which supports less compile on save. Netbeans is using the syntax Using lessc Version 2.4.0 on a Ubuntu machine installed via npm. $ lessc less/compiled.less…
Powerriegel
  • 595
  • 5
  • 16
3
votes
1 answer

Use a Vagrant machine as SFTP connection in NetBeans

I have a little trouble using NetBeans to work on my Vagrant virtual server. What I tried is to create a new PHP Project on a remote server, then NetBeans ask me for the connection so I created a new connection. For hostname I putted in 127.0.0.1…
wawa
  • 4,816
  • 3
  • 29
  • 52
3
votes
1 answer

How to integrate GruntJS with Netbeans 8

How to configure Netbeans 8.0.1 with GruntJS? link to grunt-sass - where and how to use NPM inside netbeans. Where do i use that install command? I set SASS properly. I cannot find anywhere information how to for example run autoprefixer inside…
Morfidon
  • 1,469
  • 1
  • 18
  • 34
3
votes
4 answers

FTP upload and download greyed out in Netbeans 8.0.1

Only since yesterday have we seen this happen (maybe related to yesterdays OS X Java Update?) Only certain folders have the options disabled. Some projects are unaffected, others allow us to upload from the root directory then choose a file but…
CannyCookie
  • 298
  • 3
  • 12
3
votes
0 answers

NetBeans 8: Java heap space error on start of the IDE

Every time I start my NetBeans 8.0.1 I get an unexpected exception: Java heap space. I don't run any programs in NetBeans, it's happening while it does "Background scanning of projects" (I have some node and angular projects open). I increased the…
ush189
  • 1,342
  • 6
  • 22
  • 30
3
votes
1 answer

Debugging libgdx/html project in Netbeans

I've created a sample libgdx/html project in NetBeans 8 and I've followed this guide https://github.com/libgdx/libgdx/wiki/Gradle-and-NetBeans. When I try to run it right-clicking the HTML project, then Tasks/superDev, NetBeans compiles everything…
3
votes
1 answer

Netbeans New project wizard does not show Maven Web Application

I have read the other questions regarding this! So this is not another duplicate. When using the "new project wizard" in Netbeans 8.0 I choose Maven but then I can't choose Web Application. It's simply not displayed. So I asked google, and it told…
8bitcat
  • 2,206
  • 5
  • 30
  • 59
3
votes
1 answer

New project option for PlantUML plugin does not display using Netbeans 8 on Ubuntu 14.04

I have Netbeans 8 running on Ubuntu 14.04. I have installed the PlantUML plugin from the Netbeans plugin repository and restarted Netbeans. The PlantUML options tab shows in the options dialog, so the plugin is is installed; however, there is no new…
authentictech
  • 422
  • 6
  • 23
3
votes
1 answer

How do I turn off line highlighting due to exception in Netbeans 8.0?

In Netbeans 8.0, when an exception is thrown and I click on the link for it in the console, Netbeans takes me to the exact line for the exception and highlights it like so: I like this feature, but I cannot find a way to get rid of the highlighting…
stiemannkj1
  • 4,418
  • 3
  • 25
  • 45
3
votes
3 answers

NetBeans project context menu

I've created a small project in NetBeans 8 (it's not Java, in fact it's config-file to launch a tool), and I wrote several targets for it (these are shell-scripts, invoking the tool). I've mapped some of these scripts to default ant targets (clean,…
Alissa
  • 686
  • 1
  • 8
  • 21
3
votes
2 answers

unable to open web service tester page with jdk8 and netbeans 8

I wrote a simple web service program but I can not test it on glassfish 4.0 web server . When I Test Web service I see this message : Make sure the service has been deployed successfully, and the server is running. I can see it in list of deployed…
faraa
  • 575
  • 3
  • 14
  • 42
3
votes
1 answer

Code unminify plugin for NetBeans IDE

I want something like http://jsbeautifier.org/ that can work inside NetBeans IDE. I found a plugin that can minify the code but don't find any plugin to unminify the code. NetBeans "Format" command also does not work as I want. I have CSS code which…
Dhirendra Kumar
  • 575
  • 1
  • 7
  • 19
3
votes
2 answers

Conflict between Netbeans IDE 8.0 and UCanAccess?

I have to define a new Driver in the Netbeans "Services" Tab Services->Databases->Drivers->new Driver... because I want use the "Entity Classes from Database"-Wizard in context with UCanAccess. 1st step: "new Driver" does work (only declaration ;-)…
3
votes
1 answer

Netbeans suddenly failed to start after saying "Done Loading modules"

Netbeans 8.0 fails to start in Ubuntu 12.04 suddenly. Previously it used to work fine. But now it does not start, when I try to start, the netbeans blue loading box shows up, sometime after showing the message "Done Loading modules", it disappears &…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
3
votes
3 answers

Where is the NetBeans 8 dictionary located?

NetBeans have the concept of a "project" specific dictionary and a "private" dictionary. I happened to add a misspelled word into one of those (yeah I can't even remember which one, I was to fast, hence the error). Where are these dictionaries…
Martin Andersson
  • 18,072
  • 9
  • 87
  • 115