Hi,
I have an executable jar file with a class named UTSApp this class contains the main method used to run the application. This class extends from SingleFrameApplication of JDIC components API in java6. I want to execute this file. I have this file at my desktop and i m trying to execute it using the command sequence. Current directory is the desktop.
I get the following error:
Exception in
thread "main" java.lang.NoClassDefFoundError: org/jdesktop/application/SingleFrameApplication
What is to be included in the classpath so that
java will detect this SingleFrameApplication class
Regards,
Suhas