scalahub / ErgoScriptCompiler

ErgoScript compiler CLI
0 stars 0 forks source link

Won't start web server on 8080 #1

Open bjenkinsgit opened 3 years ago

bjenkinsgit commented 3 years ago

I'm using JDK 11 and sbt 1.13 and I get the following when I issue the "sbt run" command: [warn] Multiple main classes detected. Run 'show discoveredMainClasses' to see the list [info] running kiosk.KioskWeb File not found: properties/CommonUtil.properties property [properties/CommonUtil.properties:debug] not found. Using default value of false File not found: properties/reflect.properties Writing Scala code to src/main/scala/easyweb/Initializer.scala [success] Total time: 5 s, completed Feb 7, 2021, 12:18:55 PM

scalahub commented 3 years ago

Hi, this project does not have a web server. Can you try following steps:

  1. pull latest version from https://github.com/scalahub/ErgoScriptCompiler.git
  2. run sbt assembly. This will generate the jar in target/scala-2.12 folder.
  3. run the jar using java -jar <jarFileName> <ergoScriptSource> etc. Please see the readme