Install Nodeclipse to Eclipse 2018-12 fails - nodeclipse

Im trying to install Nodeclipse (from https://nodeclipse.github.io/) to my Eclipse IDE (ver 2018-12) through the marketplace client but get the following error:
The following solutions are not available: Enide (Studio) 2015 - Node.js, JavaScript, Java and Web tools 1.0.2.
Any idea what I'm doing wrong?

Facing same issue in Eclipse Version: 2019-12 (4.14.0)

Related

Unable to download Red Hat CodeReady Studio in eclipse

I am trying to install Red Hat CodeReady Studio from eclipse marketplace but I keep getting the below error:
Unable to read repository at <https://devstudio.redhat.com/12/stable/composite/12.9.0/content.xml>
Error Stack
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.ibm.jsse2.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:177)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:397)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:150)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:575)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Any Help would be much appreciated
I have tried latest Eclipse(2019-12) and installed CRS 12.13.0.GA without issues.
Which Eclipse version have you tried?
It looks like like you are trying to install quite old version of CRS.
Josef
PS: You can use JIRA for reporting issues with CRS: https://issues.redhat.com/projects/JBDS/ or witj JBoss Tools https://issues.redhat.com/projects/JBIDE/

Ionic App Built on Mac won’t build on Windows

We developed the app on a Mac, initially. Moved the code over to a Windows 10 machine to compile to run on Windows. However, in the build process I'm getting this error at the end:
Command finished with error code 0: C:\windows\system32\reg.exe query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0,/v,MSBuildToolsPath
Found MSBuild v4.0 at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
Using MSBuild v4.0 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
MSBuild v4.0 is not supported, aborting.
Error: AppPackages doesn't exists
Here's Ionic Info
global packages:
#ionic/cli-utils : 1.3.0
Cordova CLI : 7.0.1
Ionic CLI : 3.3.0
local packages:
#ionic/app-scripts : 1.3.7
#ionic/cli-plugin-cordova : 1.3.0
#ionic/cli-plugin-ionic-angular : 1.3.0
Cordova Platforms : windows 5.0.0
Ionic Framework : ionic-angular 3.3.0
System:
Node : v6.10.3
OS : Windows 10
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
We're using Visual Studio Community 2017. I've tried installing everything under the sun for VS and I can't seem to get past this. I've read tons of pages and sites, tried everything I can find and no go.
Not sure what to do next. I've thought about starting a new app on the Windows machine and just copy my code into and see if that works. It seems like a lot of wasted time to me though.
My advice on this is just a simple one. Install and run your project with Visual Studio Code. It was built and well suited for free and open frameworks like Ionic. This is what I work with everyday. When you do that give me a comment below if you have any problem.

VS2015 Xamarin sample app compiling Error

I already have
java version "1.8.0_121"
but still getting this error.
VS2015 Xamarin Error: Project cannot build using Android 7.1 (API Level 25 - Nougat) because Your Java version (1.7.0) is too old. You must have at least 1.8 installed
Haven't found any info on line about this error. How do I fix this please?
You need to install the latest JDK 1.8 x64 from here:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
You will then need to set the path in the tools-options menu.
Have a look at "Additional configuration for Android" from here: http://motzcod.es/post/158155898027/setting-up-vs-2017-for-xamarin-dev
Ken Kosmowski answer's second link helped me I had to change path there. I have attached screenshot for quick viewers

unable to install SonarQube from eclipse

while installing SonarQube through eclipse market place, giving me some error given below
Will not be installed
1: SonarQube Erlang Configuration helper
2: SonarQube PythonConfiguration helper
thus failing my sonarqube installation.
how to get rid of this problem ?
Don't choose to install Erlang connector if you don't work on an Erlang project (using ErlIDE).

Problems installing the heroku eclipse plugin

I get this error
Cannot complete the install because one or more required items could not be found. Software being installed: Heroku Eclipse Plugin 1.0.0 (com.heroku.eclipse.feature.feature.group 1.0.0) Missing requirement: Heroku Eclipse Plugin 1.0.0 (com.heroku.eclipse.feature.feature.group 1.0.0) requires 'org.eclipse.m2e.feature.feature.group 1.0.100' but it could not be found
I have eclipse Juno.
Let me know if I can support you with any other info to help resolve this issue.
I have Ubuntu 12.04LTS
I got this same error message. Disabling my McAfee and then restarting fixed the problem for me. I'm thinking it was a firewall issue.
I had the similar problem. Please check your eclipse version. Heroku says it needs,
Eclipse v 3.7 or higher (Java or Java EE edition)
The following version works for me, Indigo (v 3.7)
This (org.eclipse.m2e.feature.feature.group 1.0.100) is referring to a plugin that is missing - the Maven Integration for Eclipse. Search the Eclipse Marketplace for that plugin. Once it's installed, try installing the Heroku plugin again. This worked for me on Indigo. It's weird that this isn't listed as a requirement.

Resources