I\'m developing a JavaFx 2.0 application using Netbeans 7. The main application references another class library project added by rightclicking the \'Libraries\' folder and
You need to tell the fx:jar task what your classpath dependencies are:
You also need to use fx:resources tag in your fx:deploy task instead of just resources. That should resolve the last two problems left in your answer.