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

Smarter way to write similar line of code

Let say I have a initialization method where have many initializations. Here is a example: public void initialize(URL url, ResourceBundle rb) { date.setCellValueFactory(new PropertyValueFactory("date")); …
Mahmudur Rahman
  • 745
  • 5
  • 13
3
votes
1 answer

Getter & Setter generator does not show up Netbean 8.0.2

Netbeans for PHP v8.0.2 said to generate getter and setter methods just press Crtl + I (Mac OS) and select 'Getter & setter' option but it does not show up as an option in there. Anyone know how to activate this please?
Hung Bui
  • 313
  • 4
  • 17
3
votes
1 answer

Strange Gluon project structure for JavaFX - Android porting

The gradle build of Gluon plugin (in Netbeans 8.0.2) for porting JavaFX to Android creates the following directory structures: Source Packages [Java] Android/Java Packages Desktop/Java Packages Ios/Java Packages Each of these directories contain…
3
votes
1 answer

Link a PHP file to a database

I have a few PHP classes (X_Model_TableName format), that represent tables in my MySQL database, with just protected properties, and getters/setters, and I've also added a database connection to NetBeans so it can see what's in my…
TMH
  • 6,096
  • 7
  • 51
  • 88
3
votes
0 answers

"Scala Application" missing in Netbeans 8.0.2 Projects under Windows

I have installed Scala, Netbeans 8.0.2 and all Scala plugins from Tools > Plugins > Available Plugins in Netbeans. I also added the following Windows environment variable: SCALA_HOME: C:\Program Files (x86)\scala And have the one below set…
WPRookie82
  • 165
  • 9
3
votes
1 answer

Netbeans IDE 6.9.1 not opening

I am using Netbeans IDE 8.0.2 with jdk8u45 on my Windows 7 enterprise 64 bit machine for Java,php,JSP development.Recently i heard from my friend that Netbeans IDE also supports Ruby development.Later I found that Netbeans IDE ended the support for…
Banee Ishaque K
  • 531
  • 8
  • 21
3
votes
2 answers

Netbeans 8.0.2 Output Window

I would like to change the output window color from the default white to black or some other color. I am using Netbeans 8.0.2 IDE.
fsolano94
  • 291
  • 4
  • 14
3
votes
0 answers

Android WebView - Gestures - drag item?

I am using a WebView to display a web site. This part is working basically OK. On the actually website when viewed in a normal browser (Chrome etc) you can 'left click' on items and then drag them around the page to rearrange them. This is not…
pelagos
  • 1,025
  • 3
  • 17
  • 27
3
votes
2 answers

Does Netbeans v8.0.2 plugin for cakephp support cakephp v3?

I have been using Netbeans v8.0.2 and the cakephp plugin works perfectly fine on cakephp v2.x. Recently, I started a new project in cakephp v3.0.2 and the cakephp in Netbeans failed to recognize the project as cakephp. Is it because cakephp v3.x is…
guagay_wk
  • 26,337
  • 54
  • 186
  • 295
3
votes
3 answers

How to set current date to jDateChooser from pc?

I have a situation that I need to fill the jDateChooser box by the current date automatically (without clicking the pop up calender). How can I do that? Thanks in advance.
Erfan Ahmed
  • 1,536
  • 4
  • 19
  • 34
3
votes
3 answers

Heap Space Issue outside Netbeans IDE

EDIT: I ended up doing a combo of both suggested answers, and thus answered my own question, it is the accepted one below, hopefully this helps others in the future! I'm running 32 bit Java 1.8.0_40 on Windows 7. I have created a program in…
senex_subconscious
  • 221
  • 2
  • 6
  • 14
3
votes
1 answer

UCanAccess error - net.ucanaccess.jdbc.UcanaccessSQLException: incompatible data type in operation: ; in LIMIT, OFFSET or FETCH

I am new to UCanAccess and am using it in the place of reinstalling Microsoft Office from 32-bit to 64-bit or Netbeans 8.0.2 from 64-bit to 32-bit. I am running a simple program to connect to a small database and display results from it; however I…
Greatmar2
  • 89
  • 1
  • 11
3
votes
1 answer

Java+Netbeans significant graphics performance variation between two machines

I am getting significant performance differences between the two machines when running the graphical part of a game (2D shoot-em up) that I am developing (using Java, Slick2D and dyn4j) and can't work out why this is happening. Both machines are…
Twelve1110
  • 175
  • 12
3
votes
2 answers

Config error for Scene Builder in Netbeans

I'm trying to set up Scene Builder in Netbeans. I know I have to go into window->options->java->javafx and then enter the path to the Scene Builder home. But I get this error message for everything I submit: I'm on Windows 7 and am running JDK…
d.lanza38
  • 2,525
  • 7
  • 30
  • 52
3
votes
1 answer

How to change a colour of breakpoint in NetBeans 8.0?

When I set breakpoint in NetBeans i have trouble of reading it, because it is high lighted in some very dark colour, burugundy I suppose. I have tried in Tools->Options->Fonts&Colours->Annotations->Breakpoint, but still nothing has been changed.
1392023093user
  • 1,047
  • 4
  • 21
  • 37