Questions tagged [netbeans-7]

NetBeans is a platform development framework and an open-source IDE (Integrated Development Environment) for Java, JavaScript, PHP, etc. NetBeans is developed by Oracle Corporation.

You can find other info here: NetBeans Wikipedia Page

The main NetBeans project site, for documentation and downloads:

1567 questions
6
votes
1 answer

netbeans 7.0 shows error in Struts2 select tag .. netbeans version 6.9 does not show this error

headerKey="" headerValue="Please Select" emptyOption="false"> the error messages reads as…
seenimurugan
  • 464
  • 4
  • 19
6
votes
4 answers

Netbeans doesn't show php 7

I just downloaded xampp(7.0.8) from xampp download page and installed with no error but when I create a new project in Netbeans it shows only 5.4 as the highest php version whereas what I have is php7. I tried with xampp 5.6.23 and still Netbeans…
Saurab
  • 1,931
  • 5
  • 20
  • 33
6
votes
1 answer

Netbeans and Bad service configuration file, or exception thrown while constructing Processor object

Here a error getting from diagnostic throught javaCompiler taska: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider…
6
votes
9 answers

Netbeans not opening in ubuntu

I have installed NetBeans 8 in /opt folder due to permission reasons. I created a symlink and worked in my local from the morning. Suddenly, now it's not opening. IT does not seem to be crashed but I don't know why. Any suggestions please
Ram Kumar
  • 91
  • 1
  • 1
  • 4
6
votes
1 answer

Neatbeans: Editing PHP and double clicking a variable name

I have recently made the switch from Dreamweaver (10+ years) to Netbeans and am loving it. The only issue I'm having is I'm use to being able to double click a PHP variable name and the code editor auto selecting the variable name but NOT including…
Ryan
  • 804
  • 1
  • 11
  • 24
6
votes
1 answer

PHP - Code coverage - cannot get some lines covered... (Netbeans)

In my NetBeans I have set up a project (ZF2 app) with PHPUnit. Everything is fine except when I try to collect the code coverage, it fails to cover certain lines, which I do not understand nor can explain. The code is like this: switch($type) { …
shadyyx
  • 15,825
  • 6
  • 60
  • 95
6
votes
2 answers

How can I setup compass on netbeans 7.4

There is a feature in netbeans 7.4 that allows scss and less to auto compile on save. I have managed to set up scss to compile but I am having problems compiling scss files using compass. Here is an example error: Syntax error: File to import not…
Dieter Gribnitz
  • 5,062
  • 2
  • 41
  • 38
6
votes
12 answers

Netbeans Cannot Find Cordova or Git on your path

I just install the latest netbeans 7.4 RC1 , i got the Error page "Netbeans Cannot Find Cordova or Git on your path, Please install Cordova or Git". In fact, i actually did install both cordova and Git. I Do follow the step on this youtube ,…
abc cba
  • 2,563
  • 11
  • 29
  • 50
6
votes
4 answers

Java EE 7 First Cup Tutorial errors in Maven: Could not find artifact org.glassfish.javaeetutorial.firstcup:firstcup:pom:7.0.1-SNAPSHOT

I'm following along with the Java EE 7 updated version of FirstCup. I have glassfish 4 installed and am using NetBeans 7.3. I'm working on the very first example and I'm getting maven issues. I generated the archetypes and am able to create the…
Adam
  • 212
  • 2
  • 8
6
votes
2 answers

Pushing to github messes up my code indentation

I primarily use Netbeans to write PHP code and as an example you can see in this example that my code indentation is horrendous. Pulling this code or push to the code doe not reflect the indentation issues seen here. That is to say: I can push that…
TheWebs
  • 12,470
  • 30
  • 107
  • 211
6
votes
1 answer

Connect to sql server from java with jdbc(windows authentication mode)

I need to connect to Sql Server 2008 from java using jdbc 4.0. I have a very simple code: Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); String connectionUrl = "jdbc:sqlserver://localhost;" + "integratedSecurity=true;"; …
Blocked
  • 340
  • 2
  • 5
  • 20
6
votes
1 answer

Netbeans: move a text file into dist folder when compiling

I have a text file (let's say textfile.txt) stored in the project folder in Netbeans 7.3, e.g. project folder textfile.txt src package package.subpackage MyClass.java When I compile I get a dist folder where the jar file is put…
mat_boy
  • 12,998
  • 22
  • 72
  • 116
6
votes
1 answer

How to debug JavaScript and PHP together in the same NetBeans (7.3) project?

In my first steps, I'm using this not rational way, as described below: Create an HTML5 project to debug the JavaScript code. Create the definitive PHP project, with JS code already tested, where I debug the server side. So I'm wondering if there…
ajmacedo
  • 91
  • 1
  • 8
6
votes
2 answers

Netbeans newbie-- How to enable viewing info from a javadoc JAR file

I have some JAR files which I have to add to a Java project- for each of those JARs I also have separate JARs that contain Javadoc for each of the jars-- now I want to be able to view information from the Javadocs in Netbeans. How do I do this? I am…
Arvind
  • 6,404
  • 20
  • 94
  • 143
6
votes
2 answers

What is Important Files Folder Project in netbeans

I see some of my projects have 'Important Files' folder under Projects window in NetBeans. Not all projects have this. That is not a physical folder on disk either and have listing of already existing files under 'Source Files' folder. What is that…
Vipin Kr. Singh
  • 672
  • 2
  • 11
  • 29