Hey guys, i am currently trying to get xdebug to work on our development server. As client i am using netbeans and the connection so far works without problems.
But when i try to set a breakpoint within netbeans it is just getting ignored.
And yeah, i already googled for hours and also found some questions here that perfectly fit my d...
i used textarea1.setVisible(false); but still i can see the border of the text area at run time. i want the textarea to be completely invisible
Can anyone help in this issue?
...
In NetBeans 6.9.1 editing a PHP file I start a block comment /*, hit return and the editor automatically adds the end block */. Where can I turn this feature off? Or customize it?
I've checked Tool->Options and found nothing. I tried turning off all the Tool->Options->Editor->Hints but that didn't change block comment auto complete. Goo...
I just came across an error when using NetBeans, and I wanted to post my findings (possible this is old news). Perhaps this will save some people the headache of debugging a similar problem that I just encountered. I don't think I'm abusing anything here... stack overflow's SEO is pretty good :)
I refactored a class in NetBeans (JavaFX ...
I'm working on a project that uses NetBeans to generate the ANT build files. I come from an environment where the build file is something checked into source control, but with it being generated by the local NetBeans application, that doesn't seem correct. I'd like to add some custom targets to the build file, which I see that NetBeans h...
I have 2 completely separate projects where one depends on the other. I've very recently mavenized the main project but can mavenise the dependency if absolutely necessary.
Originally these were Netbeans projects, with the main project having several modules. What I liked is that I could declare the dependency as a dependent project. Th...
How do I add a TODO comment in NetBeans 6.9 Python?
I have taken a look under Tools > Options > Miscellaneous > Tasks
However, when I add a comment to my source code:
# TODO This won't appear in the Tasks panel
TODO actually turns a different color, but the comment doesn't show up in my Tasks panel. Is there a way to fix this?
...
I created a GUI (called ParameterUI) with the Netbeans GUI Builder and now I want to create an instance of it and display it. However, using
ParameterUI gui = new ParameterUI();
gui.setVisible(true);
doesn't cause any window to appear...
Testing shows that after those commands, gui.isVisible() returns true, but gui.isValid() is false...
When something is wrong in code, light bulb appears and when i moved over it, a yellow box with some information appears. It also says, Alt-Enter shows hints. This is my problem, i can't see those hints.
I had no problem with hints in version 6.7, but now i don't know what happened.
Any help would be appreciated!
...
Whenever I fire up netbeans on ubuntu the locations of the panels from my last session is not saved, unlike the behavior on windows.
I installed netbeans using OS independent package not through the package manager, and placed the extracted folder to /opt/netbeans
Everything works ok, but for example the netbeans "Output" panel always ...
I have a Java project in Netbeans and I want to use some classes from Weka within my project.
I added the file C:\Program Files\Weka-3-7\weka-src.jar into my Libraries following the instructions here (project, properties, libraries ..)
So how do I now import the classes I want?
I tried importing like this:
import weka.core.converters...
hello,
We created a java application which uses the JavaDB database in Netbeans IDE. We want the program to check every time it starts if the database's tables have already been created, and otherwise create them.
How do we do that?
thanx
...
The project has an EJB module & a web module. Changing the server is easy, but I'd like to switch to EJB 3.1 also but I believe I need to change all kind of configuration files since I can't do it from the project properties window(s).
Any tips or links do useful documentation will be greatly appreciated.
Thank you!
...
When trying to configure a new service under "servers" one has to chose a pre-defined server profile (Glassfish, JBoss, Sailfin, Sun or Tomcat). How can I create a new definition to use OpenEJB?
Thanks
...
Is there any equivalent command in Netbeans for Eclipse's "Change modifiers to final where possible"?
...
I was wondering if it's possible to instruct Netbeans to modify php code before uploading sources to remote web site.
In my case I use XAMPP to test locally on my pc the project I'm working on.
However my remote webserver hosting the "release" version of my sources could have some peculiarities requiring altering the code on upload, lik...
When I put the code below in NetBeans, NetBeans gives me a warning next to it saying "Accessing static method sleep".
try {
Thread.currentThread().sleep(2000);
}
catch(InterruptedException ie){
//continue
}
Am I doing something wrong? Should I be calling this differently? I'm n...
Perhaps I'm just being dense, but I don't understand why Netbeans is telling me this is bad syntax:
var events = {
'onkeyup' : 0,
'onchange' : 0,
'onclick' : 0
};
Lines 2-4 are squiggled red.
...
Hey Guys,
I want to use a repository i hosted on github but it seems like netbeans uses a wrong fingerprint. So I get an Exception everytime I try to clone the repository.
Its like : UnknownHostKey: github.com. RSA key fingerprint is xxxxxxxxxxxx etc.
And it aborts. Any idea?
Ive tried it with tortisegit and it works fine ... but I th...
I am trying to create entity classes form database with Netbeans wizard "Entiry classes from database". But if the field type in database table is an a custom domain the type of field is set to "Serializable", but it should be String or Integer.
Because domains are just wrappers around "normal" Postgresql datatypes.
And if my table cont...