Duran k
Duran k

Reputation: 91

How to solve message running in simulator codenameone?

Please help me to solve this issue to use hot reload in simulator.

enter image description here

my JAVA_HOME is not pointing to this path. Where can I set this in simulator? not pointing to this path. Where can I set this in simulator?

Upvotes: 1

Views: 17

Answers (1)

Shai Almog
Shai Almog

Reputation: 52760

The IDE settings for maven are different from the ones in the system. See this answer: https://stackoverflow.com/a/17610225/756809

Make sure the right JDK is used. Also check the build settings globally for maven and make sure the right JDK is set there. Make sure the project itself has the right JDK set on it.

Upvotes: 0

Related Questions