We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb4dd7 commit 3d17da5Copy full SHA for 3d17da5
Ev3LangScalaExample/DoIt.bash
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+#Command line for getting SuperPowered.jar up and running
3
+java -DlogFile=log.txt -cp Ev3LangScala.jar ev3dev4s.JarRunner Ev3LangScalaExample.jar examples.FiveXHelloWorld
4
+
5
+# In a shell use
6
+# brickrun -r --java -DlogFile=log.txt -cp Ev3LangScala.jar ev3dev4s.JarRunner Ev3LangScalaExample.jar examples.FiveXHelloWorld
0 commit comments