Skip to content

Commit

Permalink
Working proof of concept in linux with AdoptOpenJDK 11.
Browse files Browse the repository at this point in the history
As part of processing#5750 / processing#5753, example sketch and PDE running in Linux with Elementary 5.0 (Juno, 64bit). Linux 4.15.0-36-generic. Specifically, resolved issue with java path on linux given new JDK structure.
  • Loading branch information
sampottinger committed Jan 17, 2019
1 parent e781f29 commit 7701402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
</condition>

<!-- Force full JDK when not on train 1 (force when on java 11) -->
<condition property="jre.dir" value="jdk-${jdk.esoteric}+${jdk.build}">
<condition property="jre.dir" value="jdk-${jdk.esoteric}+${jdk.build}/">
<not>
<equals arg1="${jdk.train}" arg2="1" />
</not>
Expand Down

0 comments on commit 7701402

Please sign in to comment.