cancel
Showing results for 
Search instead for 
Did you mean: 

How to run Java application on the SAP Cloud Platform using SAP Cloud Business Application Tools.

0 Kudos

Hello,
I would like to run my application on SAP Cloud Platform.

I have found OpenSAPCourse and Tutorial for connecting to cloud using Eclispes(oxygen) with SAP Cloud Platform Tools,

but couldn't find one for Using Eclipse(2019-03 or 2019-06) with SAP Cloud Business Application Tools.
(I am using Eclipse(2019-06))


I tried to define a server but failed to reach the host.


Is there any reference or solution to connect to SAP Cloud Platform using SAP Cloud Business Application Tools?

Any help would be appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

sudhiranjan_lenka
Contributor
0 Kudos

Please verify your proxy setting in your Eclipse else please try from a public network.

-Sudhir.

0 Kudos

Hi, Sudir
Thanks for your advice.
I have checked my proxy that I am not using any proxy server.
I tried to use Eclipse(oxygen) instead of Eclipse(2019-06) and it worked.

-Roan

mariusobert
Developer Advocate
Developer Advocate
0 Kudos

Hi Yuning,

seems like you try to deploy a Java App to the Neo environment. Is there a reason why you target this environment?

The Cloud Foundry environment is newer and imo it's also easier to deploy Java apps there (here's a tutorial to deploy a simple app).

0 Kudos

Hi Obert,
Thank you for the quick response and the helpful information.
Yes, I am trying to deploy a Java App to Neo environment since it is the common environment of the project.
Is there any way to do this?