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!
...
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)?
...
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...
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...
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...
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.
...
Which NetBeans plug-ins or tools would you recommend for JSF development?
...
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?
...
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?
...
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...
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...
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?
...
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...
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...
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...
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
...
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...
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
...
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...