Hi Andrea, I think you can try
mvn -pl 'zeppelin-server' exec:java -Dexec.mainClass="org.apache.zeppelin.server.ZeppelinServer" -Dexec.args="" from project root directory (not zeppelin-server) Thanks, moon On Thu, Sep 15, 2016 at 5:43 AM Andrea Santurbano <sant...@gmail.com> wrote: > 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 >