Questions tagged [netbeans-7]

NetBeans is a platform development framework and an open-source IDE (Integrated Development Environment) for Java, JavaScript, PHP, etc. NetBeans is developed by Oracle Corporation.

You can find other info here: NetBeans Wikipedia Page

The main NetBeans project site, for documentation and downloads:

1567 questions
163
votes
6 answers

Dark theme in Netbeans 7 or 8

Is there a way to have a dark theme in Netbeans?
coding_idiot
  • 13,526
  • 10
  • 65
  • 116
125
votes
13 answers

How to clear the cache in NetBeans

I created a project in NetBeans, and I would like to clear the NetBeans cache. I'm running NetBeans 7.0.1 on a Windows 7 machine. How do I do this?
mohsen
  • 1,686
  • 3
  • 15
  • 15
124
votes
4 answers

Netbeans: how to change @author

When creating a new class or interface in Netbeans IDE, an "@author ...." tag appears. How to change its value? If possible, I would like to change it by using Netbeans menu and not by editing some config files :) I'm using Netbeans 7.2
Lukasz Czerwinski
  • 13,499
  • 10
  • 55
  • 65
123
votes
4 answers

Does every Javascript function have to return a value?

I'm using Netbeans to add professional-like comments to each function, I write. So I begin each of it with /** and then I press Enter to let Netbeans fulfill default comment scheme for following function. Up until now I've been using this only for…
trejder
  • 17,148
  • 27
  • 124
  • 216
62
votes
12 answers

Netbeans 7.2 shows "Unable to resolve identifier" , although build is successful

I'm using the Netbeans IDE 7.2 with C/C++ plugin (last version 1.18.1.1) and if I build my project everything is fine but the IDE show me errors (e.g. unable to resolve identifier ...) Anyone else have this bug and how can I solve it?
leon22
  • 5,280
  • 19
  • 62
  • 100
57
votes
3 answers

In netbeans 7 how do I skip testing and add maven additional parameters when building a maven project?

I want to issue commands like -Dmaven.test.skip=true -Dcheckstyle.skip
bneil
  • 1,590
  • 3
  • 16
  • 26
51
votes
4 answers

How to enable PHP support in Netbeans?

On Ubuntu, I have install netbeans but it does not have any option to start a php project. I've looked at the plugin list and php is not in the list, neither is it in the plugins to download list. I've gone to the netbeans website and I am not sure…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
44
votes
15 answers

Tomcat exception Cannot call sendError() after the response has been committed?

While doing some operations in my application I got java.lang.IllegalStateException Cannot call sendError() When I reload the page again it work some time properly, but after some time again it shows the same exception. How can I overcome this…
user3117840
41
votes
2 answers

many url-pattern for the same servlet

I need to map the same servlet on two different url. I used netbeans 7.0.1 for managing my whole project, so I used its friendly interface to modify the web.xml file. What netbeans created is this:
eppesuig
  • 1,375
  • 2
  • 12
  • 28
40
votes
4 answers

Move a text file into target folder when compiling a Maven project

I have a slight different version of the question that I made recently. I have a Maven project under Netbeans 7.3, which doesn't have any build.xml file to configure building options, while there is the pom.xml that I use to import other libraries.…
mat_boy
  • 12,998
  • 22
  • 72
  • 116
33
votes
4 answers

How to limit JSpinner

The valid range for this application is 0 to 9 but there seems to be no NetBeans 7.0.1 JSpinner minimum or maximum value setting. Is there another way to limit the range of this JSpinner to 0..9?
jacknad
  • 13,483
  • 40
  • 124
  • 194
33
votes
3 answers

How to increase the java heap size in netbeans?

I am trying to build a lexicon trie of almost 110000 words in java in netbeans. My code is running fine but it gives an Exception as follows: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at…
Noopur Phalak
  • 878
  • 1
  • 13
  • 22
31
votes
6 answers

Ruby Dropped in Netbeans 7,How to Use it in Netbeans7?

In Netbeans 7, Ruby support was dropped: Although our Ruby support has historically been well received, based on existing low usage trends we are unable to justify the continued allocation of resources to support the feature. How can I…
Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108
30
votes
16 answers

No Main class found in NetBeans

I have been working on an assignment for my class in programming. I am working with NetBeans. I finished my project and it worked fine. I am getting a message that says "No main class found" when I try to run it. Here is some of the code with the…
Luis Ramos
  • 529
  • 1
  • 6
  • 13
28
votes
3 answers

A quick way to delete a line in netBeans

I am looking for a quick way to delete a line in netBeans. For example in vim you can just type dd for Deleting a line.
underscore666
  • 1,719
  • 4
  • 24
  • 37
1
2 3
99 100