A specific version of Netbeans IDE. Use this for question related to Netbeans IDE version 7.1
0
votes
0answers
21 views
Netbeans 7.1 won't find any folder other than Library
I'm having a problem trying to open a Java project with Netbeans 7.1. When I open it, the only folder that shows up in the "project" tab is the library one (the "files" tab shows the folders and files ...
1
vote
1answer
27 views
DataEditorSupport and/or ClonableEditor using UTF-8
I have a Netbeans platform program that uses a custom DataEditorSupport and a custom ClonableEditor. The files it reads are UTF-8 encoded and the editor that is created does not seem to be using ...
0
votes
2answers
308 views
Native OS look and feel Netbeans doesnt works with UIManager.setLookAndFeel(nativeLF);
I have been looking over the internet (expescially StackOverflow of course :) ) for the following issue.
Netbeans offers a 'great' default look and feel, so i want to change that to a native look. ...
2
votes
1answer
317 views
Steps to execute .ear file from Glassfish server into Tomee+ server
As a newbie to Enterprise Applications I'm trying to get it done.
I developed an Enterprise application in Netbeans 7.1.2. It runs successfully using the default Glassfish server. With the need to ...
-1
votes
3answers
99 views
Netbeans 7.1 running old codes rather than new ones
Ok, this is really weird. I wrote some codes a day ago, and then edited the codes. Then after hours and hours of editing and rewriting and introducing new classes, I ran the codes, but then I go a ...
3
votes
1answer
55 views
Not able to register a new database
I am using netbeans 7.1 and i have a database on server (not on my computer). I try to register it to netbeans for my application purpose. But when i try to register the database i get the following ...
0
votes
0answers
242 views
context failed to start using apache tomcat and netbeans
when i tried to run my project using apache tomcat6.0.35 server i get these following errors
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at ...
1
vote
2answers
392 views
GDB from NetBeans 7.1 on OSX Leopard not stopping at breakpoints in library projects
This is my first question in StackOverflow since I joined some weeks ago and I wish someone could shed some light to this issue that drives me nuts! I've already searched thru the web, but I cannot ...
0
votes
0answers
135 views
Linker errors while compiling a project in netbeans 7.1.1
I am getting a lots of linker errors while i compile a project ,:
I have added all the neccesary files in the linker options and have specifically added the libregistration.dll in the linker options
...
1
vote
3answers
11k views
Linker errors-Undefined Reference to
I have project which has a dependency of a logging project when i build this other project i get the following linker errors:
The logging project build well however when i use the logging project ...
2
votes
0answers
93 views
HTML TODOs in Netbeans 7.1
I wanted to add some TODO: tags in my .html file, but it does not seem to work properly.
I'm using Netbeans 7.1.
This seemed to work (added PHP comments):
<!-- // TODO: foo -->
<!-- /* ...
1
vote
0answers
103 views
JavaScript in Netbeans
I am using Netbeans 7.1. I use Netbeans to write JavaScript inside HTML and in JS files. The case is, it seems like Netbeans's IntelliSense doesn't have all methods and variables JavaScript has. For ...
2
votes
0answers
264 views
Netbeans 7.1,ruby-1.9.3-p194, Rails 3.2.3 ,Mac Lion Debugger
I can run ruby-debug outside Netbeans 7.1,ruby-1.9.3-p194, Rails 3.2.3 ,successfully.
But with netbeans ,I keep getting this message.
SEVERE [org.rubyforge.debugcommons.Util]: Error Output:
...
4
votes
0answers
260 views
netbeans and tomcat 7 deploy on save
I'm working with netbeans 7.1.2 and tomcat 7. When I make some change either in .java or in .xhtml files, the file is deployed when I save it, but I have to restart tomcat server to see the changes in ...
0
votes
1answer
3k views
NetBeans 7.1.1 and CodeIgniter 2.1.2 autocompletion not working :/
Okay for some reason I cannot get the CI autocompletion to work on NetBeans for the life of me. For example when I type in ci_control in the netbeans ide I get the code hint for CI_Controller ...
1
vote
1answer
562 views
Netbeans - Open remote folder/new project
I have been using Netbeans for several months now and like it a lot. I am trying to enable a way to create a project which accesses live files on my server to make changes. When I create a project ...
1
vote
1answer
416 views
Symfony2 netbeans 7.1.2 and phpunit
I am trying very hard to get phpunit working in netbeans with my symfony2 project.
I've made sub folder test in my project root. Tried linked the project to the phpunit.xml.dist and to the ...
0
votes
1answer
220 views
Netbeans 7.1.2 - project source folders in a tree (hierarchical) view, rather then a flat view?
How can I get a tree view for Netbeans 7.1.2 ? The FAQ http://wiki.netbeans.org/FaqTreePackageView appears to be for older versions of Netbeans.
Thanks.
0
votes
0answers
22 views
Netbeans PLAF Applies to IDE
I'm using NetBeans in CentOS to develop an application and I keep running into the same problem. Basically, what's happening is that whenever I use NetBeans' GUI creator to make a new JFrame or ...
1
vote
1answer
106 views
Invocations count in netbeans profiles
When I use the profiler in NetBeans 7.1, I am not seeing the expected invocation number for my methods.
To test this I created a simple program that has 3 methods that are each called ten thousand ...
0
votes
1answer
122 views
NetBeans IDE 7.1 restore functions/methods pane in bottom left hand corner
For the life of me I cannot find the menu option to restore the functions/methods pane in the bottom left hand corner of the NetBeans IDE. I am using version 7.1.
I have clearly closed it by accident ...
1
vote
1answer
900 views
How to edit getter & setter templates in NetBeans 7.1?
By default NetBeans generates 3 line getters and setters like so:
public int getFoo() {
return foo;
}
Is there a way to make it generate it in one line like so:
public int getFoo() {return ...
2
votes
0answers
124 views
NetBeans SSL and command line arguments: Server doesn't receive the message
I'm not sure how to put it, but here is my problem.
I want to test SSL from here http://stilius.net/java/java_ssl.php. I am using NetBeans 7.1. In each void main, if I insert this piece of code for ...
0
votes
2answers
725 views
NetBeans 7.1 and Subversion 1.7
We're moving our version control from some old VCS to SVN, for ease of integration with IDE's (we're using both NetBeans and IBM RAD).
In doing so, I set up a local repository with SlikSVN for win64 ...
0
votes
0answers
193 views
Opening one jPanel into another from different project, Using Netbeans 7.1
I am trying to open a jPanel1 (Contained in Project database) into another jPanel2 ( that is contained in the current opened project). I have included the jar file of project database in the opened ...
0
votes
2answers
535 views
Could not group Data In Jasper Reports
I want to group the shown result set in the image to the shown Report Format in JasperReports. I am using JasperReports 4.5. I googled a lot but could not found the required xml tag to meet my ...
2
votes
2answers
2k views
tomcat deploy from netbeans
I write my first service in Netbeans 7.1.1 and can`t deploy it on Tomcat 7 server.
Tomcat server started.
In-place deployment at ...
1
vote
1answer
121 views
Netbeans code folding for HTML files?
I've looked for anything about how to fold the code down in HTML files using Netbeans. Does anyone know? I'm on a Mac using Netbeans 7.1.1 and I've already hit up the Preferences>General area... am I ...
0
votes
1answer
261 views
Netbeans fails to build signed Jar
I get no error when I just clean and build and I can run the *.java file without no problem. But when I click on run project (the button with green triangle). I get this error message below after ...
3
votes
1answer
742 views
Difference in JVM heap size allocation between Netbeans 7.0.1 and 7.1?
I have a java program that I developed using Netbeans 7.0.1 to parse and save large CSV files. Because of the size of the CSV files I needed to increase the heap size of the JVM. In 7.0.1 I set the ...
0
votes
0answers
366 views
Unable to use xdebug for netbeans
I cannot get the debugger for NetBeans to work with php unless my project contains an index.php file. If it does not contain an index.php file, it continually displays "Waiting For Connection ...
8
votes
2answers
21k views
Creating UML Class Diagrams in NetBeans 7.1.1
I want to install/enable the NetBeans plugin for creating and viewing UML diagrams, as seen here. However, fairly extensive searching has turned up results for NetBeans 6.5 and lower, whereas I am ...
2
votes
2answers
197 views
PHPUnit is no longer running after ArrayCollection (Doctrine 2) initialization in Netbeans
I'm working on a PHP project and use PHPUnit and Doctrine 2. I use the latest version at all. I wrote a lot of tests to test all the classes, functions and behavior. The tests are always running. ...
0
votes
1answer
820 views
How to remove projects from the Recent Projects list in the Start Page?
I started a new Enterprise Application project in Netbeans 7.1.1 and then later deleted the 3 projects ([project], [project]-war, [project]-ejb) from the projects window in the IDE, by right clicking ...
0
votes
0answers
3k views
how to use netbeans ide and wamp server together for php project
I have installed netbeans ide 7.1 and wamp server 2.0 ,
my question is how can i use netbeans ide for debuging and running php code.
what setting are required for this.
2
votes
5answers
2k views
Netbeans Project: Resolve Data Source Problems
In Netbeans 7.1.1. I have a Java project for a web application that I deploy on Tomcat 7. The project is migrated from an earlier version from Netbeans (together with all my other projects).
The ...
-3
votes
1answer
252 views
JAVA ME Hello World
I am using netbeans 7.1. When creating new ME project I don't understand Device profile. What is ClamshellCldcPhone, DefaultCldcJtwiPhone, DefaultMsaPhone, DefaultFxPhone?
After creating the project ...
1
vote
1answer
658 views
Debugging Java Program. using Netbeans IDE 7.1
I am using Netbeans IDE 7.1, and I was trying to debug my simple program and on the Variable Output Window, there is a message which states "No variables to display because there is not current ...
2
votes
1answer
235 views
compile in Netbeans 7.1
I couldn't compile project in netbeans 7.1 in Widows 7 ,the error is "mkdir.exe stop working" I find mkdir.exe in MinGW>Msys>1.0>bin and run but didn't solve this problem . when I run a project the ...
0
votes
1answer
1k views
Netbeans PHP configuration on Ubuntu
I have this problem getting my newly created php project on Netbeans work on Ubuntu.
I've tried to place the source folder of the project in the /lampp/htdocs folder or selected the copy location ...
0
votes
1answer
233 views
NetBeans 7.1: No current context on hover over in Java debugger
I'm working on a Mac 10.6.8 with NB 7.1 and Java 1.6.0_29.
Here's an example scenario:
When I hit a break point in my code, there is a boolean member variable called traceEnabled. If I hover over ...
4
votes
3answers
7k views
Could not find or load main class Swing Java
Error: Could not find or load main class jewelleryerpapplication.GUI.ERPMainMenu
Java Result: 1
Actually i am using Net Beans 7.1 and in that i am continuosly getting the same error but un able to ...
0
votes
1answer
350 views
How to get mouse location in NetBeans Visual Library?
I want to add widgets by double clicking, so I've added EditAction to my scene and overrode EditProvider's edit method. Now the problem is that I want to set initial position of the widget to my mouse ...
0
votes
1answer
2k views
JPA createEntityManagerFactory “Unknown Source” error (non-J2EE)
I can't find what's wrong: many people seem to have issues with creating a EntityManagerFactory using the PU name. But I've checked all the suggestions, and none helped so far.
I'm trying to build my ...
1
vote
1answer
804 views
PhpUnit 3.6.10 + NetBeans 7.1: Good test throws exception
In cmdline everything is OK:
d:\xampp\htdocs\PhpProject1\Tests>phpunit TestStub.php
PHPUnit 3.6.10 by Sebastian Bergmann.
.
Time: 0 seconds, Memory: 2.75Mb
OK (1 test, 1 assertion)
Called in ...
4
votes
3answers
1k views
Netbeans 7.1 dropped Swing Application Framework support? How can I migrate form 7.0 to 7.1?
Last week, I get very depressed, I have three big apps in production and many more using Swing Application Framework. Later, when I started to migrate to Netbeans 7.1, BOOM!, no more support for SAF. ...
0
votes
2answers
911 views
Using NetBeans IDE 7.1 +PHPMD+CodeSniffer
I am facing some problem while using PHPMD, CodeSniffer tolls with NetBeans 7.1.
After configuration when I run these tools on my code base I am getting some errors under "Mess Detector" and "Code ...
1
vote
0answers
104 views
Netbeans 7.1 and windows 7 taskbar issue
I just did a clean install of windows 7 professional and netbeans seems to always duplicate itself on the taskbar next to the pinned icon.
I never had this issue until I formatted my machine.
-1
votes
2answers
179 views
Netbeans on Ubuntu; C++; Defined template “undefined”
I am developing C++ on Netbeans 7.1 on Ubuntu 11.04. I was wondering if someone could tell me why Stack fs(5); is seen as an undefined reference to to `Stack::Stack(int)'. Why is it not seen as a ...
1
vote
1answer
151 views
Limit the task list by filtering by directory in Netbeans 7.1
I am looking to filter the visible tasks by directory so that I don't get all the @todos from external libraries. But It's not quite working how I expected.
Below is an example of what I have tried.
...

