how to run the .class file through command prompt,
February 5, 2009 at 4:33 AM
Hi,
I have created a new project in eclipse3.4.1 on winXP and create a SWT-JFace file with WindowBuilder pro. This program has compiled and running properly in eclipse environment.
But I have taken class file and dependent jar in one Folder and running through command prompt. But i will face following error.
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IProgressMonitor
Caused by: java.lang.ClassNotFoundException: org.eclipse.core.runtime.IProgressMonitor at java.net.URLClassLoader$1.run(Unknown Source) . . could not find the main class: JFaceTestExample. Program will exit.