ibm-cloud-docs / appid

IBM Cloud App ID documentation
https://cloud.ibm.com/docs/services/appid?topic=appid-gettingstarted#gettingstarted
6 stars 24 forks source link

Example Java Web Sample program does not compile #376

Closed ronther1 closed 3 years ago

ronther1 commented 3 years ago

The Sample Java Web application does not run. I get: [ERROR] Source option 5 is no longer supported. Use 6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.

I added the following to the pom.xml:

1.8 1.8 UTF-8

And got this error: [ERROR] Failed to execute goal io.openliberty.tools:liberty-maven-plugin:3.2.1:start (default-cli) on project libertySample: CWWKM2002E: Failed to invoke [/Users/ronther1/Development/app-id-sample-java-master/WebApplication/target/liberty/wlp/bin/server, start, sample]. RC= 22 but expected=[0, 1]. -> [Help 1]

smguilia commented 3 years ago

Hi @ronther1,

Thank you for opening this. I've forwarded this feedback to our development team.