Hello Developers,
I`m an ABAP developer and would like to use ABAP in Eclipse. I have installed Eclipse Kepler 4.3 in Windows 7 64 bit along with the component from the website https://tools.hana.ondemand.com/#abap
after installed the ADT component and UI5 I got the issue with communication Layer attached.
I have installed the JCO from SAP website and followed the configuration.
I have gone through all the procedures below.
1. Microsoft VC runtime is missing: as per information ontools.hana.ondemand.com/#abapyou have to download and install it from:x86orx64
2. Not proper JAVA is installed: JAVA JRE 1.6 or higher is needed, download it from http://java.com/en/download/manual.jsp. I choose to install JAVA Platform SE 7 U67 version 7.0.670.1.
3. As per Note “2041195 - Eclipse does not identify operating system correctly” I set settings in Eclipse’s eclipse.ini file. Add following line:
-Dorg.osgi.framework.os.name=win32
Into -vmargs section of file.
does anyone knows what else should be done?
Kind Regards