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

NetBeans 10 External Execution Base API issue

I have Apache NetBeans IDE 10. When I try to install the nbscala plugins for Scala, I get an issue: Some plugins require plugin External Execution Base API to be installed How do I fix the issue? The solutions for NetBeans 8.2 don't work. Product…
Boris
  • 22,667
  • 16
  • 50
  • 71
3
votes
0 answers

NetBeans connector doesn't refresh itself after updating the code

Hello, Recently I'v been facing a problem with the NetBeans connector on Chrome. After writing my simple html code, I press the "Run Project" button. The project opens up on Chrome and the NetBeans connector starts in debugging mode. Now when I'm…
Mor Katz
  • 51
  • 3
3
votes
2 answers

How to create a Unix shell script project in NetBeans?

I want to clone my Git repo into NetBeans (which only contains a Unix shell script). When I'm asked by NetBeans if I would like to create a project for this repo, I only find Java, PHP, Web, C/C++, etc.. projects groups, but I want an bare-bone…
asaeles
  • 66
  • 6
3
votes
3 answers

Is there any integration available for phing with netbeans?

I could not find any phing plugin for netbeans
kamal
  • 9,637
  • 30
  • 101
  • 168
3
votes
2 answers

Ada with Netbeans

I downloaded the Netbeans plugin for programming with Ada. However, I don't know, how to link the Eclipse to the Ada platform library. What should link to the IDE? lib,etc,bin ? I don't know what what to do.
Morano88
  • 2,047
  • 4
  • 25
  • 44
3
votes
1 answer

How to install Java Netbeans plugin test my code

I am learning java from mooc.fi and I need this plugin called "Test My Code" but I don't know how to install it on Netbeans, I already downloaded and extracted the files but I don't know what to do next.
klee
  • 147
  • 1
  • 2
  • 12
3
votes
1 answer

multiple instances of netbeans platform application

we have an desktop application built on netbeans platform, which is running fine. Now customer wants to open multiple instances of the application at the same time. We are presently evaluating the requirements. One of the possibilities we have…
sudhakarkmtcs
  • 69
  • 1
  • 7
3
votes
0 answers

NetBeans loses control of the JBoss EAP server after you start it

I installed the plugin JBoss Forge Plugin to NetBeans, but when you start JBoss EAP through NetBeans, the server starts successfully, but the control does not come back to netbeans and an error panel will be shown: starting of server has time…
Pereira
  • 719
  • 8
  • 22
3
votes
2 answers

Does Netbeans v8.0.2 plugin for cakephp support cakephp v3?

I have been using Netbeans v8.0.2 and the cakephp plugin works perfectly fine on cakephp v2.x. Recently, I started a new project in cakephp v3.0.2 and the cakephp in Netbeans failed to recognize the project as cakephp. Is it because cakephp v3.x is…
guagay_wk
  • 26,337
  • 54
  • 186
  • 295
3
votes
1 answer

C program compiles but does not execute

I installed NetBeans for C successfully, but I don't know what is wrong because whenever I write any code it says "build successful" but it does not execute. Nothing happens when I hit the run button, Netbeans just compiles the code but nothing is…
fahad uddin
  • 51
  • 1
  • 6
3
votes
1 answer

Netbeans Platform application using the plugin system

I am writing a Netbeans Platform application. I want to give this application to the customer while it is in development state and whenever there are updates on a specific module I want to handle it in a way that the customer can use the netbeans…
Matthias Brück
  • 194
  • 1
  • 2
  • 12
3
votes
1 answer

New project option for PlantUML plugin does not display using Netbeans 8 on Ubuntu 14.04

I have Netbeans 8 running on Ubuntu 14.04. I have installed the PlantUML plugin from the Netbeans plugin repository and restarted Netbeans. The PlantUML options tab shows in the options dialog, so the plugin is is installed; however, there is no new…
authentictech
  • 422
  • 6
  • 23
3
votes
2 answers

Adding additional files to an Inno based setup for a Netbeans application

I am using Inno 5 Setup Installer in Netbeans to build my Java Swing application into an executable set up file. It creates an app.exe setup file with all the lib(all jar file) and app.jar. So once user executes app.exe file, it create a folder at…
Vijay Vennapusa
  • 169
  • 3
  • 15
3
votes
1 answer

How do I handle file saves properly in NetBeans platform project (plugin)

I try to create a new language support for NetBeans 7.4 and higher. When files are being saved locally I need to deploy them to a server. So I need to handle the save event. I did this implementing Savable: public class VFDataObject extends…
3
votes
0 answers

Netbeans Cordova Plugin - The file already exists

when attempting to create a new Cordova Application in Netbeans: File->New Project->Html5->Cordova Aplication I am unable to move to the NEXT step because of the following error: The file /path/to/the/folder already exists No matter which folder i…
MenelaoEE
  • 81
  • 6