IHussein
(Islam Hussein)
1
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!
ignasi35
(Ignasi Marimon-Clos)
2
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
IHussein
(Islam Hussein)
3
Thank you. It has been fixed.