Questions tagged [netbeans-plugins]

Tag to group questions regarding third party netbeans plugins.

About

Netbeans plugins refers to third party netbeans plugins and not Netbeans usage or Netbeans platform usage.

Tag Usage

A question regarding thirdparty netbeans plugins should be tagged with . If you are developing a plugin yourself and you have a question about that, then the appropriate tag to use is . Please refrain from tagging netbeans-platform questions as netbeans-plugins.

If u have a question regarding netbeans usage, then tag it as

Also, please refrain from tagging a question using all the available netbeans tags. This seems to be the case in almost all netbeans related questions. Doing this beats the purpose of having multiple tags.

External Resources

Plugin portal

366 questions
0
votes
1 answer

Install KarmaSphere plugin in NetBeans

I want to run a Hadoop MapReduce program (for example WordCount) with NetBeans. I found that there is "KarmaSphere studio for Hadoop" that is a plugin in NetBeans. I followed the instructions given in the link below, to install the plugin :…
Anse danesh
  • 633
  • 3
  • 7
  • 17
0
votes
1 answer

Is batik included in Netbeans 7.3.1 or higher

Does anybody know if Batik is included in 7.3.1 or higher ? If not, is there a Netbeans wrapper module for Batik that I can use ?
ShaggyInjun
  • 2,880
  • 2
  • 31
  • 52
0
votes
1 answer

Surround selection with quotes or parentheses in Netbeans jVi

I've started using the jVi VIM emulator plugin in Netbeans. One feature that I miss from before I installed that plugin was the ability to select a word or words and surround them with quotes, parentheses or brackets by hitting quote, parenthesis…
bconrad
  • 402
  • 4
  • 14
0
votes
1 answer

Autocomplete not working for android xml files on Netbeans

Details Netbeans is 7.3.1 NBAndroid is 1.153 Android SDK is up to date and my project uses API level 17.
Victor Basso
  • 5,556
  • 5
  • 42
  • 60
0
votes
1 answer

Netbeans re produce Makefile when change options in c/c++ developing

I create new c/c++ project in Netbeans and change Makefile and add -lpthread for work with pthread and run my project .also I need to add some runtime argument from project properties/Run/Arguments . when I change runtime Arguments Makefiles that…
Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108
0
votes
2 answers

Is Jasper Report tool available in Netbeans?

I am working on a java project and it is about creating an IDE where programs would be stored in a encrypted form. I need a reporting tool and as far as I have searched over the internet, I think Jasper Reports would be good. I wanted to ask if I…
Ashima
  • 129
  • 1
  • 11
0
votes
0 answers

JavaScript Settings missing in PHP project settings

I'm using Netbeans 7.3.1. I can see JavaScript Files section in my Netbeans projects settings when I create a HTML5 project. But I want the same for my PHP projects. after all I want to be able to add dependencies as easily as I could, when using…
Junaid Qadir Shekhanzai
  • 1,386
  • 1
  • 20
  • 38
0
votes
1 answer

Netbeans platform message dialog while connecting to URL

Recently I have been working with a Netbeans plugin that makes a http basic authentication. So in order to verify that the password is correct I have the following code. String url = "http://someurl.com"; URLConnection conn = (new…
Nestor Hernandez Loli
  • 1,412
  • 3
  • 21
  • 26
0
votes
2 answers

commandButton actionListener not working on primeFaces CRUD Generator netbeans plugin nbpfcrudgen-0.15.2-7.3.1impl.nbm

I'm testing a primeFaces CRUD Generator on netbeans. Web Site: PrimeFaces CRUD Generator for NetBeans beta Is not working the actionListener when you push the save button of Create.xhtml page. The same happens when you edit a row. There is nothing…
xav56883728
  • 315
  • 1
  • 8
  • 20
0
votes
1 answer

netbeans plugin? re-writing url

At the moment my netbean project running in glassfish server is showing http://localhost:8080/projectname/index.html I need this changed to http://localhost:8080/homepage How do I change this url in the title bar. Or is the only way to make a…
Dave
  • 1
  • 2
0
votes
1 answer

In Netbeans IDE, desired behavior is when i press b then space, it creates two curly brackets with cursor in middle

when I press b-space for code block it does: { (cursor here) } How can I go about accomplishing this? Thanks.
stormist
  • 5,709
  • 12
  • 46
  • 65
0
votes
2 answers

AST (abstract syntax tree) view in Netbeans

Eclipse offers a plugin, which displays the abstract tree view of Java projects. After installing the plugin, the view becomes available. http://www.eclipse.org/jdt/ui/astview/index.php Is there such a functionality / plugin also available for the…
meberhard
  • 1,797
  • 1
  • 19
  • 24
0
votes
1 answer

NetBeans - TaskFactory (Parsing API) does not work if a ProjectFactory (Project API) was registered

I'm creating a NetBeans module with multiple services (code assist, project, debugger etc.) I've noticed that after I registered my ProjectFactory via the @ServiceProvider annotation, the TaskFactory which is registered by the @MimeRegistration…
bcause
  • 1,303
  • 12
  • 29
0
votes
1 answer

Error installing netbeans Primefaces CRUD Generator plugin

I am using Netbeans 7.3 with installed Primefaces 3.4. I am trying to install the netbeans Primefaces CRUD generator plugin and i am getting the following error attached: Please help me in resolving this problem. Thanks in advance Senthil
user1503117
  • 349
  • 2
  • 11
0
votes
3 answers

Running an Arduino program in NetBeans 7.3

I am using Arduino and NetBeans in my project. My final work is to switch from Arduino program to Java. I managed to install an Arduino-NetBeans plugin as described in Arduino - NetBeans Plugin detail My Arduino program includes Serial.begin(9600);…
user2236974
  • 89
  • 1
  • 2
  • 6