Problems Running Lagom's Hello World

Hi There. I am now getting this error message when trying to run “sbt new lagom/lagom-scala.g8”

Unrecognized option: -J-Xms512M
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Any hints are greatly welcome. Thanks!

Hi @IHussein,

the lagom-scala.g8 template is shipped with some reasonable .sbtopts. You can remove that file of edit it.

That should fix your issue.

1 Like

Thank you. It has been fixed.