Questions tagged [netbeans-8.1]

NetBeans IDE 8.1 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 tools for HTML5/JavaScript, in particular for Node.js, KnockoutJS, and AngularJS; enhancements that further improve its support for Maven and Java EE with PrimeFaces; and improvements to PHP and C/C++ support.

NetBeans IDE 8.1 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies:

  • Java SE 8
  • Java SE Embedded 8
  • Java ME Embedded 8

The IDE also has a range of new tools for HTML5/JavaScript, in particular for Node.js, KnockoutJS, and AngularJS; enhancements that further improve its support for Maven and Java EE with PrimeFaces; and improvements to PHP and C/C++ support.

NetBeans IDE 8.1 is available in English, Brazilian Portuguese, Japanese, Russian, and Simplified Chinese.

Tagging recommendation: It is recommended to use the tag together with the version specific tag.

91 questions
24
votes
5 answers

NetBeans 8.1 Activation Failure

I am trying to install NetBeans 8.1 on my Ubuntu 14.04.3 LTS. When I try to create a new project, it shows an error, saying that "not all requested modules can be enabled". I tried activating it from the plugins, but to no avail. Why is this…
kylas
  • 1,425
  • 6
  • 24
  • 38
18
votes
4 answers

How to integrate codeIgniter with netbeans fully

I downloaded Netbeans and CodeIgniter, and I downloaded 2 plugins for Netbeans. On of them is called "PHP CI Framework" and I can't install it. When I try to install it I get this message: The plugin php apis is requested in implementation version…
BlackFire27
  • 1,470
  • 5
  • 21
  • 32
9
votes
1 answer

How to use CodeSniffer in Netbeans 8.1

I have installed Netbeans 8.1 and Xampp for Windows with PHP 5.6. Netbeans 8.1 has the CodeSniffer installed by default. Xampp too (pear). And Netbeans detects the "standars": But now, I don't know how to run CodeSniffer in my php files. There is…
JoniJnm
  • 720
  • 2
  • 10
  • 19
7
votes
2 answers

Javascript es6 syntax support on Netbeans 8.1

Does anyone know if Netbeans 8.1 has support to es6 javascript syntax and how could I enable it?
Natanael
  • 1,326
  • 5
  • 17
  • 34
5
votes
0 answers

Breakpoint in netbeans 8.1 with javaScript application not working properly

I'm using netbeans 8.1 for developing a javaScript web application and its works fine now. But I'd like to enable a breakpoint in my jquery code and install netbeans connector to chrome. But while the project start to rum it shows "Unresolved…
4
votes
2 answers

Glassfish [java.lang.reflect.InvocationTargetException]

I'm having a trouble adding resources to glassfish. I'm working with Java Message Dreven Beans and Hibernate. My problem is less the code and more glassfish (i've not depoyed any projects yet, still I can't do the firsts steps in admin tool). Im…
Herlin
  • 353
  • 1
  • 5
  • 12
3
votes
1 answer

how to use scala on netbeans (Windows)

I am a beginner in scala, I just installed it, but after installation I couldn't use it on netbeans, despite I have already integrated and I didn't find it on my list of projects creation. any idea please]1
Adlan Kadri
  • 61
  • 1
  • 9
3
votes
1 answer

Java "import java.util.Scanner" not working

This is my first time coding, so I'm sorry if I caused you to facepalm. I wanted to use the Scanner class to read the user input. However, I get an error. I've stopped coding when I faced this problem, thus the code is far from done, but this is…
Vizor
  • 73
  • 1
  • 1
  • 6
3
votes
2 answers

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (default) on project mavenproject2:

I am beginning the initial attempt to use Vert.x in Java. IDE is Netbeans version 8.1. Vert.x is version 3.0.0. The code for this project is shown below. The pom.xml file is also listed below. This code will run in Netbeans IDE but the Build (for…
Rsh At The Fort
  • 31
  • 1
  • 1
  • 4
3
votes
1 answer

Mac: JSF: why are development stage JSF web apps not always catching composite component changes?

Mac OS X: Yosemite 10.10.5 NetBeans8.1beta or NetBeans8.1 Glassfish4.1 or Glassfish4.1.1 Mojarra 2.2.7 or 2.2.12 [2016-08-14 EDIT: or 2.2.8-17] [EDIT: Primefaces 5.3] I am an experienced NetBeans + JSF developer, which is to say I know how it is…
3
votes
0 answers

Netbeans 8.1 Javascript Simple Errors Don't Show in .php File

I just downloaded netbeans 8.1 for PHP and HTML and was editing a .php file that had css, html, and javascript in it and for some reason the javascript is not showing simple code errors like an extra brace or random character(s) where they should…
SmallyBigz
  • 71
  • 8
3
votes
2 answers

NetBeans, html5 project. What is the difference between Site Root Folder and Source Folder?

Always I store an all my front-end sources in Site Root Folder. But today I update netbeans to 8.1 and I notice the Source Folder in the project properties. What this folder for?
Denis535
  • 3,407
  • 4
  • 25
  • 36
3
votes
1 answer

Can't resolve an identifier issue in NetBeans

I am trying to setup NetBeans 8.1 Beta for the first time to run my C codes. It seems like I can't resolve an unknown identifier issue! The versions are as below: Following screenshot is from the main code: Despite the error, code gets compiled…
Bababarghi
  • 571
  • 1
  • 4
  • 23
2
votes
1 answer

JavaFX Media Exception. Could not create player

I've been trying to make a simple GUI player in Java with JavaFX. It works fine until i try to open a file. It just throw a stack and do nothing. STACK Executing…
TroubleShooter
  • 57
  • 1
  • 1
  • 12
2
votes
0 answers

NoClassDefFoundError wrong name message references old package name

Below is the exception I received. I am using the netbeans IDE. There are no errors showing and it is referencing the wrong name. I do not know where to fix that problem. It says "Helix/CodedInstance" but the package should read…
Mark
  • 911
  • 13
  • 30
1
2 3 4 5 6 7