Top "Netbeans" questions

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.

Error starting Tomcat from NetBeans - '127.0.0.1*' is not recognized as an internal or external command

Both Google and Stackoverflow have shown me people with similar issues however this error is slightly different in that the …

tomcat netbeans startup
Export JAR with Netbeans

How to export java project to JAR with Netbeans ? I cannot find options like in Eclipse.

java netbeans netbeans-6.9
What does 'URI has an authority component' mean?

I am attempting to build a Java web project on NetBeans 6.8, but I get get the following error: The module …

java netbeans glassfish
Warning "Do not Access Superglobal $_POST Array Directly" on Netbeans 7.4 for PHP

I've got this message warning on Netbeans 7.4 for PHP while I'm using $_POST, $_GET, $_SERVER, .... Do not Access Superglobal $_POST …

php netbeans superglobals netbeans-7.4
How to view the current heap size that an application is using?

I think I increased my heap size to 1 GB in NetBeans since I changed the config to look like this: …

java netbeans heap heap-memory
Netbeans - Error: Could not find or load main class

So I'm making a java application in Neatbeans 7.4, been working at it for a while, everything was fine, running the …

java netbeans netbeans-7 netbeans-7.4
How to get your Netbeans project into Eclipse

I want to get my NetBeans project to Eclipse. It's a web application project. I imported war files into Eclipse …

java eclipse netbeans
What is the difference between Eclipse and Netbeans if I want to use only the Java in it?

I recently got a Dell XPS 64-bit Vista for myself. Eclipse doesn't have their 64-bit version, but I've read on …

java eclipse netbeans vista64
Javadoc: line breaks without HTML-tags?

Sorry for a probable FAQ kind of question, but I just can't find the answer. As far as I remember …

java netbeans comments javadoc
How to refresh JPA entities when backend database changes asynchronously?

I have a PostgreSQL 8.4 database with some tables and views which are essentially joins on some of the tables. I …

java postgresql jpa netbeans glassfish