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
8
votes
3 answers

Netbeans file cannot be safely opened

I get files from friend who don't use netbeans IDE, when i open file that contain special caracter like 'é','à',... it show me this popup message : if i say yes it open the file and changes those caracters to '�' like or Any idea how to open the…
chakroun yesser
  • 1,407
  • 1
  • 12
  • 18
8
votes
1 answer

Uses generation in Netbeans

I wonder is there any way to make Netbeans work like an Eclipse the way you choose class name from autocompletion list and if use statement for that class does not exist then Netbeans will generate use and will use class name without full…
message
  • 4,513
  • 2
  • 28
  • 39
8
votes
2 answers

Netbeans error "not all the modules can be enabled"

I am having problem in running a file in netbeans. I have been using netbeans 7.3 to run PHP code till today and so far it used to work perfectly. Suddenly, today when I first time tried to open a php file it simply did not open anything, neither…
Geek
  • 8,280
  • 17
  • 73
  • 137
8
votes
7 answers

Netbeans 7: Why is my edited manifest not being included?

I have the following target in my build.xml:
ldam
  • 4,412
  • 6
  • 45
  • 76
8
votes
3 answers

how to disable subversion in netbeans

I'm using NetBeans 7.0.1 on Windows and I have the following problem: my projects are versioned under SVN, but I'm using external SVN tools because I really don't like the built-in subversion client in netbeans, it is buggy and chaotic for me. Now…
amik
  • 5,613
  • 3
  • 37
  • 62
8
votes
4 answers

Auto-focus on a jButton on a jpanel

I have a JPanel loaded on a JFrame. The JPanel contains 4 JButtons. The thing I am trying to do is to get the focus automatically on the 1st jbutton so that I can traverse between the JButtons with the keyboard. I tried the…
Nitesh Verma
  • 1,795
  • 4
  • 27
  • 46
8
votes
0 answers

Netbeans 7.2 hangs at "Loading Modules..."

I recently installed Netbeans 7.2 on Ubuntu 10.04 LTS and wanted to add some plugins. I got prompt to install some updates and agreed. Downloading those updates took quite a long time and I had to download some packages manually, but this were…
Edheene
  • 455
  • 2
  • 7
  • 20
8
votes
3 answers

(use -source 7 or higher to enable strings in switch) error;Netbeans 7.1.2

I am using JDK 7 and Netbeans IDE 7.1.2. Going through Using string in switch Was trying to compile that sample example in my IDE but I am getting this error. switch (month.toLowerCase()) { (use -source 7 or higher to enable strings in switch) …
bsm
  • 1,793
  • 11
  • 30
  • 41
8
votes
1 answer

How to attach missing java JDK sources in Netbeans 7

When I try to navigate in NetBeans to some JDK source code it only shows that it's compiled code and the source code is missing and I can attach it. After attaching the source with the "Attach.." button nothing happens? Where should I attach the…
Tombart
  • 30,520
  • 16
  • 123
  • 136
7
votes
7 answers

Netbeans Project: Resolve Data Source Problems

In Netbeans 7.1.1. I have a Java project for a web application that I deploy on Tomcat 7. The project is migrated from an earlier version from Netbeans (together with all my other projects). The problem is that my project now is in an error state.…
Kdeveloper
  • 13,679
  • 11
  • 41
  • 49
7
votes
1 answer

Distribute XSD files over multiple Maven Artifacts

Here is a small Example of what I would like to achieve: Maven Artifact A is one of many Webservices and defines a XSD Schema with definitions for Requests and Responses. (src/main/resources/xsd) Artifact A depends on Artifact B wich is a simple…
elfwyn
  • 568
  • 2
  • 11
  • 33
7
votes
2 answers

How to use external Tomcat server in Netbeans on Linux?

I am trying to use the external tomcat server installed on my machine (Ubuntu 11.10) and I a going through the motions of adding a new server to Netbeans, in the Server Location field I enter the /usr/share/tomcat6 directory but it gives an…
kemra102
  • 531
  • 1
  • 6
  • 12
7
votes
2 answers

Google App Engine on NetBeans 7

Is there any pluggin or alternative way to use Google App Engine on Netbeans 7? deploy code completion ...
ehsun7b
  • 4,796
  • 14
  • 59
  • 98
7
votes
1 answer

Netbeans: C/C++ file-template variables documentation needed

I'm looking for a faq or overview on C/C++ template-file variables in Netbeans (7.0). (Not to be confused with the template technique). Those you see under Tools > Templates > C++ templates. e.g. %<%CLASSNAME%>% %<%DEFAULT_HEADER_EXT%>% …
Kirschi
  • 1,088
  • 3
  • 12
  • 32
7
votes
1 answer

netbeans (with Qt ) show "unable to resolve identifier" but just for some modules

i using netbeans7.1 with Qt and mingw on win64x . netbeans show me "unable to resolve identifier" but just for some modules! i checked everythings ( i used a lots of other modules many time they are working ) all Qt modules on ( Project…
Cyrus Raoufi
  • 526
  • 1
  • 3
  • 27