3

When I want to run 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 can I remove this message ?

osimer pothe
  • 2,727
  • 14
  • 49
  • 91

1 Answers1

0

It seems to be already fixed issue with not supporting MaxPermSize param since Java 8. For more info 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 downgrade to Java 7.

Jaroslav Kadlec
  • 2,447
  • 4
  • 31
  • 41