netbeans

Is it possible to run NetBeans and BlueJ on Mac OS X without incompatibility?

I would like to play around with the Java SE version of NetBeans on Mac, however I need to still have a running copy of BlueJ on my Mac for a school class. Is it possible to run the "JDK-only" BlueJ and the "Java SE" NetBeans together in harmony? ...

Netbeans "application/x-javascript" tags

I am using Netbeans to edit my HTML project. I have defined the project as a PHP project (although it is just HTML). The problem: Netbeans does not recognize this as Javascript: <script type="application/javascript"> or <script type="application/x-javascript"> As such it does not enable Javascript editing features. (Autocomplete a...

Definitive List of NetBeans Shortcuts

I'm looking for a list of helpful NetBeans shortcuts. Examples include: CTRL+clicking on a method to go to it's definition and using CTRL+Space for intellisense. Feel free to list your favorites here or send me a link(s). FYI - I primarily use NetBeans for PHP. ...

Netbeans Debugging Extension for Binary Data

I am writing a program that uses a binary protocol using Netbeans and I am finding its debugging tool irritating to use. When I bring up the visualizer for an array of bytes, it gives me each byte, individually, as a signed integer. I would love something like ghex, or any other nice hex editor. For the time being I've written a utili...

Setting Up Netbeans with MINGW on Ubuntu 10.10

i am currently trying to develop an JNI(Native) component for a Java application, I would like to compile my native components into a Windows DLL, however don't have the time to reinstall windows. is it was possible to set up MINGW with Netbeans so that i can use the IDE's functions to compile the DLL. Thanks Lee. ...

Using Hibernate+Derby in Netbeans module

Hi people, I am developing a Netbeans app/module and I like to use a Derby database in it. I created a separate library handling Derby communication (working well). Then I like to use this library in Netbeans module so I imported it as a wrapped library module into my Netbeans app. When compiling I get following warning: Warning: xyz.z...

netbeans subversion cleanup button

There is a cleanup button in svn-workbench Using it + update we can usually fix some svn bugs (for example "... is not a working directory") I cant find this function in netbeans: context menu -> subversion and in the team -> subversion where is it? upd: I have not in the context menu "Cleanup Working Copy" item (netbeans 6.8 under u...

netbeans java code review plugin

Do you know of any java code review tool with a netbeans plugin? ...

A windowClosing event for a Java jdesktop FrameView?

I am trying to write a GUI application using NetBeans, and I am getting increasingly tired of it.. I constructed a "Java Desktop Application" using NetBeans. It creates the main form as a org.jdesktop.application.FrameView descendent. I would like to know what is the proper way to add some code that is executed when the form is closed. ...

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. Any help is appreciated. ...

NetBeans 6.9.1 Java Application won't compile/run

I just downloaded the latest version of Netbeans - 6.9.1. I've been using 6.8 for some time for my PHP and HTML development on websites and whatnot. My business partner needs a cross-platform desktop application developed and so I figured that Java would be the way to go. Here's my problem - I downloaded the 6.9.1 version of NetBeans wi...

Modification of NetBeans Ant build script

I have an project in NetBeans. I made some preparations to make database migration easier, and I put all things related to migration in one folder in root of my project. Now I want to make this whole directory included in the distribution jar or war. I deducted that i have to modify the ="-pre-dist" target, but I not very familiar with...

How to calculate line count for "Java Project"

How to calculate line count for "Java Project" ? I'm using Netbeans 6.9 Thanks in advance ...

how to stop adding tabbed panel within a tabbed panel in Netbean IDE 6.8.

how to stop adding tabbed panel within a tabbed panel in Netbean IDE 6.8. i want to add a frame in a tabbed panel but whenever i do, it creates another tabbed panel frame in that main tab. what should i do? plz help thanks. ...

change maven j2ee deploy name

hi, I'm developing an app in maven and it's deploy name is concatenation of artifactId + "_" + groupId + "_" + "packaging" + "_" + version which is pretty ugly. And I'm lookuping for an EJB and I would need to change the uri after eventual version change. Do you know how to change this deploy name? I'm deploying it via netbeans. ...