Java hotspot (tm) 64 bit server vm warning ignoring permsize option = 256m support was removed in 8.0

When I want to start eclipse I got the following warning:

java hotspot(tm) 64-bit server vm warning ignoring option permsize=256m support was removed in 8.0

      

How do I delete this message?

+3


source to share


1 answer


Seems to have already fixed an issue not supporting MaxPermSize parameter with Java 8. For more information look here: https://github.com/sbt/sbt-native-packager/issues/203 and here: https: // github.com/sbt/sbt-launcher-package/issues/67



Another option would be to upgrade to Java 7.

0


source







All Articles