Hi to all, i'm trying to execute Zeppelin via Eclipse, using this steps: 1) *mvn clean install -DskipTests *(in Zeppelin root) 2) *cd zeppelin-server* 3) *mvn exec:java -Dexec.mainClass="org.apache.zeppelin.server.ZeppelinServer" -Dexec.args=""*
But i get the following exception: *java.io.FileNotFoundException: .\conf\shiro.ini (The system cannot find the path specified)* Where am i wrong? Is there some issue with Windows? I'm developing an interpreter and i need to debug both java and javascript code. How i can proceed? Thanks Andrea
