Tagged Questions

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Groovy, C, C++, Scala, Clojure, and others. The NetBeans IDE 7.0 no longer supports Ruby and Ruby on Rails. The NetBeans IDE ...

learn more… | top users | synonyms (1)

9
votes
6answers
8k views

Java - Leaking this in constructor

I'd like to avoid (most of the) warnings of Netbeans 6.9.1, and I have a problem with the 'Leaking this in constructor' warning. I understand the problem, calling a method in the constructor and ...
8
votes
1answer
2k views

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 ...
5
votes
9answers
2k views

Working IDE for Rails3 on Windows

I´m having a hard time configuring NetBeans for Rails3 in Windows. I got a lot of problems, many o then reported even here. So my question is: which of the following IDEs are best situated for Rails3 ...
5
votes
1answer
2k views

Rails on Netbeans: Uncaught exception: no such file to load — script/server or script/console

I'm trying to initiate a Rails 3 console from Netbeans 6.9.1 (just upgraded) and fail with Uncaught exception: no such file to load -- script/console The debugger fails as well on a similar error ...
4
votes
2answers
5k views

JAX-RPC support in Netbeans 6.9.1

I am trying to generate new Web Service Client. When choosing Client Style to JAX-RPC Style I get a notification from Netbeans: "You must download JAX-RPC support plugin to create a JAX-RPC Client". ...
3
votes
1answer
207 views

“cannot access java.lang” - Error in Netbeans 6.9.1

This is driving me crazy: In Netbeans (6.9.1 on a 64bit Windows 7) with JDK 6 correctly installed, the Editor shows this Error at package my.package.name: cannot access java.lang Fatal Error: ...
3
votes
1answer
994 views

Installing SwingX in Netbeans

I have problem installing SwingX in my Netbeans IDE. I want to play with JXPanel and related components but i could not get right library and get it going. I tried to download swingx.jar but there is ...
3
votes
1answer
255 views

JAXB unmarshalling to entities

I am working on a project involving an XML stream and converting that data to persisted data in my Database. So far I have gotten to the point where I can consume my webservice, I generated some JAXB ...
3
votes
1answer
1k views

Error with NetBeans Android plugin

I am currently developing an Android app and i am using Netbeans 6.9.1 and nbandroid 1.0 beta. I have installed Android SDK and configured everything but when i create a simple project and try to ...
3
votes
1answer
266 views

Netbeans: Automatically Select Current File in Projects

How can I get Netbeans to automatically select (highlight) the currernt file in the Project window? Whenever I select a file in an editor tab I would like the project window to move to that file ...
3
votes
2answers
438 views

How can I change the source folder for a PHP project in NetBeans?

I'd like to change the Source Folder for a PHP project that I have set up in NetBeans 6.9. It doesn't look like NetBeans offers any easy way to do this. Does anybody know a way to make this happen? ...
3
votes
1answer
762 views

Ant, NetBeans Platform project - how to pass command line arguments and access via System.getProperties?

All, I have a NetBeans Platform project (not just a project I wrote in NetBeans, but one using the rich client framework provided by NetBeans). I can run the project via an ant run command. Now, I ...
3
votes
1answer
308 views

How to run only one test in TestCase in NetBeans PHP?

I can run all tests for current file, but how to run only one test?
3
votes
1answer
181 views

netbeans custom jax-ws stubs

I am using netbeans 6.9. I have made a JAX-WS service that returns a complex type, I have also made a JAX-WS client to consume it. The JAX-WS system automaticly creates a class for the client, ...
3
votes
2answers
668 views

How to fix rails 3.0.1 on Netbeans 6.9.1 for Ruby 1.9.2

I have Mac os 10.5.8 and Ruby 1.9.2p0, Rails 3.0.1, Netbeans 6.9.1 installed. When i run the project by creating it from existing source code, it says Error opening script file: ...
3
votes
1answer
784 views

Change JRE in NetBeans project

I have a NetBeans project which is using the JRE 1.4 environment which means I can't use generics. How can I change the project to use 1.6 (?) so I can use generics. Appolgies for the newbie ...
3
votes
2answers
312 views

Ada with Netbeans

I downloaded the Netbeans plugin for programming with Ada. However, I dunno how to link the Eclipse to the Ada platform library. What should link to the IDE ? lib,etc,bin ? I dunno what what to do. ...
3
votes
1answer
3k views

Uninstalling Netbeans 6.9 on windows 7 (can't uninstall)

I try to uninstall the Netbeans IDE. for some reason it refuses to uninstal. when i run the uninstaller for the the control panel i get a message saying: "the installer lock file exists at ...
3
votes
3answers
326 views

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 ...
2
votes
2answers
57 views

Why do key bindings die?

This application needs to send a motor move command when a GUI button or an arrow key is pressed and a motor stop command when the GUI button or an arrow key is released. These bindings work fine for ...
2
votes
0answers
37 views

subversioning issues in NebBeans 6.9

I am using NetBeans IDE 6.9. I am getting problems with my Netbeans SVN plugin. I am getting this error when trying to update or show changes. org.tigris.subversion.javahl.ClientException: RA layer ...
2
votes
3answers
359 views

Can't create PHP project from SVN Repository with Netbeans 7.0.1

I'm trying to create a PHP project from SVN Repository with Netbeans 7.0.1 but I can't. Context: There are three users, two uses Macs and I'm using Windows 7 64 bits. I needed to add ...
2
votes
1answer
106 views

JToolBar Look & Feel in Swing

I'm developing a Swing based application in which I want to add JToolBar with images in JButton but it's not looking good. JToolBar is having some dots at the starting part. How can I get rid of ...
2
votes
6answers
84 views

Unknown while loop usage

This page a user must choose between one of 2 checkboxes 5 times. So I wrote this: if (box1a.isSelected() == true || box1b.isSelected() == true) { if (box2a.isSelected() == true ...
2
votes
1answer
1k views

netbeans 6.9 rake error on Ubuntu 11.04

Each time I try to run a brand new rails project in Netbeans I get the following error: "Could not find rake-0.9.2 in any of the sources (Bundler::GemNotFound)" What's happening? P.S: I already did ...
2
votes
3answers
781 views

What project type to use in Netbeans for Javascript/HTML/CSS application?

According to the Netbeans site (http://netbeans.org/features/javascript/index.html), Netbeans can be used for "Developing with HTML, JavaScript, and CSS". However, the IDE does not ship with a project ...
2
votes
1answer
132 views

JTabbedPane: How to restrict user from moving out of current tab

How can I restrict the user from going away from the current tab. I need to show a confirmation message to save/discard changes before leaving the current tab. How can I implement this functionality ...
2
votes
1answer
256 views

Using kenai plugin for netbeans which operates the Google application engine

using NetBeans 6.9.1 using Google App Engine plugin for NetBeans from Kenai I did exactly the same as shown on this video tutorial: http://www.youtube.com/watch?v=kAhaDNs87sc For some reason ...
2
votes
1answer
116 views

Compling C code in Netbeans IDE 6.9.1

Can anyone give me step by step tutorial on how to use netbeans to code and compile C code? Also i have dev cpp but the formating is sick. GCC is what i use. Thanks much
2
votes
2answers
4k views

Android on Netbeans 6.9.1: Package name not valid

I am new to Android Development. Actually, I haven't started yet because I always get the error: "Package name not valid" when trying to create a new Project in Netbeans 6.9.1. I've installed Android ...
2
votes
3answers
1k views

how to use log4j with Netbeans 6.9.1 for Java desktop application

I am trying to use log4j for my Java desktop application that i am developing using Netbeans IDE 6.9.1. I have log4j.properties file in META-INF folder for logging during development. I also tried to ...
2
votes
1answer
199 views

Why Netbean ignore PHPUnit testsuite from the XML config?

I've setup netbean to use my config.xml file, and it works well except for the testsuites part that is completly ignored by netbean. It look like netbean try to execute this command: phpunit -c ...
2
votes
2answers
322 views

Php code beautifiers Zend Framework net beans

Are there people over here who have experience with any code beautifiers in Net Beans 6.9.1 that comply with the Zend Framework coding standarts?
2
votes
1answer
793 views

NetBeans + GWT 2.2.0 + Maven compile problem

I'm trying to create a Maven Web Application project with Google Web Toolkit in NetBeans 6.9. I've followed the steps shown on this video: http://www.youtube.com/watch?v=M-iVZ5TJ21w After creating ...
2
votes
1answer
379 views

JUnit: Run simultaneous tests

I am still fairly new to Java programming and to JUnit testing. I use NetBeans 6.9.1 which comes with junit-4.5 (but I have added junit-4.8.2 to my library). I have a number of test classes and in ...
2
votes
0answers
750 views

HIbernate - “A Foreign Key referring <table1> from <table2> has the wrong number of column. Should be 2” error

I've been searching for the solution to this question for a while now. I have found a few threads talking about many-to-many relationships causing this issue, but I don't think that applies to my ...
2
votes
4answers
2k views

How to set action for close button?

I've created a stand-alone java desktop application in Netbeans 6.9. I want to set the action for the close button of my application. I want to know how and where to set the code for the action of ...
2
votes
4answers
121 views

JAVA - Is there a log/whatever file for client-server interactions/connections?

I have a client-server application that interacts with a database that stores doctors, patients etc. The purpose of this application is to set up appointment at a doctor's office. Here's my ...
2
votes
1answer
387 views

Netbeans - input.hasNext() does nothing upon hitting ctrl+z

while ( input.hasNext() ) { i = input.nextInt(); //System.out.println(); System.out.print("Bla: "); } this was just a test app/code. When I ...
2
votes
2answers
434 views

Are there any hidden code formatting settings for Javascript in NetBeans?

I do PHP/Javascript development in NetBeans, and I really like the environment, except for one thing - in Javascript, when I press ENTER after a statement, and type the opening brace, it is indented. ...
2
votes
2answers
1k views

JPA 2.0 (logging and tracing through) with Glassfish 3.0.1 and NetBeans 6.9.1:

I am using JPA 2.0 (EclipseLink provider) with Glassfish v3.0.1 and NetBeans 6.9.1 and am NOT able to see the queries and other logging information from JPA 2.0. Essentially I want to be able to see ...
2
votes
3answers
1k views

Does Netbeans version 6.9.1 support SOA plugin?

I need to create a BPEL project but I can't find SOA plugin to install it. Can someone tell how can I add SOA plugin to my Netbeans version?
2
votes
2answers
1k views

Checkout from subversion and discard actual local changes in NetBeans

So I'm working on a project that is hosted on Google Code. Sometimes I use my desktop, other times I'm not home and I want to work on my laptop. To ease the development, I use subversion. To tell my ...
2
votes
2answers
2k views

Persistence object cannot find persistence unit from persistence.xml

Environment: Windows 7, NetBean 6.9 (the one including GlassFish v3, Java EE 6), MySQL server I've created tables in MySQL database and using NetBean's capability by right click on the project and ...
2
votes
4answers
1k views

Unknown entity bean class after hot deploy: netbeans 6.9 + glassfish 2.1 + eclipselink jpa 2.0

When I deploy my app, it works perfectly until I make a change, save, and netbeans hot deploys the application. At this point I get an unknown entity bean class error on a class that has the @entity ...
2
votes
2answers
180 views

Running Ruby Koans in Netbeans 6.9.1

I'm very new to Ruby, and currently running through the Ruby Koans to get a better feel for the language. My IDE is NetBeans 6.9.1. I have created a new Ruby project from existing source, and ...
2
votes
1answer
6k views

netbeans 6.9 UML support?

is there a simple way to have UML with Netbeans 6.9 or it's easier to roll back to Netbeans 6.7 witch worked great? Thank you!
2
votes
1answer
84 views

Running scripts on source upload

I'm using Netbeans 6.9 to develop PHP code; testing happens locally on my PC (XAMPP); once done code is uploaded using Netbeans upload facility to the production web server. I recall reading about ...
2
votes
1answer
695 views

Zend Coding Standard in Netbeans

How to configure Netbeans PHP to follow Zend Coding Standard? I'm struggling with this quite a while, and still get phpcs errors on multi line function arguments. Would you share your settings?
2
votes
0answers
224 views

Restore capability (plugin?) for NetBeans 6.9.1 after crash?

NetBeans 6.9.1 is the first version I've used that is only mostly stable (x86-64 Linux box). I find that I am missing the "restore" features found in word processors and web browsers--upon a crash, ...

1 2 3 4 5 7