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 e73ae53 commit f876a6aCopy full SHA for f876a6a
pom.xml
@@ -123,11 +123,12 @@
123
<executable>bash</executable>
124
<arguments>
125
<argument>-c</argument>
126
- <argument>/opt/homebrew/Cellar/openjdk/24.0.1/bin/java -cp ${project.build.directory}/classes com.lzw.solutions.uva.${problem}.Main <src/main/resources/uva/${problem}/1.in</argument>
+ <!-- Updated to use $JAVA_HOME/bin/java -->
127
+ <argument>"$JAVA_HOME/bin/java" -cp ${project.build.directory}/classes com.lzw.solutions.uva.${problem}.Main <src/main/resources/uva/${problem}/1.in</argument>
128
</arguments>
129
</configuration>
130
</plugin>
131
132
</plugins>
133
</build>
-</project>
134
+</project>
0 commit comments