netbeans-6.9

Debug Applications in JavaFX Mobile Emulator

Is it possible to debug application that is running in JavaFX Mobile Emulator? Would it be possible to enable logging on apps that are running on JavaFX Mobile Emulator? if so how? ...

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, you only lose a small amount of unsaved work. Is there anything like this available for NetBeans? These are workarounds that I do not cons...

Netbean 6.9.1 library problem

I have just upgraded to Netbeans 6.9.1 from Netbeans 6.8 and the following problem arose what was not there in Netbeans 6.8: I have an own project jar (let's name it alma.jar) that is used in several other project. Some beans from alma.jar also appears on the Palette. alma.jar is in the dist folder of the alma project and all the other ...

setting up opengl and glut on windows 7

I am new in opengl and glut. i have cygwin and netbeans installed on my computer working compatibly. I want to set up opengl and glur and bind those to my c/c++ projects in Netbeans? However, I couldn't find a way how to set up opengl and glut on w7. Any help ? ...

Having Netbeans autodeploy war file to tomcat

Greetings all Currently working on assessing a project, and wondered if there was a way to have it so the war file generated whe the project is built can be autodeployed to a specified directory to be used by tomcat. I'm using netbeans 6.9.1 on ubuntu 10, with tomcat 6, and while I figured there was a way to do this in the application, ...

NetBeans and Android image

New to Android development and have decided to use NetBeans 6.9.1 as my IDE. So far the process has been somewhat painful, but I'm getting things rolling. However, I am creating an ImageView subclass for my first custom View and I can't figure out how to add my Box.png file to the project. Drag and Drop doesn't work, there are no righ...

Netbeans 6.9.1 installation error : "No compatible JDK was found."

I'm trying to install Netbeans 6.9.1 in my Ubuntu 9.04. But when i run the script ./netbeans-6.9.1-ml-linux.sh The installer GUI displays the error "No compatible JDK was found." And asks for the installed JDK path in next window. Please help me on how to proceed. Thanks in advance. ...

Zend Coding Standard in Netbeans

Hello, 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? ...

Using Netbeans Swing UI Builder with an eclipse project

Hi All, I have an eclipse based Swing project and want to import that in Netbeans. the latest version 6.9 of netbeans does provide import of eclipse project, however the GUI builder does not act on the java files .Thus, we can't do a preview for the Swing UI for the imported project. Is there a work around for this ? thanks in advance d...

Is there a way to make Netbeans file uploads not fail on a single error?

Is there a way to make Netbeans's FTP uploads less error sensitive(reconnect and retry on error)? It is simply unable to handle large amounts of files. If I upload 1000 files and there is some sort of failure at the 400th file, it will fail for the rest of the files, and it will not record the files that failed. So I will have to upload...

Creating entities from a postgresql 9.0.1 database with Netbeans 6.9.1

Basically it doesn't work ... I can install the jdbc driver for pg 90 in netbeans and browse the database, issue sql commands etc. But creating entity beans from the tables via the same connection does not work, Netbeans can't find any tables in the database. Do I have to downgrade to pg 84, or are there some tricks to make it work? ...

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 passing "this" is dangerous, since "this" may not have been fully initialized. It was easy to fix the warning in my singleton classes, because...

Connection to remote database via tunnel (using netbeans)

To get access to the remote oracle database, there has to be an open tunnel towards an allowed server that has access to the restricted ones (remote oracle database), giving the impression that the workstation is allowed to database directly. DIAGRAM :: Workstation --> allowed server (IP) --> remote Database. We can make such ...

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 c:\users\user.nbi.nbilock" when i remove the file i get a message saying: "the specified target component -nb- base/6.9.0.0.0 was not found in the...

How do I associate files with no extension with a File Type in Netbeans 6.9

I have tried adding a file type with an empty string, but it requires at least one character. ...

Can I edit java sources on oracle database with Netbeans?

Hi! While exploring my database in Netbeans I could only see Tables, Views and Procedures in schema tree. So these are the only types of objects that it could explore? What about Java sources and java classes at least? ...

Rails installation fails in netbeans 6.9.1 IDE, in Ubuntu ?

I,m getting the following error:- ERROR: Error installing rails: i18n requires RubyGems version >= 1.3.6 These the gems and ruby version installed in my system. :~$ ruby -v ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-linux] :~$ gem -v 1.3.7 :~$ rails -v Rails 3.0.1 :~$ ...

Can I work with rails3 in Windows with NEtbeans IDE ?

I believe that rails 3 support for windows is not released yet. Can I use Netbeans IDE and start working with Rails 3 in windows operating system ? ...

Error building/compiling open-source J2ME 'ajax' request (wrapper) library for making ReSTful api calls

I downloaded an opensource project from https://meapplicationdevelopers.dev.java.net/source/browse/meapplicationdevelopers/demobox/mobileajax/lib/request/ When i try a Clean and Build from Netbeans, it results in this error message: Problem: failed to create task or type nb-prep Cause: The name is undefined. Action: Check the spelling. ...

What javac is Netbeans using?

My work project needs to be compiled and run under JDK1.5 and I'm on a Mac. I followed the instructions here to get 1.5 back on Snow Leopard, and it works fine when building from IntelliJ IDEA, or if I'm just in the same directory as the build.xml and try "ant CleanRebuild" When I "Run Target" in NetBeans they're all compiled with the ...