netbeans6.7

Open Implementation (type hierarchy) functionality in NetBeans?

When I have Java code like this: someInterface.someMethod(); how do I get Netbeans to show me which classes have implementations of someMethod() (not the interface). In Eclipse this is done with Ctrl+T, but pressing Ctrl+T on the method did nothing in Netbeans 6.5 and I can't where the type hierarchy functionality is in Netbeans 6.5....

What if I want to just group a bunch of files together in a project in Netbeans, but not specify a language per say?

I really just want to use Netbeans as an editor, and I want to be able to open a group of files with it. I don't really want any of the php/java/c++ functionality. (as I'm not really using that). Is there any sort of a "general" or "generic" type of project in Netbeans? ...

Gwt multiple entry point and NetBeans 6.7

I want to make an homepage with GWT that let the user log in and then I want to redirect the user to another page, that will show a table or something else (the real part of the webapp). This will also be entirely coded with GWT. Now, I'm programming with netbeans 6.7 and I don't know how to manage different entryPoint (the home and the ...

Getting Tomcat to play well with Netbeans 6.7 on Linux

I have an external Tomcat server configured to run J2EE applications on my development (Gentoo Linux install) machine. This works great if the server is started prior to opening Netbeans and deploying the code [within the IDE]. This fails when I try to restart the server or to debug the server application. The error I get is that it is u...

Netbeans 6.7 custom variable for ant task

Hi there! I've got a problem which I couldn't solve for a few days, please help me. I'd like to execute an ant-script within netbeans. the script needs a special classpath which a plugin/module made by myself puts into a "global-variable". The variable can be shown using the netbeans "Manage variables"-dialog. So it's working, I guess ...

Persistence.xml

When i follow restful project in netbeans then i get the error. SEVERE: Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare method java.lang.RuntimeException: java.lang.ClassNotFoundException: oracle.toplink.essentials.PersistenceProvider Caused by: java.lang.ClassNotFoundException: oracle.toplink.essential...

How to install glassfish into netbeans

Glassfish had already been into Netbeans. But i forgot the password and username. (it wasn't admin, adminadmin) So i reinstall to desktop. I followed glassfish configuration After that i tried to associate Netbeans and glassfish. first i create Netbeans 6.7.1 Tools/ servers / add Server / glassfish v2.1 server location is choosen where ...

Extendings ClassPath by NB global properties

Hi there! I need to run single file test of a maven 2 project (project A). The problem is that I need the full classpath of the parent pom (project B) of the named project to execute the test. When I run the single test, it fails because the classpath contains only the files referenced by project A. Solution in eclipse: I've started t...

In Ruby on Rails is there a way to view the properties of a model

I am using NetBeans to create my first Ruby on Rails application. Is there a way by which I can view all of the properties of a model? Should I just be looking in the database? ...

"Unable to resolve..." in NetBeans 6.7.1, Linux, C++

I am working with a small group on a C++ project in NetBeans. For some reason, NetBeans is reporting things like "string", "endl", "cout" as "Unable to Resolve" even though the correct libraries have been included. The project compiles and runs as expected, so at the end of the day, it is no big deal, it is just that having everything ...

Installing SwingX 1.0 to NetBeans 6.7.1

Has anyone successfully installed SwingX to NetBeans' Palette? I'm following the instructions in SwingX Wiki, but with some glitches: The components appear in the Palette, but their icons won't show up correctly. If I add the componets shown by "Show All JavaBeans" (instead of "Show Marked JavaBeans") in the Palette manager, then I get ...

Is it possible to make the auto-complete in netbeans not depend on a key-combination?

Is it possible to make the code-completion on Netbeans automatic, like on Aptana or Visual Studio? I've noticed that Netbeans can sometimes take a while to populate the list, so this might be asking a bit too much, but if possible, I'd like to somehow enable it. The onlything I've found in the options is the ability to set a custom key...

Is there a good Perl project plugin for Eclipse Galileo or NetBeans 6.7?

I tried to use Perl Editor and IDE for Eclipse, but I get failures on installation, and I haven't found anything for NetBeans other than a syntax highlighter (no way to execute or debug Perl from within the IDE and no way to make a Perl project). The error that I get when installing the Perl Editor and IDE for Eclipse is: An error occu...

In NetBeans, is it possible to reattach .form and .java files?

Somehow, my .form files and .java files for my GUIs built with the NetBeans GUI editor became detached and now appear in my project as two separate files. I'm not sure why this happened or how to correct it, but until it is corrected, I am not able to use the GUI editor to edit the files. I've already tried closing and reopening the pro...

Monitoring Java Heap Space in Netbeans

I want to monitor my Java Heap Space. Since i got the infamous Java Heap Space i raised the heap space. But i want to monitor how the need of space from my Application is. Additional Info (not sure if it is needed): -Using Netbeans for creating Webapps with Grails -Application Server is Glassfish and Tomcat ...

Launch XDebug in Netbeans on an external request

I'm using Netbeans 6.7 and XDebug to debug a PHP site on my machine, launching the request from within Netbeans (Project->Debug). This works fine, and is very useful. My question is: Is it possible to attach the debugger to any request that comes in, rather just those I launch from within Netbeans? ie, instead of clicking "Debug", pu...

ejb testing issues with netbeans and openejb

I have created a netbeans 6.7 EnterpriseApplication project with ejb and war modules with a test stateless session ejb with a simple sayHello() method. I also added the openEjb library in order to unit test the ejb. Everything runs fine except that I keep getting the following error: Testsuite: com.myapp.test.NewEmptyJUnitTest Apach...

Configuring Netbeans with JNotify

I'm trying to use the JNotify library along with netbeans, however I don't know the proper way to configure it. Everything I try, the lines involving jnotify (eg. import net.contentobjects.jnotify.*) are underlined in red. Google seems to show nothing helpful regarding netbeans with jnotify, although I assume it's something simple like a...

Weird System.out.print Behavior in Netbeans

I'm getting weird results from the System.out.print immediately below the Scanner declaration in the code snippet below. It seems like it's executing twice. I've debugged it and immediately after executing the print statement I get this in standard out: run: Input a freaking binary number: Input a freaking binary number: I added t...

Netbeans not copying source files to web folder

I'm using Netbeans to develop an HTML/PHP site and I have the Run Configuration set as follows: Project URL: http://localhost/JEB Project Folder: C:\Documents and Settings\John\My Documents\NetBeansProjects\JEB Source Folder: C:\Documents and Settings\John\My Documents\NetBeansProjects\JEB Web Root: The "Copy files from Sources Folder...