summarylogtreecommitdiffstats
path: root/always_use_java-11-openjdk.patch
blob: 722254dcc156378ed2a92f4d96e234f7ac448490 (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-11-openjdk/bin/:$PATH" 
+
 # JARs required from JDK (anywhere in/below the JDK home directory)
 JDKLIBS="rt.jar"