1
同事們,我試圖在IntelliJ IDEA中運行Mule應用程序。我配置的運行配置:java.lang.ClassNotFoundException從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
我需要什麼檢查和正確的嗎?
我看着系統變量,到Path變量並沒有什麼關於騾子。它也在Eclipse中工作。 – May12
我沒有使用IntelliJ。我指的是Eclipse構建路徑。我猜IntelliJ中可能存在類似的功能來引用外部罐子。 – harshavmb