fredia commented on code in PR #80: URL: https://github.com/apache/flink-benchmarks/pull/80#discussion_r1349611595
########## README.md: ########## @@ -39,6 +39,12 @@ There're mainly three ways: ``` java -jar target/benchmarks.jar -rf csv "<benchmark_class>" ``` + + When using uber jar with Java 17, you may need add arguments in command like: Review Comment: Do higher versions need to add this command? Oracle has the following description: > Some tools and libraries use the reflection API (setAccessible(true)) to attempt to access non-public fields and methods of java.* APIs. This is no longer possible by default on JDK 17 https://docs.oracle.com/en/java/javase/17/migrate/migrating-jdk-8-later-jdk-releases.html#GUID-12F945EB-71D6-46AF-8C3D-D354FD0B1781 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org