netbeans-6.9

I NetBeans, can I somehow store the RSA key fingerprint of the remote server or not have NetBeans confirm the key before taking action?

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...

classpath for JAI library files, + location online of mlibwrapper.dll file?

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...

What page to open when running Maven-based EAR from Netbeans

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.....

Arrays.asList compilation problem

I've used Arrays.asList dozens if not hundreds of times without problem. All of a sudden previously compiling code is failing to compile after switching to NetBeans 6.9 from 6.8. Here's a few lines in question: Node n = new NickNode(4,5); Node m = new NonLocatableNode(); Node subclass = new NickSubclassNode(); List<Node> nodes = Arra...

Netbeans lack of SVN Add

I've been driving myself crazy over the past few days over this one. We've just finished setting up a Hudson Continuous-Integration server. So it runs a build script each and every commit to validate the commit. The issue is that it validates that all the files in the repo have both the svn:keywords = "Id" and svn:eol-style = "LF" pro...

java netbeans commadline argument passing

I am passing a command line argument using Netbeans but I get an ArrayIndexOutOfBoundsException. My code is: public class CmdLineArgumentPassing { public static void main(String args[]) { System.out.println("Count : " + args.length); System.out.println("i : "+args[0]); } } The output is...

The application failed to initalize properly (0xc0150002)

Hi, I have an image processing C program which uses OpenCV library. I was developping this with Visual Studio 2008 until this happened. So I moved the whole project to netbeans(6.9) and MinGW. I have configured netbeans to use OpenCV libraries as guided in this blog. But when I run the program it gives this error " The application fa...

Error when register provider Zend in Netbeans 6.9

I install : netbeans 6.9 on 'C:\Program Files\NetBeans 6.9' xampp 1.7.2 on D:\xampp i have upgrade zend through pear I follow the screencast and when clicking the Register Provider button. But I get message like this: on create config tab Successfully written Zend Tool config. It is located at: \Documents and Settings\Permana/.zf....

Netbeans 6.9.1 include path issues

Hi, I've just installed NetBeans (6.9.1, PHP specific download, WinXP) and im running into some include path issues.. When I run a project file via the PHP interpreter (localhost/xampplite) and checking the result in the output window I get these include errors saying the file is not found within the include path (include_path=".") Wh...

Java NetBeans Beginner: Import Filesystem

Hi, I am new to Netbeans (using 6.9.1) and want to ask the following: Is there an import Project or import filesystem in NetBeans the same way as there is in Eclipse? I have a project in NetBeans and I want to make some temporary changes to see if they work. I thought that I could do it by creating a new project and then import filesyste...

using struts2.2.1 annotations with netbeans 6.9 not working

Hello Im doing the convention plugin for struts2.2.1, examples with netbeans6.9 and it seems like something is wrong. I even copy/paste everything and nothing. rightnow I get : "The error message is ${message} " when it should be "The error message is Hello World" i could not post the structure, but I put the jsp under the WEB-...

Background stripes, or location or font of row|col cursor position indicator in NetBeans 6.9?

I find the "rol|col" indicator at the bottom right of the NetBeans 6.9 window to be too small for convenient use when working on things that need precise alignment by character. I can always use a comment to help me align things: // Alignment guide: 12345678_1_2345678_2_2345678_3_2345678_4 System.out.println("Every line must be...

resizing the jdialogbox in netbeans

I've created an application in Netbeans IDE 6.9. I've different sizes of most of the dialog boxes. But when i run the application, all my dialog boxes have the same size and that size is that of the biggest dialog box.In the eye preview button i get different sizes, only when I run the application I get the same big size. Can anyone sugg...

Opening an existing file from netbeans

I've created an application in Netbeans 6.9 where my ultimate aim is to create a .tcl file(or text file will do). When i run my application once I create the .tcl file and save it at a location. When I run the 2nd time and if I open that file in my application, then I am not able to get that file.I mean the data is not appending to the f...

saving running instance in netbeans

I've created a application in Netbeans IDE 6.9. I want to save my running application. I actually select various things in my applications. I want that if I run my application again then those things should be selected. I want to save the running instance of my application. Can anyone help me with this? -Thanks in advance ...

Can I write scala code in netbeans6.9.1?

My query is that, is it possible to write and compile Scala code in netbeans6.9.1? I am a beginner to Scala programming, and am very much confused about this. I posted this question here so as to get the reviews of fellow programmers. ...

linking jcombobox values with jtextfield values

I've created an application in netbeans IDE 6.9 where I need to set values for each value in the jcombobox. In my pane I've a combobox and below that are the textfields for entering values for each value in the combobox. Can anyone suggest that how do I link the combobox with textfield. I mean there are different values for each value in...

I am trying open a JPanel from another frame. Not able to do so.

I am creating a program for database manipulation with proper GUI and all. I am using swing for the same. Anyway, when I run the app, the following window opens: public class MusicShopManagementView extends FrameView { public MusicShopManagementView(SingleFrameApplication app) { super(app); initComponents(); // status bar...

How to configure Ant in netbeans 6.9 for my zend framework project

Hello, I switched to net-beans 6.9.1 to develop my php zend framwork projects. Now I want it to work with ANT. I have already an build directory with an build.xml. Can someone tell me how to configure and run my ant scripts from within netbeans? ...

NetBean add library issue

I am trying to add a folder full of .jar files to netbean project library, but the netbean can not look up classes in the jar files within the folder, I don't want to add each .jar files individually, what should I do? ...