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

How do you enable C++17 in Netbeans?

In Tools > Options > C/C++ > Other, there is no option for C++17 as the default standard. How do you compile code that requires C++17?
BrainRenticus
  • 215
  • 3
  • 6
9
votes
6 answers

java.lang.NoClassDefFoundError: sun/security/ssl/SupportedEllipticCurvesExtension

I am trying to secure a web application so that I can use a secure data transport layer TLS/SSL with HTTPS. I am using glassfish server 5. After starting the server I did a https://localhost:8181 and it gave me this exception: Warning: …
9
votes
6 answers

The JavaEE 8 Tutorial, deploy failed on hello1 project

I'm try to learn Java EE 8, I have followed the official guide at https://javaee.github.io/tutorial/ but I have this problem: --- cargo-maven2-plugin:1.4.4:redeploy (deploy) @ hello1 --- [DeployerRedeployMojo] Resolved container artifact…
Deglans Dalpasso
  • 495
  • 5
  • 14
9
votes
2 answers

Netbeans how to add a JavaEE version?

I recently downloaded Glassfish 5 which is JavaEE 8 compliant, my problem now is that when I try to create a Java Web Application for e.g. I don't see the JavaEE 8 version available, only from JavaEE 5 - 7. My…
Esteban Rincon
  • 2,040
  • 3
  • 27
  • 44
9
votes
2 answers

Gradle, error could not find or load main class 'test.Main'

I implemented Gradle on one of my projects. I use Netbeans 8.02 with the gradle plugin. Structure is as it should be, sources are located under jgli/src/main/java/, resources under jgli/src/main/resources/ The Main class is…
elect
  • 6,765
  • 10
  • 53
  • 119
9
votes
2 answers

Creating macros in netbeans

I wish to create macro in Netbeans to put block comment over function. I have preference of code formatting over file save. So When I close file it saves code automatically and format it. Issue is when I create function and comment it. It…
Sankalp
  • 1,300
  • 5
  • 28
  • 52
8
votes
2 answers

Unable to connect to the NetBeans Distribution because of Zero sized file

I recently reinstalled Netbeans IDE on my Windows 10 PC in order to restore some unrelated configurations. When I tried checking for new plugins in order to be able to download the Sakila sample database, I get this error. I've tested the…
Antonio Quijano
  • 87
  • 1
  • 1
  • 4
8
votes
3 answers

Encrypting a large file with AES using JAVA

I've tested my code with files less than this(10mb, 100mb, 500mb) and the encryption works. However, I run in to problems with files greater than 1gb. I've generated a large file (about 2gb) and I want to encrypt it with AES using JAVA, but I'm…
halcyondayz
  • 83
  • 1
  • 1
  • 3
8
votes
3 answers

Is there a way to perform autosave in netbeans 8?

I wonder if there is a way to tell to the IDE to autosave any file if modified. I've searched the web but I haven't find anything. There was a module on NetBeans 7 but it is not available now on NB 8. Anyway it appears that the old plugin can be set…
bogdan.rusu
  • 901
  • 4
  • 21
  • 41
7
votes
2 answers

javaee-endorsed-api-7.0 not found

Good morning the reason for my question is about an error that tells me neatbens javaee-endorsed-api-7.0 not found I'm trying to find information on how to solve but I find information is 6.0 but it works for me can someone tell me how solve this…
7
votes
2 answers

JUnit 5 test case not executed

I created this test in a new clean Maven project in NetBeans 8.2: import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.Test; public class JUnit501Test { @Test void firstTest() { fail("epicly"); …
mjn42
  • 830
  • 1
  • 8
  • 24
7
votes
2 answers

Unable to autolaunch a dbus-daemon without a $DISPLAY for X11. NetBeans. Pi as remote host

I am trying to run the following example code using my NetBeans IDE: #include #include #include #include int main() { DBusConnection *connection = NULL; DBusError error; char buffer[1024]; …
Dan_R
  • 191
  • 1
  • 3
  • 14
7
votes
3 answers

Remote SSH/SFTP with Netbeans

I know you can set up remote connection in Netbeans or as others have suggested, mount the remote file system locally and let Netbeans read that. This current set-up I have to SSH into a remote server and then SSH again into another one. Is it…
twigg
  • 3,753
  • 13
  • 54
  • 96
7
votes
5 answers

Does netbeans IDE contain a virus?

I was looking at installing Netbeans 8.2 for working with PHP, java, HTML, etc. for various projects. However, when I download the installer both firefox and chrome inform me that the installer contains a virus. Is this a real problem?
wolfcall
  • 678
  • 1
  • 8
  • 18
7
votes
2 answers

Gherkin highlighting and behat integration with Netbeans 8.0

Is there anyone who has a decent working solution to integrate Netbeans 8.0 with behat, in terms of code highlighting and code-completion. I saw that there exists the Cetriolo plugin which is unfortunately not available for Netbeans 8.0. Has anyone…
Potney Switters
  • 2,902
  • 4
  • 33
  • 51