summarylogtreecommitdiffstats
path: root/always_use_java-8-jdk.patch
blob: 2931d7f9356913a71dc1c534abfe7e13919c291d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/build/linux/processing	2020-01-17 17:20:35.000000000 +0100
+++ b/build/linux/processing	2020-06-13 14:02:40.924929084 +0200
@@ -13,6 +13,9 @@
 # Thanks to Ferdinand Kasper for this build script. [fry]
 
 
+# Always use Oracle's JDK to run processing
+PATH="/usr/lib/jvm/java-8-jdk/bin/:$PATH" 
+
 # JARs required from JDK (anywhere in/below the JDK home directory)
 JDKLIBS="rt.jar"