netbeans6.8

how to build dll files in netbeans using ms vc++ compiler ?

i tried using cygwin gcc compiler along with netbeans to create dll files it seems there is an issue in the generated dll file. if i use the ms vc++ compiler and do all compiling on command line its runs file, but i dont know how to integrate ms vc++ tools in netbeans ... can anyone help me on that ? thanks jay ...

How can I create a class diagram with NetBeans' 6.8 UML module?

It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin installation necessary or sth. like. Read my post where I found a zip file to install the UML module. And now, after this procedure, I got the UML module back, but it seems to me that I cannot create...

Netbeans 6.8 the breakpoint icon isn't a pink square but a vertically cutted in half pink square

Hi, im using NB 6.8. When i add a breakpoint an icon is added next to the line of code. But that icon is not a pink square but a vertically cutted in half pink square. Is this the new icon that symbolizes the breakpoint (i expected a non-broken pink square) ?? Bye Javi ...

configure gdb compiler in netbeans6.8 in linux platform

hi guys, i have a small problem.can anybody say how we can configure gdb compiler in netbeans6.8 in linux platform. thanks in advance. ...

Why doesn't my JavaBean icon display?

I'm using Netbeans 6.7.1 on Windows Vista, I've got a JavaBean component that works as it should and this has an associated BeanInfo class where I've set Icon 32x32 Color property to a 32x32 gif file located on the classpath. I've also set the 16x16 Color property similarly. I've added the bean to the palette but the icon displayed is t...

Netbeans Ruby on rails autocomplete does not work as expected

I am using Netbeans v6.8 on Ubuntu 9.10 for Ruby on Rails development. My problem is that autocomplete works very inconsistently. For example, when I hit ctrl+space after typing "File.", I get all the methods neatly defined at the top in bold that can be called on the class. This list is demarcated and followed by all the other hundreds...

Is it possible to run the Android emulator as root from NetBeans on the Mac

I have installed NetBeans 6.8 on my Mac OS X (Leopard) system and use the Kenai plugin for this platform to create an Android application. The trouble is that I cannot run the Android emulator from NetBeans logged in to the Mac as a normal user. I can run the emulator from the command line and the Eclipse environment when logged in as ...

Netbeans 6.8 Tree & editor hints not in sync with build

I'm having two nb-projects. One nb-project(a) has the other nb-project(b) as a library dependancy. Now both nb projects compile/build fine, but the hints for (a) are out of sync. This interferes when i want to run/debug saying 'one or more projects were compiled with errors' I've tried opening/closing both projects and recompiling ...

sHow do I add external JAR files in a Web Free Form Application in NetBeans?

I have a Red5 application that i want to work on using NetBeans 6.8. I know I can use a web Free-Form Application, the only problem that I'm having is to add external jar files. When I go to the project's properties, Where exactly do I add the external jars that I need in order to properly compile the application? update i think th...

Netbeans Intellisense for Rails

Has anybody figured out a way to make the Netbeans intellisense for ruby and rails better? It either has too many options in the list (which I understand is a problem since it is a dynamic language). Or it has no options in the list, as if it is not dynamic enough to find everything. Are there any hacks to make it better, or is this j...

netbeans: can netbeans auto-build java free-form (ant) projects ?

Hiya. after every save i need to right click on the project in the project browser and click on build. is there a way to configure netbeans to auto build the project when i save a file in the project? ...

PHP Netbeans 6.8 subversion integration (Windows 7)

I am using Netbeans 6.8 for PHP (under Windows 7) and the subversion integration doesn't work. I am able to checkout a module but I don't see the subversion features in the menus or the outine in the editor left margin that shows the changes in the files. I am using it under Ubuntu with no problems. Did any of you experimented the same ...

Adding more source folders to a NetBeans PHP project

Is it possible, with or without plugin, to add more source folders to a PHP project, just like in a Java project? I have downloaded and tested the Java version of NetBeans, and there is clearly possible to add more source folders. But not in the PHP version? ...

Following the netbeans 6.8 JSF tutorial, form not displaying

As per title. I'm following the JavaServer Faces 2.0 tutorial (found here) - search for "To declare these components" to find roughly where I'm at. Everthing works up until a certain point, however when I'm told to comment out the html form component, and uncomment the JSF form component, nothing displays. If I recomment out the JSF fo...

Why Java Jbutton is not calling JFileChooser correctly?

The following code was generated automatically by Netbeans 6.8 Mac version public class fileBrowser extends javax.swing.JPanel { /** Creates new form fileBrowser */ public fileBrowser() { initComponents(); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The co...

How to run nosetests from netbeans?

I recently started using netbeans for python development and really like it. However, the test runner in netbeans does not run my doctests, nor does it run my test functions written using nose. I always have to switch to the shell and run 'setup.py test' or 'nosetests' manually. Is there a way to integrate this into netbenas 6.8? ...

Help me configure Spring-2 in netbeans6.8 step by step

Hi Sir , Can Ony one help me to configure Spring2.0 and netbeans 6.8 step by step and also give me small demo example Thnks. ...

How to use Java and NetBeans to display data as an image

I am new to Java and NetBeans but have experience in C/C++. I will be working on an application which will have an area to display an image. The image will be created in memory as an array of unsigned bytes and considered to be monochrome. I'm looking for a tutorial or examples of displaying data like this as an image. (The data wi...

netbeans 6.8 and zend framework

hello i installed netbeans 6.8 but in php framework list it dose not show zend framework , should i config it? how? same this one : http://blogs.sun.com/netbeansphp/entry/zend_framework_support_added any one may help? ...

How to send attribute from Database to dJ to make Report

/* * DynamicJasper: A library for creating reports dynamically by specifying * columns, groups, styles, etc. at runtime. It also saves a lot of development * time in many cases! (http://sourceforge.net/projects/dynamicjasper) * * Copyright (C) 2008 FDV Solutions (http://www.fdvsolutions.com) * * This library ...