cancel
Showing results for 
Search instead for 
Did you mean: 

Import error in ProxyServlet.java ..

Former Member
0 Kudos

There are few files are missing to work ProxyServelet.java , There is no package with name com.sap.core.connectivity.api in project folder . I cloned the git repository .

import com.sap.core.connectivity.api.DestinationException;

import com.sap.core.connectivity.api.DestinationFactory;

import com.sap.core.connectivity.api.http.HttpDestination;

These three imports are not working .I am following doc http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09bea9c-359d-3010-3086-ce1577116...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I assume you are using the new SDK java web Tomcat 7 - the destination classes are not part of the API there. Please use one of the older two SDKs of SAP Development Tools for Eclipse.

best regards, Timo

Former Member
0 Kudos

Hi,

I am not using Java web tomcat 7 . I am using

neo-java-web-sdk-1.68.22.2.zip

. Do we have any other solution to this problem without installing Java web tomcat 7 (older version ).If not then please specify exact link or version to download tomcat SDK .

Answers (0)