Tagged Questions
It is the version 6.5 of Netbeans IDE for java application development.
8
votes
5answers
3k views
How to get Netbeans 6.5 shareable libraries working
I created a Web application in Netbeans 6.5. Now I want to use the Joda Time library. I want to share this library via subversion, because I don't want my team mates to be dependend on some Netbeans ...
6
votes
5answers
7k views
How can I prevent PermGen space errors in Netbeans?
Every 15-30 minutes Netbeans shows a "java.lang.OutOfMemoryError: PermGen space". From what I learned from Google this seems to be related to classloader leaks or memory leaks in general.
...
4
votes
3answers
286 views
A new version of Netbeans just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?
6.7 is out, and although going to the web and finding some .nbm-s and copying over a few update center URL-s isn't the biggest chore...it's still a chore.
Any tips for this? Is there maybe a hidden ...
4
votes
1answer
2k views
Where can I set the JRE/JDK which is used to run Netbeans besides the command line?
First of all, I know about the command line parameter, but I don't want to use it because I want to learn, not just get it done, so...
Where can I set the JRE/JDK which is used to run Netbeans?
A ...
3
votes
4answers
486 views
How should I debug Trac plugins?
I'm about to start a fair amount of work extending Trac to fit our business requirements.
So far I've used pythonWin and now Netbeans 6.5 as the development environments - neither of these seem to ...
3
votes
1answer
297 views
How to sync netbeans config/plugin/updates across multiple systems?
I use netbeans in both my desktop and my laptop. Updating and installing plugins on both systems is cumbersome, hence, it would be nice if there was a way to sync configurations, plugins, and updates ...
3
votes
1answer
6k views
How do I set up the JBoss Maven repository in NetBeans 6.5?
I tried to configure the Maven plug in (version 4) to add the JBoss Maven repository at http://repository.jboss.com/maven2/ following the guide at ...
3
votes
6answers
356 views
Can a layout manager spawn several JPanels?
I have to build a rather large form with many controls. The controls are divided in basic controls/settings and extended controls/settings. The user can decide if he wants to see only the basic or ...
3
votes
2answers
2k views
Netbeans 6.5 Diff Tool
I'm very happy of Netbeans 6.5 diff tool, I have to ask some questions about it:
which is its name?
there's an equivalent for eclipse?
is there any standalone version (without netbeans)?
Thank you ...
3
votes
4answers
12k views
No Such Method Error when creating JUnit test
I've tried figuring out this problem for the last 2 days with no luck. I'm simply trying to create an annotation based JUnit test using the spring framework along with hibernate.
My IDE is netbeans ...
3
votes
2answers
592 views
How can I make NetBeans not stop on the first line with xdebug?
I'm using NetBeans 6.5 for developing PHP and I have xdebug setup. Is there a way I can tell it not to stop on the first line of the file on every request? JIT mode won't fix this because I don't want ...
2
votes
3answers
885 views
how we can add LWUIT in android application?
i used netbeans 6.5 for developing android application. i need to add LWUIT for this application. how we can add into this application?
2
votes
2answers
879 views
Adding look and feel into java application
I am working with NetBeans 6.5 IDE and i have downloaded a look and feel jar file. I added that to NetBeans by palette manager but i don't know how to use it to my application using code. Anybody ...
2
votes
1answer
831 views
How do a run a bash script on save in NetBeans?
Dear Gurus,
I am using NetBeans 6.5 and whenever I save a LessCSS file I would like to run less compiler to compile it to native css. How do I go about achieving this?
Many Thanks.
Ravi
EDIT: I can ...
2
votes
1answer
65 views
can i create a login screen which will check for passwords and usernames from a table in a database
does anyone have a code for login screen that can register a new user and also login users that exist in a table in a database?
i would appreciate very much any form of help
2
votes
4answers
4k views
Bypassing Lock on Generated Code in NetBeans 6.5?
In NetBeans the GUI Builder generates code that is off limits to you from the editor.
I know you can switch to Design Mode and specify custom code and then enter edit in indirectly that way, but it's ...
1
vote
1answer
52 views
Creating a web project in netbeans without selecting a server
I'd like to create a web project in NetBeans, but I don't want it to deploy anything to the server autmatically. I just want to be able to create a war file, which I will upload to the server ...
1
vote
1answer
87 views
How to open NetBeans methods tree panel?
I just closed the methods tree panel in netbeans but now I cannot find how to open it back. I need to see the code methods and fields in a tree view. Where can I reopen the panel in netbeans?
1
vote
2answers
1k views
How to configure log4j using Netbeans and Maven for standalone app
Setting up a new standalone app and want to use log4j. Am using Maven on Netbeans (6.5), and was able to add the log4j jar/dependency, but it can't seem to find my log4j.xml file and I'm not sure ...
1
vote
3answers
304 views
How to conditionalize GUI tests using Netbeans/Maven vs maven on command line invocation
I'd like to have a single project pom but have my GUI tests always run when I'm invoking JUnit on Netbeans, but have them conditional (on an environment variable?) when building on the command line ...
1
vote
1answer
2k views
How to map oracle timestamp to appropriate java type in hibernate?
I am new to hibernate and I am stumped. In my database I have tables that have a columns of TIMESTAMP(6). I am using Netbeans 6.5.1 and when I generate the hibernate.reveng.xml, hbm.xml files, and ...
1
vote
2answers
201 views
The support for the development of java swing in Netbeans 6.7 and 6.8 isn't good?
when design
when run
when design and run
in netbeans 6.5 they are the same,
but int 6.7 and 6.8, as you see, they are different!
1
vote
6answers
7k views
Java out of memory Exception
I am running a Java Web Application in Tomcat. The application uses Quartz framework to schedule the cron job at regular intervals. This cron job involves parsing a 4+ MB xml file, which I am doing ...
1
vote
4answers
695 views
Open Implementation (type hierarchy) functionality in NetBeans?
When I have Java code like this:
someInterface.someMethod();
how do I get Netbeans to show me which classes have implementations of someMethod() (not the interface).
In Eclipse this is done with ...
1
vote
1answer
680 views
Organising Imports in NetBeans
Netbeans is able to organise imports in a similar fashion to eclipse, but:
it seems unable to remove unused imports for classes that can't be resolved (and are no longer used)
I can only organise ...
1
vote
1answer
179 views
Netbeans 6.5 prevents adding breakpoints to Java files. Configuration issue?
I'm not able to add breakpoints to any Java file.
It seems this problem has been reported in slightly varying contexts in the netbeans issuezilla. I could not find any concrete workarounds other than ...
1
vote
1answer
78 views
which is the best way of linking two forms by use of a Jbutton
am having a JFrameform as my main page with several JButtons, i want if i click a button, another JFrame form appears and also find a way to navigate back to my main page from the opened Jframe form. ...
1
vote
1answer
919 views
Error when moving NetBeans project from Windows to Mac OS X
I have a netbeans project that works fine on my windows machine but when I copied it to mac and try to deploy I get the error:
/Users/stella/project/nbproject/build-impl.xml:348: The ...
1
vote
3answers
4k views
How to change settings in Netbeans 6.5 to run web application in not default browser?
I use Firefox as default browser in my computer.
I need to develop the web application(JSP) project in Netbeans 6.5 and everytime I run the project, it run in Firefox.
I want to run my web ...
1
vote
2answers
404 views
Can I make a GUI using NetBeans but implement functionality using C?
I want to use NetBeans to build the GUI for my project, but implement the functionality using C code. Is there any way I can make the C code run when a button in the GUI is clicked?
1
vote
3answers
3k views
using buttons in netbeans gui frame
Ok, so I'm pretty noob at JAVA, and programming in general really. I'm trying to make a rock, paper, scissors app that with run with a GUI interface. What I'm trying is the simplest thing I thought ...
1
vote
2answers
3k views
How do you add files to a jar using Netbeans 6.5?
I am working on a Java project using Netbeans for the first time. I would like to use Netbeans 6.5 to create a jar including about 50 text files. Is there a simple way to do this?
0
votes
1answer
96 views
using inheritance in a BPEL process in NetBeans 6.5.1
I am building a BPEL process that takes an itinerary as input: this is made of an unbounded list of elements and some attributes.
The task of the process is to go over every element of the list ...
0
votes
1answer
25 views
In IDE NetBeans For Java Debugging
While using eclipse we have a short cut key ctr+shift+i to get the selected object values in debug mode. But I am not able to find out any such short cut key in NetBeans IDE. If any body knows that ...
0
votes
1answer
269 views
Compile iReport 4.0.2 from sources with NetBeans 6.5.1 java.io.IOException
I am trying to compile iReport 4.0.2 with NetBeans 6.5.1. On the iReport forums it says that this is the NetBeans platform to which it is compatible.
However, I get this error when compiling the ...
0
votes
0answers
7 views
Redirecting to a remote host
I have created a Web Application (Visual JSF) using NetBeans. I want the project to be accessed across the organization. My home page is getting displayed in the URL "http://localhost:8080". Others ...
0
votes
1answer
234 views
How can I compile weka-scr.jar in netbeans
Hi Everybody I am trying to compile ready source code in netbeans for example
weka.scr.jar so please anyone tell me in detail how can I do it. thanks in advance.
0
votes
1answer
228 views
How to run android application on netneans 6.5?
How to run android application on netbeans 6.5?
If i running the application means i got following error,
W/ResourceType( 1968): Bad string block: string #14 extends to 1847, past end at 60
How to ...
0
votes
1answer
136 views
netbeans 6.5 giving java.lang.NullPointerException suddenly when starting
I use Netbeans for coding in Ruby. Since yesterday, netbeans is suddenly not starting normally. It gives a java.lang.NullPointerException and then after i cancel the popup box, it loads after some ...
0
votes
1answer
652 views
Problem in creating win installer in i
I am trying to create an executable file (.exe) of iReport with my module included in it. While I run the target the create-iReport-distro-win-installer, I am getting the following error.
Note: I am ...
0
votes
1answer
25 views
Display logo before GUI of main project displayed
I need to display my logo before the GUI of the main project is displayed.
0
votes
1answer
74 views
Validation on swing
Plesae i need to make validation on text filed so user can insert null
if user insert null on text files message box displayed to user
0
votes
2answers
2k views
How To debug Android app on Emulator using NetBeans IDE
I recently downloaded the latest NetBeans IDE (for MACOSX) and imported/migrated a project over from the ECLIPSE environment.
Everything looks, and works well... except that EMULATOR gets stuck ...
0
votes
1answer
753 views
How to run jsp netbeans glass fish on local ip 192.168.1.165
I am trying to run a jsp app on my machine ip: 192.168.1.165 and want to get it in system with ip 192.168.1.163
but giving the url
http://192.168.1.165%3Aport/app
is not working
( we are working ...
0
votes
1answer
194 views
Pure NetBeans doesn't work
I had system: ubuntu-9.04-amd64. I installed IDE NetBeans 6.5 from official default repositories. Everything worked correctly.
But now, I decided to use ubuntu-9.10-desktop-amd64.
I formated parts ...
0
votes
2answers
324 views
netbeans 6.5.1 reverse engine Oracle entity
i reverse engined entity class but the primary key is not anottaed with GeneratedValue . my table is created on oracle. do i need to add contraint on the table primary key for auto increment?
...
0
votes
2answers
945 views
Netbeans not copying source files to web folder
I'm using Netbeans to develop an HTML/PHP site and I have the Run Configuration set as follows:
Project URL: http://localhost/JEB
Project Folder: C:\Documents and Settings\John\My ...
0
votes
3answers
85 views
Facing problem in Netbeans 6.5
I am using Netbeans 6.5 IDE. In the IDE, errors and warnings are highlighted as and when code is being written.
I recently installed a plugin and since then, none of the errors are being highlighted ...
0
votes
1answer
63 views
Netbeans 6.5 debug issue
I am debugging the following lines of code
if (var.getvar2() != var3) {
var4.add(var);
} else {
isNeeded= true;
if ...
0
votes
2answers
3k views
Netbeans with Oracle connection java.lang.ClassNotFoundException
I use NetBeans 6.5.
When I try to run the following code:
package com.afrikbrain.numeroteur16;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import ...