I've created a JavaBean with a custom editor and custom editor user interface for one of the properties. The value field in the property sheet for this property displays a red x- how can this be removed? And, what caused it to be there?
...
Using Netbeans 6.8 and metro 2.0 I have written a simple application that makes calls to a webservice and displays the results in java swing components. When I run the application in the Netbeans IDE (using F6), the application works perfectly.
However, when I attempt to run the compiled application from the .jar file in the dist folde...
Hi, I use both Textmate and Netbeans on OSX. I'm finding I like Netbeans more, but the fonts are nowhere near as clear as Textmate. I've tried tweaking the themes and downloading other users themes, but they're still not a patch on the clarity of Textmate. Is this an anit-aliasing issues? I tried adding
-J-Dswing.aatext=true -J-Daw...
In NetBeans when you insert Breakpoint and Debug project, it runs code until the Breakpoint and stop right in a line where we put Breakpoint. And afterwards we can execute our code step by step. If we Press F8 which is Step Over operation, NetBeans executes next line. Sometimes we want to go back to the previous executed line because we ...
Is there a way to generate multiple JAR files from a single project in Netbeans? Currently I have some packages that almost never change, but other parts that change more frequently. One solution is to split it into multiple projects, but I really like having them in one place (and it would probably also cause some difficulties with SVN ...
I have a Netbeans PHP project set to run on a local server. I added some files in the filesystem; Netbeans detects and shows the changes in it's project view, but does not propagate the changes to the local server (based in a different folder). Hence project files on the local server are missing or out of date.
Can Netbeans manually ref...
From what I understand, one can develop a stand alone desktop-app using Eclipse or Netbeans platforms (their core SDK and Runtime). Is there any similar project in .NET?
Another question is regarding the Plugin feature in Eclipse and Netbeans. Is it possible to use their platform to create a stand alone application AND use their plugin ...
Hello.
I've made a small application in C with Netbeans.
I've ran the application in Netbeans and it created an exe.
I used that exe and it worked fine on my comp but when I move it to other comp it says:
"This application failed to start because cygwin1.dll was not found. Re-installing the application may fix this problem."
How can i c...
When I try to connect to cassandra within my java application I receive the exception at the end of this message. I am using pelops library to access database. Database is working on linux and my development environment is on windos 7. Intresting line is
WARNING: 10.0.0.7 NodeContext killing all pooled connections for session 44
10.0....
I try to create a Java web service client in NetBeans 6.9 to consume my WCF web service. There are several problem I have:
The WCF uses clear usename security for authentication. When I add web reference (JAX-WS style) in NetBeans, it didn't generate related clear username authentication code and WSDL/configuration. How do I configure ...
I have written application in GWT using NetBeans. Now I want to test my application with JUnit. I have never used JUnit before but I have basic concept of how it works. Now the question is how do I setup basic Unit test to test some of my GWT Widgets. I found THIS simple example but don't know how it can be ran in NetBeans.
...
So with eclipse I would instruct it to open html/css/js files in textmate, and pretty much just use if for the php side of things.
Would like to do a similar thing with nb if possible.
Any thoughts?
Best,
Bob
...
I would like to be able to populate a jcombobox from a textfile. I am using NetBeans 6.9. Any suggestions would be appreciated. Thanks.
...
I'm learning to use Netbeans and for my intro pet projects, I don't want it storing widget properties in a properties file. For example, by default, it puts the text property of a JLabel into a properties file. There's a checkbox to disable it per property but is there a way to do that globally? And is there a way to easily disable th...
In my java program I make heavy use of Suns implmentation of the Rhino script engine. Very recently however, my JDK does not seem to automatically import the rt.jar file anymore when compiling.
Whats strange is that NetBeans reports 0 live errors, they only show up when doing a complete Clean & Build. This wasn't happening before when I...
Hi. I have also posted this question on the netbeans forums - hoping for maximum exposure.
I am developing an application using NetBeans RELEASE67 and maven-nbm plugin.
I use Java WebStart to deploy.
My users have a mixture of java 1.6 and java 1.5
My java 1.5 users are unable to use the software;
on startup the software calls TopComp...
I'm experimenting with Ruby on Rails. I'm using NetBeans on Windows 7.
I am trying to follow this tutorial, but instead of using MySQL, I'd like to use SQLite3. Here is my database.yml file:
# SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
adapter: sqlite3
database: db/development.sqlit...
I know this isn't a programming related question but if I ask this at superuser I bet I will get 0 answers since that crowd is unlikely to use programming software. So I rather ask here where people actually use this IDE. Please don't close the question or move it elsewhere.
I just bought a new monitor that's rather large and I am havin...
I use 3 different computers and 4 separate OS's (Windows and Linux) and want to take the pain out of making sure plugins are installed correctly, formatting settings are the same, other settings are the same, etc. I don't want to copy them.
Sharing across multiple windows installations is easy, I just need to set the --userdir switch to...
I am trying to work with Netbeans ans Qt (on Windows) and I am having trouble getting set up.
I am getting a message that it can't find an included file: QtGui/QApplication.
I think that I must have a path wrong somewhere. Under Tools -> Options QMake Command I have
C:\Qt\2010.02.1\qt\bin\qmake.exe
In Windows, I have the PATH set ...