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
27
votes
2 answers

Netbeans 7.4 doesn't recognise PHP short tag

I recently updated Netbeans to 7.4 version and I actually get plenty of "errors": all the code included in short php tag is not parsed and considered almost like comment (I guess). Does anyone knows how to fix that? thanks
Yuri
  • 3,082
  • 3
  • 28
  • 47
26
votes
6 answers

Netbeans (7.4): Is there a way to highlight TODO's?

I have switched from Eclipse to Netbeans. Eclipse has a way too highlighting TODO's in Java comments like: public void test(String str) { // TODO: check if str is null! ... ... } In Eclipse I could change the editor configuration so that the…
Steffen
  • 2,500
  • 4
  • 31
  • 47
26
votes
23 answers

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 project worked fine, but now when I hit run project, I get the error Error: Could not find or load main class…
Matis Lepik
  • 1,140
  • 2
  • 9
  • 18
22
votes
8 answers

Netbeans with JAXB Random ClassCastException ..cannot be cast to com.sun.xml.bind.v2.runtime.reflect.Accessor

I have downloaded the Soap messages from a SOAP Service and trying to mock the Soap service by returning the downloaded messages. the following code shows how I am Unmarshalling the Soap message into the required Response public static…
Farouk Alhassan
  • 3,780
  • 9
  • 51
  • 74
21
votes
6 answers

Why doesn't NetBeans IDE see the generated sources?

I have a Maven-built web-app that uses JPA 2.0 at the back end. The JPA provider is EclipseLink 2.3.2. When I build the project (and it deploys runs successfully) it builds the JPA meta-model in the directory…
AlanObject
  • 9,613
  • 19
  • 86
  • 142
21
votes
2 answers

Where can I download the JavaFX 2.2 source code?

I need to link in Netbeans 7.2.1 to the source of JavaFX 2.2.3, I've looked on the Oracle web site ... but I didn't find it ! any help is a welcome plz
user813853
20
votes
4 answers

How do I create/use a class library with Netbeans on top of Maven?

This seems like a stupid question, but I am sort of dependent on Netbeans 7.1 wizards. There doesn't seem to be an option to do this. My web-app is built with Maven and I want to break out some of its packages into an independently built and…
AlanObject
  • 9,613
  • 19
  • 86
  • 142
20
votes
4 answers

How To Display UTF8 In Netbeans 7?

In my java project, I need to use Arabic text and strings, but the text becomes like "???????" , so what wrong ? and how to resolve this problem? thanks
Radi
  • 6,548
  • 18
  • 63
  • 91
20
votes
3 answers

shortcuts for netbeans to select next word for multiple editing

Is there any shortcuts to select next word in netbeans? Like Ctrl+d in Sublime text select word (repeat select others occurrences in context for multiple editing)
Mithun
  • 351
  • 1
  • 3
  • 7
20
votes
2 answers

Netbeans Maven Project Not adding Main Class to Manifest

I am having a similar problem to this question. I have tried all the suggestions listed and am still at a loss. My issue is that I am trying to build a maven project and distribute it to other machines, but the jar files are not being populated with…
derigible
  • 964
  • 5
  • 15
  • 32
18
votes
4 answers

How to integrate codeIgniter with netbeans fully

I downloaded Netbeans and CodeIgniter, and I downloaded 2 plugins for Netbeans. On of them is called "PHP CI Framework" and I can't install it. When I try to install it I get this message: The plugin php apis is requested in implementation version…
BlackFire27
  • 1,470
  • 5
  • 21
  • 32
18
votes
6 answers

Change default font in netbeans?

Is it possible to change the default font in netbeans? The documentation says: The font Monospaced is maped to different fonts on different systems. On Windows it is mapped to "Courier ", on Linux it is mapped to "Lucida…
King Julien
  • 10,981
  • 24
  • 94
  • 132
18
votes
7 answers

Dynamic vs XML layout in Android?

I'm new to Android development and have started creating my own UI. I see that you can either create it dynamically something like this (Dynamic Layouts): @Override public void onCreate(Bundle savedInstanceState) { …
David Kroukamp
  • 36,155
  • 13
  • 81
  • 138
17
votes
3 answers

Autocomplete in Netbeans

I use Netbeans 7.2.1, when I type private String a(Java code), the IDE shows a tip window aString which asks me to name a variable with its type as postfix. In addition, when I continue to type ;, it completes the code with private String aString;.…
PinkyJie
  • 817
  • 3
  • 8
  • 28
17
votes
2 answers

Configuring C++11 in Netbeans

I am using Netbeans 7.2, and I have downloaded GCC 4.7 using the Cygwin setup. I have also added the directories to my PATH and I believe configured the settings in NetBeans appropriately. No matter what I do, I get the error: -std=c++11 not…
user2070653
  • 171
  • 1
  • 1
  • 4