I have installed wmDeveloper 8.0 component. But i could not open the developer component. When i run the developer.bat file am getting the following errors. I know that Developer installation is simple…but i never face this problem before with any other version…not able to resolve this issue…Please some one help me on this issue…
C:\SoftwareAG\Developer\bin>developer.bat
Exception in thread “main” java.lang.NoClassDefFoundError: com/wm/data/IData
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
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:363)
at com.wm.app.Application.launch(Application.java:488)
at com.wm.app.dev.Main.main(Main.java:43)
Caused by: java.lang.ClassNotFoundException: com.wm.data.IData
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
… 8 more