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

Netbeans 8.2 all projects broken, no JDK found

I recently switched to Linux Mint, and needed to install Netbeans version 8.2. It installed without issue, but whenever I try to open a project, its marked as broken. I did some searching, and it seems that it isn't recognizing the JDK I installed…
Bradley Pearl
  • 23
  • 1
  • 6
2
votes
1 answer

NetBeans profile menu missing

I'm trying to profile my java project using NetBeans, and I'm looking at http://wiki.netbeans.org/ProfilerFirstSession and https://blogs.oracle.com/nbprofiler/getting-started-with-netbeans-profiler-81 However, both links (as well as other websites)…
Jay
  • 983
  • 2
  • 8
  • 23
2
votes
0 answers

How to get all open applications on Mac

I'ld like to get all open applications on mac. I'm try to code below, but this code get all open process on mac. I need only the applications that show on command+tab. Tks! try { String line; String[] cmd = {"/bin/sh", "-c", "ps…
2
votes
1 answer

create an executable jar including all of its dependencies in NetBeans

I have seen many methods of creating an executable jar including all of its dependencies using eclipse, MAVEN and cmd. I want to create an executable jar with its dependencies using NetBeans.
2
votes
1 answer

Netbeans 8.2 Git Push

Note: I am using Go Gits application to host my repositories IDE: NetBeans 8.2 I am trying to push my local commits to my upstream branch, it returns a message box called "Git Command Failed " with the following…
D. Foley
  • 1,034
  • 1
  • 9
  • 23
2
votes
0 answers

Netbeans change code coverage colors location in the UI

I am using the Darcula LAF plugin in Netbeans for PHP. It looks really good, but there is a problem with the code coverage highlighting where the light green and red make the highlighted lines unreadable. I found this bug filed on netbeans.org and…
spectacularbob
  • 3,080
  • 2
  • 20
  • 41
2
votes
1 answer

java.lang.NullPointerException: Location is required. Netbeans 8.2

I am trying to get my JavaFX program to swtich between screens when a button is pressed, but I am experiencing difficulty with this. I am getting a long string of error messages one of which is 'java.lang.NullPointerException: Location is required.'…
2
votes
3 answers

Searching for file/class names in Netbeans does not work well

I started using Netbeans (8.2) a few weeks ago and the search utility is driving me insane. Basically, I search for a class/file name in the top-right corner and it returns with no results, when in fact the class/file exists in the project. The same…
João Matos
  • 6,102
  • 5
  • 41
  • 76
2
votes
1 answer

FileUtils not appending string to a file

I'm using the code below to append string to a file. File file = new File (rr); FileUtils.writeStringToFile(file, "String to append",true); I got the "true" underlined with tip error "incompatible types: boolean cannot be converted to String".…
FSm
  • 2,017
  • 7
  • 29
  • 55
2
votes
1 answer

How to get rid of this error: "WEB-INF\lib\javax.servlet-api-3.0.1.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2."

I am trying to create a simple web service by referring this site : http://www.connect2java.com/webservices/jax-rs-applicationpath-annotationno-web-xml-example-in-jersey/ I am using NetBeans IDE 8.0.2 Java 8.0 JDK 1.7 JBoss Server Here is my code…
Karthik
  • 315
  • 1
  • 4
  • 16
2
votes
0 answers

How to setup JSX in netbeans?

I am trying to use JSX with Netbeans 8.2 From what I understood, the JSX file should work like the SASS functionality in netbeans, ie, when i save the JSX file, it automatically compiles into a .js file which is referenced in my code. Is this…
mushood badulla
  • 1,043
  • 1
  • 12
  • 19
2
votes
0 answers

JavaEE: Using entity class from remote interface project

I faced a very foolish problem, and reason is most likely my bad Java. The issue is to create enterprise application with remote interface (separate project as NetBeans 8 desire) and entity classes. I've founded two manuals for NetBeans: with…
Yuriy
  • 701
  • 4
  • 18
2
votes
1 answer

Illegal key size Jvm 8 installed but project source/binary is jdk7

I'm trying to decrypt on Java, a encrypted string on JavaScript with CryptoJS AES, as explained on this post. But I have come to an impasse, where I have already installed the Unlimited Strength Jurisdiction Policy as explained on this post, where…
Lauro182
  • 1,597
  • 3
  • 15
  • 41
2
votes
2 answers

JBAS014775:New missing/unsatisfied dependencies:service jboss.jdbc-driver.ojdbc7_jar (missing) dependents: [service jboss.data-source.java:/JNDIName

I use netbeans 8.1. An I try to set up JBoss 7.1.1 on it. My database connection is oracle. But when I run my enterprise app, there is an error on my console like JBAS014775:New missing/unsatisfied dependencies. standalone.xml
aysegulP
  • 443
  • 3
  • 6
  • 18
2
votes
2 answers

Adding Gson to netbeans java project

I have downloaded gson.jar from its source. Right-clicked at libraries folder -> add new -> add jar -> gson.jar However when i try to use Gson gson = new Gson(); It complains that it cannot find symbol Gson. What is the right way how to add gson…
Dingo
  • 331
  • 2
  • 3
  • 10