I am trying to use SimpleTest with CodeIgniter, using code supplied by maroonbytes. I am using LAMP and NetBeans 6.9.
The test.php page loads up in my browser. I have a stub test in place and it shows in the drop-down selections. When I try to run it, I get 2 PHP errors:
Message:
include_once(/var/www/sparts3/main/tests/basic...
I've been reading up on Doxygen online, and I think I'd like to try it out on my Netbeans C++ projects. The problem is, I cannot find any tutorials/guides anywhere to how to get Doxygen working with Netbeans. I've found some blog posts that seem to be about using Doxygen in Netbeans, but they seem semi-feature requesty, and I cannot tell...
How do I install NetBeans module sources into NetBeans? From Eclipse, I'm used to install various SDK packages which contain sources for plugins. Is there something similar in NetBeans?
...
I'm currently using NetBeans 6.9 with the PHP plugin and a PHP Application from Remote Server project. However, every time I upload or download with it, I'm prompted with a warning that reads:
The authenticity of host x can't be established. RSA key fingerprint is y. Are you sure you want to continue connecting?
I'm connecting to m...
I'm using NetBeans 6.8, and I want to run a script to construct an SQLite database with a predefined schema after each build. I don't see any options under Build Configuration. Is this feature not yet supported?
...
I am trying to profile the memory usage of a program, but I keep getting a stack overflow error.
The netbeans memory settings I am using are as follows:
-J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m
The project memory settings I am using are as follows:
-Xms256m -Xmx512m
Here is screen shot.
I am not sure where 6...
I am working on a Java application that uses a USB ImagingSource camera. I get the following error when a function using the camera is opened:
java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
The searching I've done suggests it may have to do with having multiple instances of the same library open. Looki...
I've inherited a java project that appears to have been developed using the NetBeans IDE.
It contains a nbproject subdirectory.
When I try to open the project using NetBeans 6.9 it reports the following error in the Project Name text box:
<unrecognized project; missing plug-in?>
How can I determine which plug-in it is looking for?
...
How can I use the profiler from NetBeans 6.8 or 6.9 (choosing 'entire application') with guice enhanced classes?
I am using google guice 2.0 (with warp persist 2.0-20090214) for some classes and wanted to profile those classes. But I cannot see a result for those classes. The only result I can see is for one method 'EnhancedClass.access...
I am getting an compiler warning / error at compile time using NetBeans 6.9 with some Java code that is:
run: 2010-07-27 22:43:47.392 java[18743:903] NSKeyBindingManager: Bad key binding atom for '6' = 'D' BUILD SUCCESSFUL (total time: 5 seconds)
The code still runs. Is this anything to worry about? I would post the code, but it se...
I have a Java project which I am debugging in NetBeans (versions 6.8 and 6.9) and I am unable to step into or step over the code. I can only set breakpoints and then continue to the breakpoints. This is not very convenient. I'd like to be able to step through the code without setting breakpoints everywhere and running to them. I am a...
I downloaded netbeans IDE 6.9 for windows. But I can't find installer option. Looked at http://blogs.sun.com/geertjan/entry/generate_a_netbeans_platform_installer where it says that there is one, also on http://netbeans.org/community/releases/69/index.html it says that there is new feature "NetBeans Platform-based applications generate i...
Hi everybody.
I'm using Netbeans to build a GUI application and PMD "complains" about things in the auto-generated code. Can I configure PMD to ignore auto-generated code (as I did with Checkstyle)?
Thank you.
...
Would somebody be able to walk me through the proper way of adding the latest JFXtras package to a project in Netbeans? I'm not sure what I'm doing wrong... whether it be importing incorrectly, implementing incorrectly, or just simply downloading the wrong jar files. I'm using JavaFX 1.3 and NetBeans 6.9.
I've been able to get NetBeans ...
Netbeans eats 50-60% CPU all the time and I installed NB for PHP only and Yii framework.
My PC detail: Intel(R) Pentium(R) Dual CPU E2200 @2.20GHz(2CPU), 1526MB Ram.
Should I upgrade my PC or have right way to solve out this problem?
...
Was checking out this tutorial: http://platform.netbeans.org/tutorials/nbm-filetype.html
It shows how to create new file type wherein the module is loaded in IDE.
However if i create a independent netbeans platform application (not a plugin into the IDE), how do i make new file types?
Lets say, if i have a folder containing .xyz files...
I have installed rails gems in netbeans(on windows). However when I run the app, it says it cannot connect to the server. For example for ruport, I had these lines in environment.rb file.
Rails::Initializer.run do |config|
config.after_initialize do
require "ruport"
end
end
config.load_paths += %W( #{RAILS_ROOT}/app/reports ...
hello guys. i have made a program in netbeans.i have 2 different jframe forms. in form1 there is a button. i want that when i click that button, it makes form2 invisible or vice versa.
how can i do that? thanks in advance.
...
I've read that since version 6.9, Netbeans includes annotation processing support, a feature needed, for instance, to generate JPA 2.0 entities' metamodels.
However, I couldn't find any examples or documentation that shows exactly how to do it. Have any of you guys succeed on this?
...
Is there an easy way to tell Netbeans (6.9) what page to open when I "run" my Maven Enterprise project? It opens a totally wrong context path. I guess there are some options I can specify on the Project Properties | Actions page -> "Run project" action, I just can't find it anywhere as documentation seems to be nonexistent for Netbeans.....