Ebrahim Farahani wrote:I'm usingNetBeans 6.9.0...
Error:
java.lang.NoClassDefFoundError: org/jdesktop/application/SingleFrameApplication
That's a class which is part of Netbeans. It isn't part of the standard
Java API. So if you want to use it in your Web Start application, you're going to have to get the jar file which contains it and make that available for download just like you did for the Hibernate jar files.
I don't know much about Netbeans but I would expect that distributing those classes is a Netbeans FAQ which
you should be able to locate somewhere on the web.