Mouse moving slow when executing tests with OpenJDK17 [message #1848570] |
Wed, 08 December 2021 10:06 |
Martin J Messages: 12 Registered: November 2021 |
Junior Member |
|
|
Hi,
We have recently switched from Java8 to OpenJDK17. In doing so we initially had some problems starting the AUT. Problems which are resloved see thread: https://www.eclipse.org/forums/index.php/t/1109511/
We have now encountered another problem which is that the mouse moves very slow when executing tests with OpenJDK17. My estimate is that it is moving at one tenth of the speed it used to.
When I switched back to Java 8 and Java 11 the mouse moves as it always have.
No other change except the one described below in the bat-script starting our application:
"C:/dev/tools/jdk/jdk-17/bin/java.exe" %DEFAULT_JVM_OPTS% %JAVA_OPTS% com.example.ComponentMain name=com.example.release.components.gui
"C:/dev/tools/jdk/jdk-11.0.2/bin/java.exe" %DEFAULT_JVM_OPTS% %JAVA_OPTS% com.example.ComponentMain name=com.example.release.components.gui
Anyone know how to resolve the problem?
Kind regards,
Martin
[Updated on: Fri, 10 December 2021 07:04] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04310 seconds