You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating java application scripts with sbt stage and running on a JDK 8 the startup emits warnings like: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
The scripts should take into account that the programm will eventually run in a Java 8 environment and behave nice.
The text was updated successfully, but these errors were encountered:
When creating java application scripts with
sbt stage
and running on a JDK 8 the startup emits warnings like:Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
The scripts should take into account that the programm will eventually run in a Java 8 environment and behave nice.
The text was updated successfully, but these errors were encountered: