Workaround or solution required: Unable to update plugins for NetBeans 12.0 - netbeans

When I try to update plugins I receive message:
The plugin JNA is requested in version >= 1.11 (release version 1) but only 2.3 (of release version different from 1) was found.
I am using latest plugins portal for Java/PHP and I have to use 8.2 portal for C/C++ support. Is there any solution or workaround to help me to update plugins?

Refer https://issues.apache.org/jira/browse/NETBEANS-4704
"I solved the problem by unchecking the NetBeans 8.2 Plugin Portal."
This worked for me too

Related

Error configuring pipeline debugger in Eclipse

enter image description hereI have been trying really hard to configure a pipeline debugger in eclipse. After using my digital server account in server configuration when i select my site and click 'Debug' button it gives me an error
Could not initialize class com.thoughtworks.xstream.converters.collections.TreeMapConverter
I couldn't find much help online. I even tried changing the JRE version to an older version 14.0.2 but it doesn't seem to help.
[![Image attached of error][2]][2]
enter image description here
That library seems to be a core component of the Pipeline editor. I would suggest that you ensure that your Eclipse version is compatible with the plugin if you haven't done so already.
Currently, according to the documentation it only supports:
Mars - Eclipse 4.5
Neon - Eclipse 4.6
Furthermore, you must install the correct version of the plugin for your version of Eclipse. (Though in the past I've found that older plugin versions may sometimes work in newer Eclipse builds.)
This error relates to discounted class from JRE.
So my recipe for solving the issue:
used OpenJDK v11
installed latest eclipce version
SFCC plugin v4.6
Some found issues:
with new eclipce version brakepoints are not set from JS editor only via ScriptEditor
Thank you,
Aleksandr
I had issues with running debugger, but after I installed eclipse version 2020-12 and installed UX studio plugin it started to work. maybe new versions are not compatible with plugin

install lower version of Findbugs plugins in sonarQube 4.5.2

I need to install lower version of Findbugs plugins in sonarQube 4.5.2. I tried Update center in SonarQube, but no success.
Please help me out!!
Try to upgrade to latest version of sonar-findbugs plugin (3.3 at time of writing) which fix sqale mapping and allow reporting of technical debt.

Equinox.log for Eclipse Juno?

I'm trying to set up Juno 4.2 M6, Eclipse Tester version from Developer Builds at http://www.eclipse.org/downloads/index-developer.php. I need to add the Redmine Mylyn (https://sourceforge.net/projects/redmin-mylyncon/) but it needs org.eclipse.equinox.log 1.2.0.
I thought I had found it by searching Juno install site and getting it from EclipseRT Target Platform Components > Object Teams Equinox Integration. But, nope, that's not the right place.
Where can I find org.eclipse.equinox.log 1.2.0?
It's in the update site for Eclipse 3.4. Are you sure that this is the version you need?
.eclipse.equinox.log is in the eclipse update sites (which contains the equinox SDK as well as the eclipse SDK).
1.1.0 is in 3.4.x (Ganymede) - http://download.eclipse.org/eclipse/updates/3.4
1.2.0 is in 3.5 (Galileo) - http://download.eclipse.org/eclipse/updates/3.4
A bit late to respond, but anyway...I needed the same package and you can get it 2 ways:
Directly from here:
org.eclipse.equinox.log version 1.0.100
Or you can check it out from the dev.eclipse.org repos:
http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.log/?root=RT_Project
Just go to CVS perspective, if you are using Juno you should already have an entry that looks like:
:pserver:anonymous#dev.eclipse.org:/cvsroot/tools
Just look for the project in HEAD, this will also get you the sources, in case you want to debug...
Hope this helps,
Alex

foxbeans plugin on netbeans

While trying to install foxbeans plugin on netbeans 6.8 I am getting this problem.
The plugin Editor Library is requested in version >= 2.10.2.10.2 but only 1.44.1.9.2 was found.
I am not able to find the above mentioned plugin that is hindering the installation of foxbeans.
For Netbeans 6.8 please install this version http://member.teesoft.info/foxbeans/com-teesoft-foxbeans-1.0.1.33.nbm as mentioned in http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=4209
It worked for me.

Where can I get ADT 0.9.6 for Eclipse 3.5?

I am having problems with Eclipse (3.5.x Galileo) crashing after installing ADT 0.9.7, so I want to try a downlevel version of the Android ADT (with Android SDK r06_windows) to better isolate the issue. When I try to 'check for software' at
https://dl-ssl.google.com/android/eclipse/ I can only select 0.9.7? Is there a trick to get the older version or an archive of the older version?
I found it ADT archives http://developer.android.com/sdk/adt_download.html
You can download it from this page. What crash issues are you having? Have you tried with the latest version of Eclipse 3.6?
The android sdk website (http://developer.android.com/sdk/eclipse-adt.html) Will tell you not to install Version 3.6 of Eclipse but try to download 3.5 (Java build afaik)
Caution: There are known issues with the ADT plugin running with Eclipse 3.6. Please stay on 3.5 until further notice.