I get this error (title of this question), when I am attempting to debug C/C++ programs using gdb with Netbeans IDE.
Does anyone know what this means, and how to get rid of the warning?
I am able to debug despite the warning, but I'd still like to make the warning go away.
Relevant details:
OS: Ubuntu 9.10
gdb: 7.0-ubuntu
Netbeans: ...
I have a PHP script that is sending a series of http requests to another php script on another server. I have Xdebug installed on both servers and I'm using NetBeans as my debug client. The problem I am having is that NetBeans can't have 2 debug sessions at the same time and you can't spawn 2 NetBeans processes on the same machine. A...
I need to edit format for JFormatedTextField in a Java program. NetBeans are "helping" me with something called Format editor. But, I have no clue how the pattern works.
For #,##0.### , it returns 1,234.567, as pictured above. However, I want to change the thousands delimiter to space and decimal separator to comma.
I would guess # ##...
When using Netbeans I am able to run RMI applications if I don't put the source files in a package, however when I try and split it up into packages.
I start to get class not found exceptions any help would be greatly appreciated.
...
I wanted to consume a web service running on a static ip adress. I am making a Web Service Client in NetBeans. When i put the ip address in the place of url, it gives error
Check Proxy Settings, URL
URL:http://128.205.35.175
Any ideas what might be wrong
Thanks
...
Hi
I have found some code snippet in the internet. But it is missing some classes. Where can I get the missing classes?
These are the errors I get:
package com.sun.j3d.utils.universe.SimpleUniverse doesn't exist
package com.sun.j3d.utils.geometry.ColorCube doesn't exist
package javax.media.j3d.BranchGroup doesn't exist.
Here is the ...
I'm using NB6.7 to auto generate an executable jar file for my project, how and where to tell NB to include a certain resource into the result jar file ? I know if I put the resource in the "lib" directory, NB will put it into "dist/lib/", but what I want is to include the resource within the final executable jar, where in NB do I specif...
I'm trying to generate POJO's from mapping xml files. I read something about adding an ant task, to do it easily.
I've added this xml below to my project's build-impl.xml in Netbeans, but nothing happens:
<target name="codegen">
<echo>Zippzip</echo>
<taskdef name="hbm2java"
classname="net.sf.hibernate.tool.hbm2jav...
Hi,
I've set up my FTP connection for my project, but when it uploads the file, it adds a directory named after the project to the uploads (which means it isn't going to the right folder).
i.e.
initial directory set to '/httpdocs';
no upload directory specified.
I upload a file from my local folder:
project name/library/script.ph...
Hello all,
Is there a way to add an animated background to netbeans JFrame ? I'm using netbeans 6.7.1 IDE..
...
I have a very simple SSI to include a footer on an HTML page. When I edit/upload files using NetBeans the SSI does not execute. If I open/save said files in another editor (e.g. cPanel editor, TextWrangler, Notepad++) it works just fine. I was thinking it might be related to the encoding of the file, but haven't had any luck resolving th...
hi
I have found a code in the internet but really I don't know that for what it throws these exceptions,please help me !really I need your help thanks.
run:
java.lang.UnsupportedOperationException: No AudioDevice specified
at com.sun.j3d.utils.universe.Viewer.createAudioDevice(Viewer.java:986)
at javaapplication17.WrapSh...
Hey mates,
First of all I'm using netbeans as my IDE and I don't know if this is causing it. When I run my program (even if I have build it and run the .jar) I think it selects the tab that was previously selected (before quiting). So if for example I close the app with the third tab selected, it starts up with that selected again. Is t...
Attempting to build a Java web project on Netbeans 6.8. Getting the following error.
"The module has not been deployed."
It points to my build-impl.xml file line 577.
line 577 is
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
This is on Glassfish v3.
Glassfish Error log says
SE...
Hello, everyone!
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 message "No Tests executed" is displayed.
Do I have to register every JUnit test somewhere?
Or what could be the problem...
Hello,
I've been learning and experimenting with Java Generics for a while but I have run into something that I cannot explain. Take for example the following code:
public class Question {
public <T> Sub<T> getSub(Class<T> c) {
return new Sub<T>(c);
}
public class Sub<S> {
private Class<S> c;
public ...
When debugging I get an warning message on exception saying 'variable info not available - compiled without -g' - how do I set to compile with -g in netbeans?
thanks
...
Howdy,
i have seen a lot of screencasts where the author is creating methods with the following way:
$myObj = new myObj();
$myObj->getAllMyWhatEver($xyz);
The "getAllMyWhatEver" function is not existing yet, he is clicking some kind of key and the function is created in the proper class.
Does someone knows how to do this in Netbeans...
We have a project consisting of several modules (Netbeans projects).
When i tell Netbeans to compile one of the files in the top level module, it starts to check all modules depended on and builds a jar for each one (at least that's what the log messages say twice every time).
I had done a full clean and build this morning and all the j...
Hi all,
I'm using Netbeans 6.7.1 on Windows. I created a Java application using Swing. When I run the same application in my Fedora Core OS, the appearance becomes dull, the fonts and the spacing change. How do I avoid this - as the GUI is of prime importance to my application.
Please help..
...