netbeans

Package Beans does not Exist

I am a .NET developer dabbling into the JSP world. I loaded NetBeans 6.5.1 and get an error in this page: <%@page import="java.io" %> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "w3.org/TR/html4/loose.dtd">; <html> <head> <meta http-equiv=...

Running Tomcat from NetBeans

Hi, I have installed Apache Tomcat and then I installed NetBeans. Then I added the Tomcat instance to NetBeans servers. Whe I try to run the server from NetBeans, something goes wrong.. Server starts and is running, but NetBeans does not know that and waits for the server to start forever (until a unsuccesfull message is displayed). I ...

What Happened to BufferedImage class in Java ME 6?

Hello good people! from my small knowlegde from java se i want to try a tutorial on Java ME. I have Netbeans 6.5.1(with mobility package) and have Java 6 update 13 installed on my windows xp sp2.I've arrived on a stage of the tutorials where they are using BufferedImage that seems not to be found either on java.io, java.nio.Buffer, javax...

Java updating JList using BeanBinding Netbeans

Hi, I have this JList (say MyList) in a JFrame. Im using Netbeans6 GUI builder and I've set a binding for this list. When run, the binding works fine, and MyList is populated correctly. Now, what im looking for is a way to add more data to this list from another text box on a button Click. But the problem exists here : W/o binding i ...

Netbeans Javadoc not found even when library has it defined

I have a problem with Netbeans simply not recognizing Javadocs in external libraries. I've gone into the library path and specified a valid javadoc path (Netbeans accepts the path without error). But even after re-building/opening closing Netbeans, I still get the "Javadoc not found" error for all items in the library. I'm stuck on whe...

What component do I need to get this Calendar?

I'm trying to get the Calendar from here running. I've no experience working with GlassFish or the JavaServer Faces components, and so I'm lost when I read the tutorial saying that the Calendar should appear on my Palette? Is it my Netbeans Palette or is elsewhere? I downloaded GlassFish and ran the .jar but I don't see any changes on m...

Any netbeans features that will make my day?

Hi all, I've recently gotten quite fond of netbeans for my php work because of the XDebug integration. It has made me all but forget about textmate (which imho still beats netbeans for the little things) What do you think is the one awesome netbeans feature I should know about, and more importantly why and how do I use it? I'm aski...

How to turn off netbeans welcome screen?

The screen which shows whenever i start Netbeans is very annoying, and among the hundreds of options I can't find the one which turns it off? ...

How do I deploy/import war package into Netbeans

Hi there, I have looked through the help documentation in netbeans 6.5.1 but cannot find anything explicit explaining how to deploy/import a war package. I know in Eclipse, it's as easy as right clicking in the Project Explorer >> select IMPORT >> WAR FILE. However, I still am unable to find a solution for Netbeans. Thankyou, Jordan ...

ICEFaces + CMS + Netbeans + Tutorial

Do you know any good tutorial, for making a really simple journal(blog) like web app with ICEFaces, using Netbeans (6.5.1) as an IDE? Thanks! ...

NetBeans Debugging

Is anyone aware of a setting that would cause NetBeans to jump into AWTEventMulticaster when I'm debugging an implementation of the MouseAdapter.mouseReleased method? Essentially, I set a breakpoint inside of my mouseReleased method and the code breaks as intended. However, once I press the Step Over button (F8) the debugger immediately ...

Debug next PHP page in Netbeans from Firefox

I have recently switched to using Netbeans (6.7 RC1) on a Mac, using MAMP as stack. I have Xdebug installed and working. Previously I used Zend Studio 5.5 with the Firefox Zend toolbar. This had a great feature that allowed you to click 'Debug next page'. When you submitted the form it would then start the debug process. How do I do so...

Problem with deploying bookstore1 tutorial application on netbeans

When i deploy bookstore1 application from java ee 5 tutorial onnetbeans 6.7 rc1 and glassfish 2.1 i get error : Deploying application in domain failed; Error loading deployment descriptors for module [bookstore1] -- UnsupportedClassVersionError: Class com.sun.bookstore1.servlets.CashierServlet has unsupported major or minor version num...

Code cleanup in netbeans

Is there something similar to the Eclipse cleanup rules ((Preferences > Java > Code Style > Clean Up) in NetBeans? The cleanup rules in eclipse will allow you to clean things up like organizing imports, removing unnecessary casts, adding missing override annotations etc. Also can you do that on a whole set of classes/packages instead o...

Is there a ICEfaces Maven archetype for NetBeans or Eclipse?

The NetBeans IDE still seems to offer Maven Archetypes only for Apache MyFaces or the "deprecated" WoodStock JSF framework. For future development or migration of existing Woodstock projects, Sun is officially endorsing ICEfaces as the replacement technology for Woodstock. I have not yet found a Maven Archetype which would set up a ne...

STDIN in Netbeans

Hi Does someone know.. how to read files to STDIN in Netbeans. I have a Problem my Program in Netbeans. The Program works like this : ./myprog < in.txt It's a C++ Project. Any Ideas ? Edit : I have Proglems with setting up netbeans . where can i say : READ/USE THIS FILE ? On the Console it just works fine ! ...

How do you debug a Rails application?

Is it possible to debug a Rails application in a similar way to a Java application - setting breakpoints and stepping into the code? What are the best tools for this? I have a hybrid Java/Ruby on Rails application which I can run in Eclipse or Netbeans. I would like to step into some code in this app and try to figure out the cause of...

Can Netbeans handle both 32-bit and 64-bit version of Java ?

I'm running 64-bit version of Vista on my notebook with 4G of RAM, the Ram is maxed out at 1.5G on the 32-bit version of Java. But if I move completely to 64-bit version of Java, the JDIC part won't work, so my question is : if I install both 32 and 64 bit versions of Java, can Netbeans easily switch between the two ? So if I run out of ...

Is it possible to scroll left and right in Netbeans with a standard mouse?

I was wondering if there was a key combination or some setting to change to allow me to scroll left and right easily in NetBeans. ...

Is there a way to extract the JavaDoc from a single class in NetBeans?

I want to look at the javadoc in html format but do not want it for the entire package, is there some way to do this. ...