Commit 05e018e4 authored by Carl Hetherington's avatar Carl Hetherington

Fix processing library location.

parent 1f4593a4
#!/bin/bash #!/bin/bash
#PROCESSING=/usr/share/java/processing-core.jar #PROCESSING=~/Downloads/processing-3.3.5/core/library/core.jar
PROCESSING=~/Downloads/processing-3.3.5/core/library/core.jar PROCESSING=/opt/processing/core/library/core.jar
javac -cp $PROCESSING Pong.java javac -cp $PROCESSING Pong.java
java -cp $PROCESSING:. Pong java -cp $PROCESSING:. Pong
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment