netbeans

How can I uninstall NetBeans on a mac?

I currently have NetBeans 6.5 installed on my mac running leopard. I searched Google on how to uninstall it and the NetBeans website says to right click on it, select "Show Package Contents" and the uninstaller should be there, but it isn't. How can I completely uninstall NetBeans in this situation? Thanks! ...

how can you view or edit a database created in netbeans?

i'm using Netbeans 6.5 for RoR development. I believe my sqlite3 DB is out of synch with rails migrations. how can I view and manipulate the database (through netbeans or command line)? ...

How do I get a JList in netbeans to grab data from a vector in my model?

I'm a fairly experienced Java user, but I've just started trying to use NetBeans to build a GUI. Previously I coded GUIs by hand, but this is a bit of a bigger project. Anyways, I have a Vector in my model (MVC design), and I want to make the list populate with elements in my vector. I know how I'd do this by hand- I'd initiate the li...

Getting netbeans more eclipse-y

Hi - I'm a long-time eclipse user looking to use netbeans now that I've tried netbeans out a bit. I mostly like what I see, except there's a few aesthetics missing. Anyone have ideas on if the following are available in NetBeans?: Eclipse highlights modified & inserted lines in the left margin / gutter Eclipse highlights the currently...

Netbeans Glassfish giving 404 on webservice, but not a JSP page.

...

indexing and searching contents in project folder

Hi, Every time I try to find out a variable or string or some text in my codes (in project folder), I am in trouble. It seems I don't know easy techniques to do that. I was wondering if there is any tool which indexes a specified folder (in my case project folder) and updates in real-time (with updating codes). Also any string can be se...

How can I terminate a running Maven build in NetBeans?

If I run a Maven build in NetBeans which starts a long-running Java process (for example a HTTP listener or a JMX agent), terminating the process seems to have no effect. So I have to restart NetBeans and terminate the processes manually. I am using NetBeans 6.5 and 6.7 RC 1 on Windows XP and Vista. ...

Available NetBeans tools for JavaServer Faces (JSF/Facelet) support

Which NetBeans plug-ins or tools would you recommend for JSF development? ...

Simultaneous Java and Scala development within the same project

I want to leverage the Scala's Actor Framework while I develop the user interface in the familiar Swing way. Is it possible to have a mixed Java - Scala project in Eclipse, NetBeans or any other IDE? ...

Embedding a JPanel in a Frame

I created a Java application in NetBeans which consists of a bunch of components on a JPanel. I know want to embed this application on a frame which will be a completely separate application. I can't seem to be able to do this...any suggestions? ...

Testing the Ruby on Rails weblog(netbeans edition)

I recently started learning ruby on rails. I completed the weblog walkthru(links below) and want to make tests for it. I took this functional testing from the video version of the weblog demo. Now i want to make this testing work for the netbeans edition, which actually is structured differently in terms of how the comments relates to th...

Netbeans / persistence API error

I am following this tutorial, I'm using netbeans 6.5.1 http://www.netbeans.org/kb/docs/java/gui-db-custom.html When I get to the part where I create the "new entity class from database", which is in the "Customizing the Master/Detail View" section of the tutoiral. I can't ever compile because I get this error in the task list (and I ge...

HTML templates in NetBeans

Is it possible to do template layouts which you can assign to all your pages within NetBeans. (The equivalent to Dreamweaver templates) Please note this is a PHP Project Thanks in advance! Any takers on this one? ...

Netbeans runs all my projects

Hi! I'm using Netbeans 6.5.1 (tomcat 6.0.18 included) I've developed many webapp projects on netbeans. I created a contextlistener for each webapp which prints "Hello World! this is <>" in contextInitialized method. Whenever I click "Run main project" button (or click-right-mouse-button over a project and select "Run") I can see in tom...

jsp:include in netbeans

I'm using JSF in NetBeans. All I want to do is to include a page within another page. But whatever I tried, and when I run the main page, I get no error but I can't see my included page in a main page. Why? My main page is: <jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xm...

Netbeans + project groups: how can I tweak, where Netbeans stores information about created project groups?

When coding, I use Dropbox to sync folder in which I keep my projects between 3 computers. I use Netbeans as an IDE, and so - I create project groups very often. While creating them, I usually choose "Folder of Projects" option, so it includes all projects found in specific folder. Is it possible to tweak Netbeans, that it would stor...

netbeans adding framework

i'm a new netbeans user. i'm trying to make a new project, and add a few frameworks. the status bar just sits at 75% when "Adding selected frameworks". Anyone have any experience with this? Thanks ...

GCC C++ "Hello World" program -> .exe is 500kb big when compiled on Windows. How can I reduce its size?

Hello, I just recently started learning C++ - I am using nuwen's version of MingW on Windows, using NetBeans as an IDE (I have also MSDN AA Version of MSVC 2008, though I don't use it very often). When compiling this simple program: #include <iostream> using namespace std; int dog, cat, bird, fish; void f(int pet) { cout << "pet i...

Have a jcombobox filter a jtable

following this tutorial http://www.netbeans.org/kb/docs/java/gui-db-custom.html#enhancements it shows how to use a textbox to filter out the master table. Could anyone instruct me on how to do a similiar thing but use a dropdown to test against a specific column? (ie a dropdown of countries, to filter by the country column? thanks ...

problems with shared project in netbeans

Hi I work with my student group on a project : We have some problems sharing our project. There are 2 files that we have to modify everytime : project.properties private.properties The Problem is, that we use librarys and they are relative paths to our hard drives. so when we check out : we have to modify these files to get the pro...