Hello,
Sorry I have several question relative to the same problem.
I am using Netbeans 6.8 on OSX 10.5.8 with java 1.6.0_17 and after about 5 minutes of work, the cpu usage of netbeans process (and java) are around 100%.
It is often due to:
- "go to declaration" command
- completion command
- more or less doing 2 or 3 basic actions suc...
Actually i stared a new project in java web services in net beans with tomcat 5.5 as server
when i try to run i got this error
Deployment is in progress...
deploy?config=file:/C:/Users/sadesh/AppData/Local/Temp/context46924.xml&war=file:/C:/Users/sadesh/Documents/NetBeansProjects/TambramBuzz/build/web/
FAIL - Invalid context path null w...
I find the macros feature, accessed via the red circle and the grey square in the toolbar of the source editing window, in Netbeans to be a rather nifty way of getting things done quick.
However, I find it annoying how they cannot be toggled on/off. I can be typing some code, and if it contains just the first (not all) the keystrokes in...
I am using netbeans to develop an applet, i have a piece of code which looked like this:
ipAddresss = DEFAULT_IP;
System.out.println("portlet.services.hostname:" + ipAddresss);
Now I changed it to something like this:
ipAddresss = DEFAULT_IP;
System.out.println("portlet.services.hostname using default IP Address:" + ipAddresss);
...
I moved recently from Netbeans to Eclipse. Since I have to work with the project checked out from SVN I installed Eclipse. My question is: how to make Sublipse indicated the changes that I introduce in the source code (downloaded from SVN) just like Netbeans? Is there any way?
Regards
...
Hello.
I want to add spring IOC to maven based Swing Application Framework project. So I added to pom.xml dependencies:
<!-- Spring IOC -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.0.RELEASE</version>
<scope>runtime</scope>
</dependency>
<!-- log4j for Spring -->
...
My Xdebug is properly configured as I could see in phpinfo(). But when I debug a project a Netbeans6.8, I get “Can not debug missing index file index.php” warning. Then another bigger settings window opens up as in this image. And, yes, index.php file is there. It's not missing.
How can I fix it?
Apache web_root: e:\htdocs
Project hom...
Hi,
There are 1652487 rows in my table in MYSQL. I want to copy all the values corresponding to one field into a file. I wrote a java program in netbeans using jdbc driver for this. I'm unable to do this at one go. Is there a way out ? < Is there any limit on the number of rows one can select >
[ EDIT ]
my code : action performed when...
Using Netbeans 6.8 (Mac Version) drag and drop tool for making the GUI, I have designed a JTextArea which the user should paste his data which the program will modify and show it to him.
It is working fine; however, when I tried to paste about 65 thousand lines of testing data in the JTextArea, the GUI showed only a few of these lines (...
Does either netbeans or eclipse have any plugins where you can quickly navigate the project?
I want something like intelliJ's navigation options, like where you just presss control-N and simply type the filename you want to jump to, or class name.
...
I want to know how I can use ResourceBundle.getBundle() in an Android application given that I use it in my Java applications. For example:
I have a properties file, "MyOrg.properties", which I've included in a JAR file named "MyOrg.jar". The path information in the JAR file associated with "MyOrg.jar" is "myorg\" (this is on a Window...
Hiya.
In netbeans 6.8 under Services -> Servers I'm able to add specific kind of servers. is it possible to add more servers to the list? and if so how? i want to be able to add red5 server to the list. i don't even mind learning to write netbeans plugins if this is what i need to resolve the issue.
thanks
...
I have a Red5 application that i want to work on using NetBeans 6.8.
I know I can use a web Free-Form Application, the only problem that I'm having is to add external jar files.
When I go to the project's properties, Where exactly do I add the external jars that I need in order to properly compile the application?
update
i think th...
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). Or it has no options in the list, as if it is not dynamic enough to find everything.
Are there any hacks to make it better, or is this j...
I am familiar with the Netbeans IDE, but I want to know about people's experience with using Netbeans as a development platform (i.e. using its prebuilt modules for fast gui development). I have a program that I want to write, and I am thinking about using this platform.
...
When creating a file in Java using Netbeans.
I have a file "C:\myXml.xml"
However due to the nature of a library I am using the xml needs to be placed in "\data\myXml.xml" when using Netbeans.
Where would this file path relate to?
...
I downloaded the TestNG NetBeans Plugin and tried to install it in my NetBeans 6.8. I'm running NetBeans IDE 6.8 (Build 200912041610).
When I click install, I get this message:
Some plugins require plugin External
Execution Support to be installed. The
plugin External Execution Support is
requested in version >= 1.19 but onl...
As you know the NetBeans IDE will pop you inline documentation in your PHP sources based on the phpDocumentor syntax.
What I found out is that when I use special HTML characters in my phpDocumentor documentation they are treated as HTML in NetBeans but as text in the HTMl doc generated by phpDocumentor.
For example:
/**
* Add a new &...
When I run the application, it says:
[resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
Copying 1 resource
[compiler:compile]
No sources to compile
[resources:testResources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,...
I am new to Netbeans. Is it possible to work directly on the server files through sftp to avoid downloading/uploading each time. Will the intelisense work the same ?
If it is possible I can't find how to do that or what plug-in i need to use. And if it isn't what other free php IDE offers this option ?
...