从IntelliJ IDEA运行Mule apllication时出现java.lang.ClassNotFoundException

时间:2015-12-16 13:46:33

标签: java intellij-idea mule classnotfoundexception

Collegues,我正在尝试在IntelliJ IDEA中运行Mule应用程序。我配置了运行配置:

 Main class: org.mule.MuleServer
   VM options: -Dmule.verbose.exceptions=true
   Program arguments:  -config \src\main\app\mule-config.xml
   Working directory:  C:\Users\Maya\app-services
   JRE: Default (1.8 - SDK of 'app-services' module)

当我跑步时,接收下一个堆栈跟踪:http://pastebin.com/24Mf3bsy

我需要检查并纠正什么?

2 个答案:

答案 0 :(得分:1)

这似乎是一个类路径问题。你的类路径中有org.mule.MuleServer吗?

答案 1 :(得分:0)

我的情况:

  1. 如上所述设置运行配置
  2. 在项目上预售F4
  3. 将所有Maven库从provided更改为compile
  4. 按确定。运行应用程序

    project structure