NetBeans 10 External Execution Base API issue - scala

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 Version: Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
nbscala plugin version: 20190313-b8a704f058cc

Related

Is Jeddict compatible for Netbeans 16?

I am unable to install the Jeddict plugin on Netbeans 16.
I tried to install the jeddict plugin and a window with broken dependencies comes up. On the website it says minimum requirements as 15 but im not sure if 16 is compatible.
This isnt code related, I'm just trying to wonder if Jeddict is compatible with netbeans 16 or are my files corrupted
I tried to look up the related dependencies to install the dependencies but couldn't anything find them. I was expecting a clean installation
openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment Microsoft-25199 (build 11.0.12+7)
OpenJDK 64-Bit Server VM Microsoft-25199 (build 11.0.12+7, mixed mode)
Errors encountered while installing
Some plugins require plugin Database Core to be installed.
The plugin Database Core is requested in implementation version 15-387759c96ce1b891ec45ffaf524a53499455fe1a.
The following plugin is affected:       jeddict
Some plugins require plugin Maven Embedder to be installed.
The plugin Maven Embedder is requested in implementation version 15-387759c96ce1b891ec45ffaf524a53499455fe1a.
The following plugin is affected:       jeddict
Some plugins require plugin Maven Repository Indexing to be installed.
The plugin Maven Repository Indexing is requested in implementation version 15-387759c96ce1b891ec45ffaf524a53499455fe1a.
The following
plugin is affected:       jeddict
Some plugins require plugin Maven Editor Model to be installed.
The plugin Maven Editor Model is requested in implementation version 15-387759c96ce1b891ec45ffaf524a53499455fe1a.
The following plugin is affected:       jeddict
Some plugins require plugin User Utilities to be installed.
The plugin User Utilities is requested in implementation version 15-387759c96ce1b891ec45ffaf524a53499455fe1a.
The following plugin is affected:       jeddict Some plugins not installed to avoid potential installation problems.
As a very last resort i will do a fresh installation of openjdk and other linked stuff

Can't install MobileFirst 7.1.0 studio on Eclipse Luna 4.4.2

I'm trying to install Mobile First 7.1.0 platform studio on Luna Service Release 2 (4.4.2) - 64bit as written in Mobile First requirements. My java is as following:
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode)
I'm trying to install from Eclipse Marketplace and after few minutes of installation I get the following error:
Cannot complete the install because one or more required items could not be found.
Software being installed: IBM jQuery Mobile Tools 7.1.0.00-20151219-1535 (com.ibm.webtools.jquery.tools.licensed.feature.feature.group 7.1.0.00-20151219-1535)
Missing requirement: IBM MobileFirst Platform Studio 7.1.0.00-20151219-1535 (com.worklight.studio.feature.feature.group 7.1.0.00-20151219-1535) requires 'org.apache.commons.collections4 [4.0.0]' but it could not be found
Cannot satisfy dependency:
From: IBM MobileFirst Platform Studio 7.1.0.00-20151219-1535 (com.ibm.imp.tools.wce.feature.feature.group 7.1.0.00-20151219-1535)
To: com.worklight.studio.feature.feature.group 7.1.0
Cannot satisfy dependency:
From: IBM jQuery Mobile Tools 7.1.0.00-20151219-1535 (com.ibm.webtools.jquery.tools.licensed.feature.feature.group 7.1.0.00-20151219-1535)
To: com.ibm.imp.tools.wce.feature.feature.group 7.1.0
Any help would be highly appreciated.
See here: Issues installing MobileFirst Studio v7.1
This has been identified as a defect introduced in a recent iFix and is in the process of being fixed. I will update this answer once a fixed version will be available via Eclipse Marketplace.
As a workaround you can install an older release and then select to update it using the "faulty" release through Eclipse Marketplace. The update will work as the problem manifests itself only in new installations.
For reference, this is APAR - PI54604 CANNOT INSTALL MOBILEFIRST PLATFORM STUDIO 7.1 ON ECLIPSE.
#Idan: I have tried same steps as mentioned above but got the same error like #Anatoly. Let me know any other solution for the same.

Unable to install IBM Worklight plugin in Eclipse ADT

While installing IBM Worklight on Eclipse ADT( The Android Editor I downloaded from Google) I get following error:
org.eclipse.jst.standard.schemas 1.2.2.v201304110304 is unknown in the solver!
org.eclipse.jst.standard.schemas 1.2.2.v201304110304 is unknown in the solver!
What does it mean?
IBM Worklight 2 versions of Eclipse:
Eclipse Java EE 4.2.2 ("Juno" SR2)
Eclipse Java EE 4.3.1 ("Kepler" SR1)
Use one of the above.

Gradle Integration for Eclipse daemon startup failure

I am new to Eclipse Juno using the Gradle Integration for Eclipse plugin. I am at a loss why gradle works perfectly from the command line and as an external tool; but in Eclipse Juno Package Explorer menu: gradle task it fails constantly with the following stack trace:
Error while initializing classpath container
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/1.5/userguide/gradle_daemon.html
Please read below process output to find out more:
java.lang.IllegalArgumentException: URI has an authority component
at java.io.File.(File.java:423)
at org.gradle.api.internal.classpath.EffectiveClassPath.findAvailableClasspathFiles(EffectiveClassPath.java:41)
at org.gradle.api.internal.classpath.EffectiveClassPath.(EffectiveClassPath.java:32)
at org.gradle.api.internal.classpath.DefaultModuleRegistry.(DefaultModuleRegistry.java:61)
at org.gradle.api.internal.classpath.DefaultModuleRegistry.(DefaultModuleRegistry.java:55)
at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:41)
at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:32)
at org.gradle.launcher.daemon.bootstrap.GradleDaemon.main(GradleDaemon.java:22)
Could not fetch model of type 'EclipseProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.5-bin.zip'.
The env variables for GRADLE_HOME, GRADLE_USER_HOME, PATH are all setup correctly. From the command line gradle -v returns:
Gradle 1.6
Gradle build time: Tuesday, May 7, 2013 9:12:14 AM UTC
Groovy: 1.8.6
Ant: Apache Ant(TM) version 1.8.4 compiled on May 22 2012
Ivy: 2.2.0
JVM: 1.7.0_45 (Oracle Corporation 24.45-b08)
OS: Windows 7 6.1 amd64
Eclipse version:
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 2
Build id: 20130225-0426
OS is Win7 64 on amd64 platform with 4GB of system memory so it show not be a memory issue and there are no gradle daemons running when I get the above stack trace in Eclipse Juno.
I have exhausted all means on the web, this site, and my team to resolve the issue. I need some help please.
Windows 7 sets the user.home as a UNC path.
Add -Duser.home=x:\ to your Eclipse INI file where "x" is a local drive name.
That should solve your problem
If you are using the Gradle plugin, ensure it is pointing to the correct Gradle installation. I get the error you show when I use the embedded Gradle that comes with Spring Tools Suite.

How to get Scala plugin and AJDT to be installed in same Eclipse

I get an error when trying to install both AJDT and Scala 2.7.5 plugin into Eclipse 3.5.
I remember seeing a message at one point that there was a known problem with the two being installed, and the solution was to install a pre-release version of Scala plugin, from May I believe, then install AJDT.
But, I don't remember which version and I can't find a link to download the older pre-release version.
So, I am wondering if someone knows how I can get both installed.
Thank you.
Edit:
I tried it just now and got this error, so AJDT 1.7.0 won't work. :(
Cannot complete the install because of a conflicting dependency.
Software being installed: Scala Eclipse Plugin 2.7.5.final (ch.epfl.lamp.sdt.feature.group 2.7.5.final)
Software being installed: AspectJ Development Tools 2.0.0.e35x-20090624-1600 (org.eclipse.ajdt.feature.group 2.0.0.e35x-20090624-1600)
Only one of the following can be installed at once:
JDT Weaving 2.0.0.e35x-20090624-1600 (org.eclipse.contribution.weaving.jdt 2.0.0.e35x-20090624-1600)
JDT Weaving 1.6.4.20090313172428 (org.eclipse.contribution.weaving.jdt 1.6.4.20090313172428)
Cannot satisfy dependency:
From: Scala Eclipse Plugin 2.7.5.final (ch.epfl.lamp.sdt.feature.group 2.7.5.final)
To: org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]
Cannot satisfy dependency:
From: AspectJ Development Tools 2.0.0.e35x-20090624-1600 (org.eclipse.ajdt.feature.group 2.0.0.e35x-20090624-1600)
To: org.eclipse.contribution.weaving.jdt [2.0.0.e35x-20090624-1600]
According to this thread,
2.7.5.final is compatible with AJDT 1.7.0 on Eclipse 3.5.
If you have AJDT (AspectJ Development Tools) 2.0.x, could you try to downgrade to 1.7.0 as suggested in this thread?
As the OP (James Black) himself details in the comments, both AJDT versions are actually 2.0!
From "AJDT 2.0.0 - New and Noteworthy":
Release for AJDT targeting Eclipse 3.5: 2.0.0_e35x2009XXXXXX
Release for AJDT targeting Eclipse 3.4: 2.0.0_e34x2009XXXXXX
So this means that AJDT 1.6.5 has been renamed AJDT 2.0.0_e34x and AJDT 1.7.0 has been renamed AJDT 2.0.0_e35x.
Although this is potentially confusing in the short term, we believe in the long term, this will be more informative and users will be able to read the version and immediately know which Eclipse version it targets and also what feature level it contains.
To complete this answer with the OP's feedback:
AJDT update site
"Eclipse Galileo, AJDT, Scala Eclipse plugin 2.7.5"
Hmm ... if you can live with one of the 1.7.0 AJDT builds you should be OK.
Cheers, Miles
Thanks for the tip - it works!
I used ajdt_1.7.0.20090513085548_archive.zip from the AJDT downloads.
cheers Porter
Here is the message I couldn't find, looking for AJDT 1.7 was the help I needed:
http://www.nabble.com/Eclipse-Galileo,-AJDT,-Scala-Eclipse-plugin-2.7.5-td24357850.html
You can get the file from:
http://eclipse.ialto.org/tools/ajdt/35/dev/update/
I unzipped this zip file into the Eclipse directory, then installed Scala 1.7.5.
I have AJDT 2.0.0 installed, and when trying to install Scala 2.7.5.final get this message:
Only one of the following can be installed at once:
JDT Weaving 2.0.0.e35x-20090624-1600 (org.eclipse.contribution.weaving.jdt 2.0.0.e35x-20090624-1600)
JDT Weaving 1.6.4.20090313172428 (org.eclipse.contribution.weaving.jdt 1.6.4.20090313172428)
This is because the Scala plugin requires 1.6.4. If you downgrade to that version of AJDT you may be ok.