This is the second trial of SAP Cloud Platform (SAP CP).
This time, referring to the following article, I went from creating a Java application (Helloworld program) to deploying a Java application to SAP CP.
This article is information as of July 2015, so I will mainly describe the differences from the article (as of January 2018).
** ~~ * Step 4. An error occurred on SAP HANA Cloud Platform. Under investigation ~~ **
The menu path has changed a little.
Open Eclipse and windows tab → Perspective → Open Perspective → Other

The double quotes from which the code was copied were incorrect (Is it a setting?) Wrong: “Hello World!” Correct: "Hello World!"

As a result of execution, an error occurs.

The deployment to SAP CP seems to be complete, but the application URL mentioned did not exist.


2018/1/10 postscript
When I changed the JRE version from 8 to 7 in the Eclipse settings, the error disappeared.

~~ We will continue to investigate the cause of the error, but it is over once ~~ I would like to continue the trial of SAP CP.
Recommended Posts