Developer Is not Starting

I am having an issue when I try to start developer.
here is the error message

Exception in thread “main” java.lang.NoSuchMethodError: getPeerForTarget
at sun.awt.windows.WObjectPeer.initIDs(Native Method)
at sun.awt.windows.WObjectPeer.(WObjectPeer.java:14)
at java.awt.Component.initIDs(Native Method)
at java.awt.Component.(Component.java:519)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at com.wm.proxy.Proxy.invokeStaticMethod(Proxy.java:163)
at com.wm.app.dev.DeveloperMainProxy.main(DeveloperMainProxy.java:78)
at com.wm.app.dev.DeveloperMainProxy.start(DeveloperMainProxy.java:156)
at com.wm.app.Application.start(Application.java:353)
at com.wm.app.Application.launch(Application.java:467)
at com.wm.app.dev.Main.main(Main.java:43

I am not able to understand what is creating this issue.

Thank you
Kris

One possibility is a class collision. Does the machine have a system classpath?

Another possibility is a system path issue, where jars from another JVM (older?) are getting used instead.