I am using Win7 64 bit and when i try to start websphere 8 inside my eclipse it says
Get the following error when start the server :
Exception in thread "main" java.lang.NoClassDefFoundError: Files
Caused by: java.lang.ClassNotFoundException: Files
at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
at java.lang.ClassLoader.loadClass(ClassLoader.java:646)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358)
at java.lang.ClassLoader.loadClass(ClassLoader.java:612)
Could not find the main class: Files. Program will exit.
But when i go to first steps console and run the installation verification, the server starts up and also gets started in eclipse.
Please help.