We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7a9c9 commit af4b4b1Copy full SHA for af4b4b1
examples/epaper_display/pom.xml
@@ -83,7 +83,7 @@
83
<artifactId>exec-maven-plugin</artifactId>
84
<version>3.1.0</version>
85
<configuration>
86
- <executable>java</executable>
+ <executable>${JAVA_HOME}/bin/java</executable>
87
<arguments>
88
<argument>--enable-preview</argument>
89
<argument>--enable-native-access=ALL-UNNAMED</argument>
0 commit comments