我已经将我的项目配置为在Netbeans 7.0.1中使用常春藤和ivybeans 1.1.3插件。如果我打开主类并选择“运行文件(shift + F6)”,则应用程序启动时没有任何问题。但是,如果我将项目设置为主要尝试“运行主项目(ctrl + shift + F11)”,那么我得到ClassNotFoundException
。
我错过了什么?
我已配置以下范围:
Scope | Configurations
------------------------------
Compile | compile
Processor | compile
Runtime | compile,runtime
Compile tests | compile,test
Run tests | compile,runtime,test