Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
ea779a59
Commit
ea779a59
authored
Feb 17, 2015
by
Sven Gestegård Robertz
Browse files
changed run script to avoid generating class files in lib/java
parent
f93c60c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/wiki_example/run
View file @
ea779a59
...
...
@@ -16,9 +16,9 @@ gcc -Wall -Werror -o example_encoder -I../../lib/c/2014 \
example.c
\
../../lib/c/liblabcomm2014.a
||
exit
1
javac
-cp
../../lib/java:.
*
.java
||
exit
1
javac
-cp
../../lib/java
/labcomm.jar
:.
*
.java
||
exit
1
# Run through all executables (c->java->Python)
./example_encoder one two
||
exit
1
java
-cp
../../lib/java:. example_decoder_encoder example.encoded example.javaencoded
||
exit
1
java
-cp
../../lib/java
/labcomm.jar
:. example_decoder_encoder example.encoded example.javaencoded
||
exit
1
PYTHONPATH
=
../../lib/python ./example_decoder.py example.javaencoded
||
exit
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment