netbeans6.8

GlassFish v3 Domain Server cannot start. Port is occupied.

I imagine this is a pretty generic error. I cant seem to find any documentation on it. I am simply attempting to run a java web project with jsp's and beans... using netbeans 6.8 on windows xp. Thoughts? apologies for such a newb question. -Kirb ...

Netbeans: "Run -> Test Project" doesn't do anything.

Hello, everyone! I have many JUnit tests, which are all created by Netbeans' assistant (so nothing customized). I can run every test manually by doing "Test File" (Ctrl+F6). But when I use "Run -> Test Project", the message "No Tests executed" is displayed. Do I have to register every JUnit test somewhere? Or what could be the problem...

How to access database of jasper server via API?

Can we access Database of Jasper server through its api? And do that allow us to make run time report? IF so how can we do that? Kind regards Sundhas ...

Using Windows header files within Netbeans 6.8

I'm trying to make an windows application within Netbeans. When using Visual studio it is no problem to use files like tchar.h I have receaved a basic file structure containing those and I'm trying to get them to work on Netbeans IDE but it seems that Netbeans won't allow using files from Visual Studio. I have tried to add the tchar.h ...

AccessControlException when trying to redeploy webapp to Tomcat using Netbeans

I'm getting the following error trying redeploy an webapp on Tomcat from within Netbeans 6.8. It has probably something to do with the new deploy on save and hot swap functionality. Any ideas how to resolve this issue? INFO: Error registering wrapper with jmx StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CubeAdSaSim2...

STL namespace problem in Netbeans 6.8 on AIX

I'm trying to use NetBeans 6.8 on an AIX OS for C++ development. I continue getting an error message for: using namespace std; even after adding the includes for the STL via options -- c/c++ -- code assistance The error says: "Unable to resolve identifier std" Is this a bug in the Netbeans 6.8 AIX version? Or am I missing som...

How to have CVS files in different directory than source files in NetBeans?

I have a project in NetBeans which haven't used CVS until now. Let's say the directory with source files is called /www/source_files and directory with project files /www/project_files. Module in repository is called differently than source files directory. When I'm trying to check out CVS, it forces me to create a directory called exact...

Unable to reference Hibernate 3.2.5.ga javadocs within NetBeans 6.8

How can I make the Hibernate javadocs available within the NetBeans coding window. I have followed these steps so far and the javadoc fails to appear Select Tools\Libraries Select Hibernate Select the Javadoc tab Select the Add ZIP/Folder button Selected the jar file ...

Where do I localize strings in some of the menu items with Netbeans?

So I made a standard swing application in Netbeans 6.8 but I can't find where the resource file that defines the localized string for the Exit menu item under File. It doesn't seem to be defined among the resource files in <project>/resources. Is this a standard string somewhere or am I missing something? ...

Problem compiling c++ in CodeGear

I have written a C++ program for a University assignment. I used Netbeans 6.8 running on my Mac and the code runs smoothly, no warnings, errors or problems/bugs. However when compiling and running on a Windows computer using CodeGear RAD Studio 2009 (C++ Builder) am getting several errors. [BCC32 Error] main.cpp(51): E2094 'operator<<' ...

how to change swing look and feel in netbeans

i am new to netbeans ide , i have a swing desktop application and i want to change the default java look and feel (for it) to substance look and feel ( or other) , so how to add substance jar file to my project (i want to deploy the project to jar file) , and set a look and feel from it . thanks ...

In Netbeans 6.8 cant find org.netbeans package

I have netbeans 6.8 with java ME platform setup on my ubuntu 9.10. My code requires the package org.netbeans.microedition.lcdui which is either not installed or not in the path. Surprising this runs perfectly in netbeans 6.8 on windows on my friend's pc. Is there any java ME plugin I need to install? Can somebody help me out with this? ...

Why is Netbeans + Xdebug showing repetitive results in Variables pane?

I just started using Netbeans to debug PHP apps, but when I inspect any object it has the CLASSNAME printed over and over, making it very difficult to understand the contents of an object. See the image below to see what I am talking about. Anybody know what is going on? Here are some details that might be important... Netbeans versi...

NetBeans PHP run configuration: how can I omit the doc-root folder?

So I have this project in PHP where I have some include files next to the wwwroot (or doc-root) folder instead of under the wwwroot folder. I need however to run/debug this project. in the project properties I can select a index file (index.php) but it's under the doc-root folder, so the Project URL makes http://myprojectmachine/doc-root...

Netbeans platform projects - problems with wrapped jar files that have dependencies

For starters, this question is not so much about programming in the NetBeans IDE as developing a NetBeans project (e.g. using the NetBeans Platform framework). I am attempting to use the BeanUtils library to introspect my domain models and provide the properties to display in a property sheet. Sample code: public class MyNode extends ...

NetBeans 6.8 doesn't detect installed Rails on Ubuntu

Hi to everyone! I use Netbeans 6.8 with Ror. If i click "AutoDetect Platforms" , IDE detect Ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux], but when i try to create RoR project, it says that Ror not detected.What could be wrong? ...

How do I specify the PATH in NetBeans?

When running Ruby code on NetBeans (like when running the tests) I'm having some failures because a program is not being found. That program is installed somewhere in /opt and while for the shell I get that added to my PATH, it seems NetBeans is not getting it. How do I specify the PATH in NetBeans? ...

How to disable code completion in NetBeans on Ruby

How do you disable code completion in NetBeans on Ruby? ...

How do I set up Scala plugin for NetBeans to copy the Scala runtime library?

Versions: NetBeans 6.8, Scala Kit 0.16.1 When I compile my project, I get the following output: init: deps-jar: Compiling 2 source files to F:\MyProgramming\NorvigSpellChecker\build\classes compile: Created dir: F:\MyProgramming\NorvigSpellChecker\dist Building jar: F:\MyProgramming\NorvigSpellChecker\dist\NorvigSpellChecker.jar Not co...

mac, netbeans 6.8, c++, sdl, opengl: compilation problems

Hiya. I'm trying to properly compile a c++ opengl+sdl application using netbeans 6.8 under Snow Leopard 64-bit. I have libSDL 1.2.14 installed using macports. The script that I try to compile is the following: #ifdef WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #endif #if defined(__APPLE__) && defined(__MACH__) #include <Ope...