ABAP communication layer is not configured properly Error while installing ADT in Eclipse - abap-adt

I am trying to install ADT in eclipse. followed the steps exactly present in the below link https://developers.sap.com/tutorials/abap-install-adt.html.
However getting the below error each time. Please help.
Note: Installed eclipse from https://www.eclipse.org/downloads/packages/ , Windows x86_64 Version.

Related

OMNeT++ IDE on MacOS Sur

I am using macOS Big Sur and OMNeT++ 5.6.2. I followed the instructions from the manual for the installation.
However, when typing omnetpp to start the IDE, I see the OMNeT++ icon showing up for only a split of a second. The error.log file says:
omnetpp[62922:141543] CheckForInstalledJavaRuntimes: Please visit http://www.java.com for information on installing java.
Nevertheless, my java-version is:
% java -version
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)
I guess everything is fine so far, but I have no further idea to solve the error mentioned above and I am glad about hints. Thank you.
This is an issue that comes from Eclipse and not directly from OMNeT++.
You first should make sure that you have Java installed (according to the issue mentioned in your error.log file).
You could do that by:
brew install --cask adoptopenjdk8
After you finished that, you may solve the issue by adding
<string>-vm</string><string>Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java</string>
to the ide/omnetpp.app/Contents/Info.plist file within your OMNeT++ 5.6.2 folder. The string should be added to the array element at the bottom of that file
I had the same problem, but required an additional step. Here's the complete procedure.
Step 1: Install adoptopenjdk8
brew install --cask homebrew/cask-versions/adoptopenjdk8
Step 2: In file ide/omnetpp.app/Contents/Info.plist, insert the following between array tags
<array>
...
<string>-vm</string>
<string>/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java</string>
</array>
Step 3: Create a symbolic link to the JVM library
sudo ln -s /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/server/libjvm.dylib /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/lib/libserver.dylib

I am trying to install eclipse in my windows system, I am unable to install due to an issue

I am trying to install eclipse neon package in my windows system.
i have downloaded successfully, but, while i am trying to install it's showing a message.I am unable to install eclipse.
I am sharing error image:

Spring STS Install issue Version 1.6.0_67 of JVM not suitable

I have problem launching STS application. I have downloaded Win 64 bit that matches my system and I have jdk 1.8 installed. That is the only version I have.
I am getting the following error when I launch STS
"version 1.7.0_67 of the JVM is not suitable for this product. Version:1.8 or greater is required"
The only reason why your STS is not working is either because you don't have JAVA properly installed or because your STS version(32bit/64bit) is not compatible with your windows.
Make sure both of these things are fixed.

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).

Installing ADT plugin 16.0.1 on Eclipse Indigo- windows

When I try to install the ADT 16.0.1 plugin on Eclipse Indigo java developer edition release 1 or Helios normal edition release 2, I get the following error:
Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1316138460759(SharedProfile_epp.package.java 1.0.0.1316138460759)
Missing requirement: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found
I've tried to lookup the package it's refering to on apache, JDK reference and android developer reference but no luck!
This's not my first time installing ADT, I already have it installed on Ubuntu and it works. I also had the old release (ADT 15) installed on Eclipse galileo on windows, but I re-installed windows (i'm running windows 7 ultimate by the way) and I can run the old release but it's very good developing with ICS API-s.
So, if anyone could help, it would be highly appreciated.
Lots of people have this type of problem with many different required items missing.
The last time I had this problem it was fixed by going to Window->Preferences
Then selecting Install/Update->Available Software Sites
Make sure everything listed is checked
In my installation I have:
https://dl-ssl.google.com/android/eclipse/
http://download.eclipse.org/releases/indigo
http://download.eclipse.org/eclipse/updates/3.7
You may also need to run Eclipse as an administrator
I was able to install the ADT Plugin only after
I moved the eclipse folder to a location without spaces (e.g.: c:\development\android\eclipse
I ran the Eclipse Update procedure as administrator
Also I am using the 32bit version even though I use windows7 64bit.
you just need to run as administrator
run Eclipse with compatibility mode winXP pack 2 and Run as Administrator.
You can find it by Right clicking Eclipse.exe > Properties > Compatibility Tab

Resources