TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

Failed to execute goal com.totalcross:totalcross-maven-plugin:2.0.2:retrolambda (post-compile) #333

Closed nosadaniel closed 3 years ago

nosadaniel commented 3 years ago

Describe the bug

Failed to execute goal com.totalcross:totalcross-maven-plugin:2.0.2:retrolambda (post-compile)

Devices:

Please complete the following information:

VicMisael commented 3 years ago

It looks like it's not finding the java jre executable,can you check if it's present at the folder that it's trying to find?

nosadaniel commented 3 years ago

It looks like it's not finding the java jre executable,can you check if it's present at the folder that it's trying to find?

It is not present

flsobral commented 3 years ago

Hi @nosadaniel, apparently the path for the java executable inside the Zulu JDK 11 changed since the release of the version 2.0.2 of the plugin.

I have just released a new version of the plugin, try updating your pom to use 2.0.3 and it should work.

nosadaniel commented 3 years ago

thanks.... is working now