I developed a Java Swing Application. It was developed using Netbeans in OSX. It runs perfectly in nix but when it comes to windows, I get this exception:
NoClassDefFoundError: org/jdesktop/beansbinding/Property
Tried many things like removing and adding libs to the class path again. Googled a lot in vein. How can I fix it?
Problem partially solved. Built the same project in windows and its working in windows. The jar built in nix works fine in nix but shows this error in windows.