Skip to content
Snippets Groups Projects
Commit d9d72ca9 authored by Elisa Giglio's avatar Elisa Giglio
Browse files

merge

parents 1f68eb0c e5fd7358
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 3 deletions
......@@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<filteredResources>
<filter>
<id>1662279422136</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
{"soglia":32,"stato":0,"valore":0,"tempoAllarme":"2022-07-29T17:03:41.190903"}
\ No newline at end of file
{"soglia":32,"stato":0,"valore":0,"tempoAllarme":"2022-07-29T17:03:41.190903"}
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
#!/bin/bash
javac -cp .:./org.json-1.0.0.v201011060100.jar:./fusionauth-jwt-4.2.0.jar:./sqlite-jdbc-3.36.0.3.jar -d bin src/code/* src/db/*
javac -cp .:./org.json-1.0.0.v201011060100.jar:./fusionauth-jwt-5.2.1.jar:./sqlite-jdbc-3.36.0.3.jar:./jackson-databind-2.13.3.jar:./jackson-core-2.13.3.jar:./jackson-annotations-2.13.3.jar -d bin src/code/* src/db/*
echo 'domain compiled'
cd bin
java -classpath .:../org.json-1.0.0.v201011060100.jar:../fusionauth-jwt-4.2.0.jar:../sqlite-jdbc-3.36.0.3.jar code.Domain $1
java -classpath .:../org.json-1.0.0.v201011060100.jar:../fusionauth-jwt-5.2.1.jar:../sqlite-jdbc-3.36.0.3.jar:../jackson-databind-2.13.3.jar:../jackson-core-2.13.3.jar:../jackson-annotations-2.13.3.jar code.Domain $1
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment