0

Running Wildfly server in Eclipse is reporting an error below in red:

OpenJDK Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

Eclipse is running under Ubuntu. I'm not that familiar with Java, but I guess there is a problem with Java configuration. Because executing any Java code in eclipse was giving the same error, although application was working. Tomcat was perfectly running but WildFly is causing problem.

RegarBoy
  • 3,228
  • 1
  • 23
  • 44

1 Answers1

0

In Java 8 the command line flag MaxPermSize has been removed. Check Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize

Community
  • 1
  • 1
happy
  • 2,550
  • 17
  • 64
  • 109