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
17
votes
1 answer

Netbeans code completion for CodeIgniter

I am using Netbeans IDE for Php development. It gives me code completion for Kohana framework. Is there any way to have code completion for CodeIgniter in Netbeans?
baig772
  • 3,404
  • 11
  • 48
  • 93
16
votes
2 answers

Why is Netbeans Overwriting my Code?

I am having a slight problem. I believe that my Netbeans is set to overwrite, so when ever I type something, it deletes whats in front of it. The editor cursor has also changed, from the usual vertical line, to a solid black block. Any Ideas?
fr00ty_l00ps
  • 722
  • 3
  • 8
  • 22
16
votes
2 answers

Save open files (session) in NetBeans

I would like to save actually open files (tabs) and revert session (group of files) next time. Is there any options in NetBeans IDE 7.1.2? I know that NetBeans save automatically list of files that were opened when I quit the IDE. How to save opened…
Ues
  • 197
  • 2
  • 6
16
votes
8 answers

Access to Tomcat server has not been authorized

I have used glassfish server in netbeans, now I changed to tomcat and when I run my web application that I have created in glassfish gives me the error : Deployment error: Access to Tomcat server has not been authorized. Set the correct username…
Deb J
  • 471
  • 2
  • 5
  • 13
15
votes
1 answer

How do I create a distributable Java template for Netbeans 7.1?

I'm trying to create a distributable module for Netbeans 7.1 which will contain a license template and some java templates. I'm following the tutorial at Netbean's support but they only talk about how to create an HTML template. If I create a java…
Collin
  • 11,977
  • 2
  • 46
  • 60
14
votes
1 answer

adding JRadioButton to RadioButton group

Good day Would like to know how to add radiobuttons to a ButtonGroup by dragging and dropping components on to the frame. JRadioButton male = new JRadioButton("Male"); JRadioButton female = new JRadioButton("Female"); ButtonGroup bg = new…
Arianule
  • 8,811
  • 45
  • 116
  • 174
14
votes
17 answers

Set the correct username and password with the "manager-script" role in the Tomcat

I know this has been asked many before. But I have already placed my user to role "manager-script". I keep getting this when trying to deploy: Deployment error: Access to Tomcat server has not been authorized. Set the correct username and…
capdragon
  • 14,565
  • 24
  • 107
  • 153
14
votes
1 answer

signer certificate in javafx 2.1

I am using netbeans on windows 7 and javafx and when I run the program this message appear in output , Warning: The signer certificate will expire within six months. Enter Passphrase for keystore: Enter key password for nb-jfx: Signing…
14
votes
2 answers

What is the convention for instantiating collections of user defined types?

I have a class called MatchingLine public class MatchingLine implements Comparable { private String matchingLine; private int numberOfMatches; // constructor... // getters and setters... // interface…
CodeBlue
  • 14,631
  • 33
  • 94
  • 132
13
votes
7 answers

NetBeans could not install some modules

I am using NetBeans 7.4 DEVELOPMENT VERSION 2, All packages. First I used NetBeans 7.2, All packages. Then I was notified that I have updates. So I updated it to 7.4 DEVELOPMENT VERSION. Then again I was notified that I have updates, and I started…
ARIF MAHMUD RANA
  • 5,026
  • 3
  • 31
  • 58
13
votes
3 answers

nginx php-fpm xdebug netbeans can start only one debug session

In the past, I've used apache+mod_php+xdebug+netbeans for development my website (server is my local machine, running Debian Squeeze), with pleasure - xdebug worked just as expected, debug sessions could be started and stopped any time, when I need…
MihanEntalpo
  • 1,952
  • 2
  • 14
  • 31
13
votes
3 answers

Why disappears the JavaFX content on my TopComponent?

I've got a problem that maybe is caused by a lack of understanding in some principles of wether the Netbeans Platform(7.1.2) or JavaFX 2. I wanted to add a JFXPanel with a very simple Scene to a Swing JPanel that is a child of a TopComponent. I…
dajood
  • 3,758
  • 9
  • 46
  • 68
13
votes
3 answers

@see marker, link other classes methods

Let's say for example that I want to link java.lang.Double's equals method using a html tag: @see This is ok, but I haven't understood how to…
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187
12
votes
1 answer

Command Line args in C program using Netbeans

I am new to usintg Netbeans in Linux. So, I am facing problem how to specify command line args for example A.txt and B.txt for my program in C using Netbeans. Its pretty simple to pass them as args using command line , but now for debugging purpose…
Basmah
  • 829
  • 3
  • 13
  • 25
12
votes
4 answers

org.hibernate.HibernateException: get is not valid without active transaction

I'm new to Hibernate. Automatically created hibernate.cfg.xml (Netbeans wizard) Automatically created HibernateUtil.java Automatically created POJO class with annotations Trying to get object from database but getting error: Exception in thread…
VextoR
  • 5,087
  • 22
  • 74
  • 109