Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Netbeans ask for plugins which I cannot find to update?

I want to install ANTLRWorks plugin, but Netbeans says:

Some plugins require plugin **Editor Settings Storage** to be installed.
The plugin Editor Settings Storage is requested in implementation version 201302132200.  The following plugin is affected:       ANTLRWorks Editor 

Some plugins require plugin **Editor Options** to be installed.
The plugin Editor Options is requested in implementation version 201302132200.  The following plugin is affected:       ANTLRWorks Editor 

I cannot find these plugins and no information in the internet about this issue (only the same questions from other people)

Any ideas how to update these plugins?

Update:

I found that the plugin requires an older version of org.netbeans.modules.editor.settings.storage 201302132200 and I have a version 201306052037. Can I downgrade a plugin in netbeans?

like image 786
static Avatar asked Jun 29 '13 20:06

static


People also ask

Where are NetBeans plugins?

They are actually stored in a location called . netbeans on my Linux or Windows setup (which lives inside your user directory (something like /home/me/ on Linux and C:/Documents and Settings/me on Windows). On the Mac they are stored in a separate location Library/Application Support/netbeans.

What is NetBeans plugin?

Codename One NetBeans Plugin Codename One is a toolkit that allows you to easily build beautiful cross-platform apps targeting iOS, Android, and the web using Java or Kotlin.


1 Answers

That was because of too new version of Netbeans. Uninstall 7.3.1 and install 7.3 and the ANTLRWorks2 will install on it without any issues.

like image 84
static Avatar answered Oct 02 '22 14:10

static