Tagged Questions
NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Groovy, C, C++, Scala, Clojure, and others. The NetBeans IDE 7.0 no longer supports Ruby and Ruby on Rails. The NetBeans IDE ...
9
votes
6answers
636 views
Netbeans Intellisense for Rails
Has anybody figured out a way to make the Netbeans intellisense for ruby and rails better? It either has too many options in the list (which I understand is a problem since it is a dynamic language). ...
9
votes
5answers
14k views
How can I create a class diagram with NetBeans' 6.8 UML module?
It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin installation necessary or sth. like.
Read my post where I ...
7
votes
1answer
492 views
AccessControlException when trying to redeploy webapp to Tomcat using Netbeans
I'm getting the following error trying redeploy an webapp on Tomcat from within Netbeans 6.8. It has probably something to do with the new deploy on save and hot swap functionality. Any ideas how to ...
5
votes
2answers
6k views
JavaEE in netbeans giving BUILD FAILED error upon deployment
When I try to run my Java EE program in Netbeans consisting of servlets (java pages), JSP's, beans(java pages) and HTML pages I get this error in the output:
In-place deployment at ...
4
votes
3answers
1k views
Netbeans xdebug nightmare
I know what you're thinking, ANOTHER netbeans xdebug post?
Well, I've tried everything I've seen in other posts, and nothing seems to work. Here's my setup:
OS: Ubuntu 9.10
PHP: 5.2.1
Netbeans: ...
4
votes
2answers
136 views
Netbeans - *Easy* way to tell which Netbeans project a file belongs to
I was wondering if there is a way in Netbeans (v 6.8, or whatever) to have the editor tabs colored based on which project the file belongs to? Or some other easy way to distinguish which project a ...
4
votes
1answer
2k views
Completely change IDE language in Netbeans 6.8
I installed the lastest version from NetBeans IDE (6.8). I tried to install it in English, but it forces me to install it in Portuguese (OS Language). I've googled about it and I found that I should ...
3
votes
4answers
654 views
KeyPressed event
I'm trying to learn something about GUI, using NetBeans6.8, starting with the GUI section in The java tutorial.
There is a simple exercise for a Celsius-Fahrenheit converter. I want that to have two ...
3
votes
5answers
644 views
How do I distribute a JOGL application?
I've written an application the builds fine on my machine but when I move it to another machine the dependent JOGL libraries cannot be found.
Is it possible to create a build that sets up all the ...
3
votes
1answer
86 views
What PHP Netbeans IDE configuration results in more productive development?
For example I use Netbeans for PHP and have started to integrate PHPUnit & XDebug as part of my normal setup. What other plugins/modifications to Netbeans default setup can be more productive and ...
3
votes
1answer
301 views
Using netbeans as IDE for Python
I am about to embark on learning Python (largely for the purposes of using it as scripting glue between my applications).
I use Netbeans (6.8) on Linux for both my C++ and PHP development work. ...
3
votes
2answers
598 views
Edit Comment Template in Netbeans PHP 6.8
I would like to ask is there any way change the comment code template in Netbeans PHP 6.8
In eclipse, when I type /** ENTER , it would come out the comment template that I set in the setting, like ...
3
votes
1answer
467 views
Code completion in NetBeans' python plugin does not work properly
I am asking on StackOverflow because surely I am doing something completely silly and I hope S.O. might provide me with a quick answer. I've installed the latest stable Python-plugin for NetBeans. It ...
3
votes
1answer
213 views
Netbeans Ruby on rails autocomplete does not work as expected
I am using Netbeans v6.8 on Ubuntu 9.10 for Ruby on Rails development.
My problem is that autocomplete works very inconsistently. For example, when I hit ctrl+space after typing "File.", I get all ...
3
votes
2answers
8k views
How to import java classes from other projects in NetBeans 6.8?
I have just started playing with Java, and I really like the language. I am using the NetBeans IDE, and I find one odd oversight. I can create a new class in a project, but NetBeans doesn't appear ...
3
votes
1answer
495 views
Debugging PHP on NetBeans 6.8 without Apache
Is it possible to debug PHP projects on Glashfish with NetBeans 6.8 without installing Apache server?
After I press CTRL+F5 im getting 404 not found error.
As ASP.NET developer I have (I think) ...
3
votes
3answers
1k views
ReSharper-like addon for NetBeans
is there any ReSharper-like addon for NetBeans (preferably 6.8)? I'm using NetBeans for PHP.
I need following features:
add some kind of code analysis
add some intelligent refactoring interface
...
3
votes
2answers
2k views
Netbeans: Creating custom build target to let sources be packaged to JAR…?
I ask the question more specific:
Using Netbeans, is there a possibility to create an additional custom build target,
which would:
either package all project sources along with the binaries into a ...
2
votes
4answers
127 views
encrypt a properties file for Ibatis
I have a properties file containg the database username/password which i used it to manage ibatis connection with the database.
What is the best way to encrypt this properties file to be secure.
...
2
votes
1answer
132 views
parsing delay in netbeans 6.*
How can i set automatic parsing delay in netbeans 6.8
I have a js file which is 1000+ lines and it takes 10s of continuous processing in my triple core 4gigs machine
before i can continue typing.
...
2
votes
2answers
3k views
JTable Right-Click popupmenu in Netbeans
I want to add a right click popupmenu to a JTable in NetBeans IDE (seems like a simple task... lol)
I got it to partly work by
1) adding a popupmenu to the form
2) adding menuitems to the popupmenu
...
2
votes
2answers
513 views
“No Suggestions” in NetBeans
For a few days now I'm using NetBeans 6.8 for doing PHP work.
But even if a class-file is included and the methods are public and there's phpDoc used, NetBeans everytime shows "No Suggestions" in the ...
2
votes
1answer
590 views
MIMEParsingException in REST
I have a question about MIMEParsingException.
I use JEE 6 with NetBeans 6.8. I write a simple REST web service in Java to print "hello world", it runs well.
Then I write a REST web services client ...
2
votes
2answers
650 views
how to connect java and mysql using mysql connector java 5.1.12
I'm still a beginner in java. I dont have any idea on how to import the files that I have downloaded into my java class.
Its in this path:
E:\Users\user\Downloads\mysql-connector-java-5.1.12
I ...
2
votes
2answers
417 views
Diff directories with content in Netbeans
I duplicated some folder with project's config to a new project a few days ago and made there some modifications (project name, paths, etc).
After few days a source config dir has changed and I am ...
2
votes
3answers
2k views
Error preverifying class NetBeans 6.8 using lwuit api
I'm trying to develop a portable J2ME appli, but Netbeans do a class preverification of LWUIT library that uses optional APIs that some configurations don't have, so I get this error when I try to ...
2
votes
1answer
278 views
Why is Netbeans + Xdebug showing repetitive results in Variables pane?
I just started using Netbeans to debug PHP apps, but when I inspect any object it has the CLASSNAME printed over and over, making it very difficult to understand the contents of an object. See the ...
2
votes
1answer
508 views
Unable to reference Hibernate 3.2.5.ga javadocs within NetBeans 6.8
How can I make the Hibernate javadocs available within the NetBeans coding window.
I have followed these steps so far and the javadoc fails to appear
Select Tools\Libraries
Select Hibernate
Select ...
2
votes
3answers
867 views
How to access database of jasper server via API?
Can we access Database of Jasper server through its api?
And do that allow us to make run time report?
IF so how can we do that?
Kind regards
Sundhas
2
votes
3answers
2k views
Netbeans: “Run -> Test Project” doesn't do anything
I have many JUnit tests, which are all created by Netbeans' assistant (so nothing customized). I can run every test manually by doing "Test File" (Ctrl+F6).
But when I use "Run -> Test Project", the ...
2
votes
3answers
276 views
How to use Java and NetBeans to display data as an image
I am new to Java and NetBeans but have experience in C/C++. I will be working on an application which will have an area to display an image. The image will be created in memory as an array of ...
2
votes
0answers
198 views
How to run nosetests from netbeans?
I recently started using netbeans for python development and really like it. However, the test runner in netbeans does not run my doctests, nor does it run my test functions written using nose. I ...
2
votes
5answers
1k views
Adding more source folders to a NetBeans PHP project
Is it possible, with or without plugin, to add more source folders to a PHP project, just like in a Java project?
I have downloaded and tested the Java version of NetBeans, and there is clearly ...
2
votes
1answer
373 views
Can NetBeans auto-build java free-form (Ant) projects?
After every save I need to right-click on the project in the project browser and click on build.
Is there a way to configure NetBeans to auto-build the project when I save a file?
2
votes
7answers
730 views
Which is a better source control with NetBeans (Ruby on Rails), VSS or Subversion?
Which is better source control with NetBeans (Ruby on Rails), VSS or subversion?
I want to use source control, so I want to know which is better for NetBeans (RoR). Visual Source safe or Subversion?
2
votes
1answer
221 views
Netbeans 6.8 missing Interactive Ruby Window
I installed Netbeans IDE 6.8 today to use it while learning Ruby.
Here the specifications:
Product Version: NetBeans IDE 6.8
(Build 200912041610)
Java: 1.6.0_17; Java HotSpot(TM)
Client ...
2
votes
2answers
80 views
In Netbeans, how do I type a non-existent method and have the method get generated automatically?
In other IDEs, I can type a method as if it existed, hit a key combination and the method is generated.
For example, I type:
public List<String> getIds() {
int max = 4;
return ...
2
votes
1answer
157 views
Can I add custom editor hints to Netbeans?
Is it possible to make Netbeans display hints for custom things?
For example I want to display a hint whenever the developer uses the Date or the Calendar class: "Consider using JodaTime instead of ...
1
vote
1answer
25 views
Netbeans Container deletion operation fails to perform properly?
I'm trying to delete a JPanel from my mailPanel under [FrameView] in Netbeans??! When I delete this JPanel it just deletes this from Inspector view, it does not unlink and delete all the components ...
1
vote
0answers
15 views
harness error in Netbenas module development
I am developing a module and when I developed it using my PC it runs correctly and when I change the directory or PC and try to run same thing I am getting a error saying "You must define ...
1
vote
1answer
249 views
Getting the error “No library found for this namespace”
I am using Netbeans6.8 and trying to build a simple project with JSF2 and Primefaces.
Placed the jars jsf-impl-2.0.3.jar,jstl-1.0.2.jar, jsf-api-2.0.3.jar, primefaces-2.2.1.jar in the lib folder and ...
1
vote
1answer
365 views
how to see console output in netbeans ide 6.8
i have a servlet i want to see output on console,my servlet is running if i replace System.out.println with out.println
protected void processRequest(HttpServletRequest request, HttpServletResponse ...
1
vote
3answers
174 views
How can I write code for different mobile keys such as numeric and arrow keys using netbeans J2ME?
hi
i want to know which key user pressed in mobile's keypad.....
1
vote
1answer
320 views
“Web application version is unsupported” when creating a servlet [Netbeans]
I am following the tutorial http://javanetbeans.net78.net/kb/60/web/tutorial-webapps.html
and when I get to the portion 'Creating a front controller using a servlet' I receive an error from Netbeans ...
1
vote
2answers
848 views
Find & replace with regular expressions in netbeans
I'm looking for a regular expression that can find and replace all the text "anytext" with "anything" in netbeans, some of the symbols also contain this text. I've done it a while back for a single ...
1
vote
1answer
142 views
Upgrade Grails Version in Netbeans and Add Shiro Security
I have been working on the project where application is using grails 1.2.2....
Now I want to add the Shiro Security with the current project (using Netbeans), and I am very much new to the grails ...
1
vote
1answer
40 views
Bug only appears when running C code inside NetBeans
Running a piece of C code from inside Netbeans 6.8 causes a Segmentation Fault. But the problem doesn't appear when running in debugging mode or from shell. Tried both in external terminal and output ...
1
vote
1answer
38 views
How do I create a breakpoint at a specific place without there being any code after it
I am creating breakpoints to debug my java application , and am using netbeans 6.8 (if this is relevant).
Basically the problem I have is that when I set a breakpoint and debug the program will break ...
1
vote
1answer
442 views
drawing a graph in a JPanel in Net Beans
Is there a possible way to override the paintComponent() method in the auto-generated GUI code in NetBeans?
I managed to manually draw a graph without using the drag-and-drop components, and I need ...
1
vote
1answer
204 views
Eclipse & NetBeans and using SVN & Maven
I have an issue, I've created a Maved project with Eclipse, and committed into a SVN repository. from here I tried two approaches:
Import the project into NetBeans from the folder of Eclipse ...