Hi, 

Thanks Seth, the problem was the execution permission. Now it was compiled, 
I have a lot of .jar, but I don't know what to do with the files. Should I 
put them into NetLogo files? Should I create a war to put it on a Java Web 
Server? Another option?

Thank you, 

On Sunday, October 12, 2014 6:37:15 PM UTC-6, Oscar Martinez wrote:
>
> Hi, 
>
> I'm trying to compile the HubNet Web Extension, to use ti included web 
> client with HubNet/NetLogo. I'm on mac. I get this error:
>
> $ sudo make -f Makefile 
> ./bin/sbt update compile
> make: ./bin/sbt: Permission denied
>
> This is the makefile:
>
> ifeq ($(origin NETLOGO), undefined)
>   NETLOGO=../NetLogo-5.1.0-Mac/NetLogo.jar
> endif
>
> ifeq ($(origin SCALA_HOME), undefined)
>   SCALA_HOME=../scala-2.11.2/bin/
> endif
>
> SRCS=$(wildcard src/main/scala/*.scala)
>
> hubnet-web.jar: $(SRCS) manifests/web.txt Makefile
> ./bin/sbt update compile
> jar cmf manifests/web.txt hubnet-web.jar -C target/scala_2.9.1/classes/ .
> cp lib_managed/scala_2.9.1/compile/*.jar .
>
>
> I modified only the lines: 
> NETLOGO=../NetLogo-5.1.0-Mac/NetLogo.jar
> SCALA_HOME=../scala-2.11.2/bin/
>
> Thanks, 
>

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to