Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » AUT with Java 11
AUT with Java 11 [message #1804397] Mon, 25 March 2019 12:52 Go to next message
Christoph Steinforth is currently offline Christoph SteinforthFriend
Messages: 11
Registered: June 2017
Junior Member
Hi there,

we are testing one of our application with JUBULA. When we start our application wih a JRE 8, everything is working. When we switch the undelying JVM to e.g. JAVA 11, the AUT is not starting anymore, the application simply crashes . Are there any log messages where we can find some additional information about the reason for this, or is there no support (or not yet) for AUT running under > JAVA 8?

Thanks in advance,

Christoph
Re: AUT with Java 11 [message #1804432 is a reply to message #1804397] Tue, 26 March 2019 05:47 Go to previous messageGo to next message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Hello Christoph,

Log messages are located in your HOME_DIRECTORY/.jubula/logs . But I assume it is because of the modularization after Java 9. From our release notes:

Quote:
Java 9 and later

Java 9 and later applications must be started with the jvm arguments '--add-opens=javafx.controls/javafx.scene.control.skin=ALL-UNNAMED-illegal-access=permit'. This is necessary because we are using internal information to get e.g. some position information of components.


best regards
Marvin Mueller
Re: AUT with Java 11 [message #1804504 is a reply to message #1804432] Wed, 27 March 2019 13:25 Go to previous messageGo to next message
Christoph Steinforth is currently offline Christoph SteinforthFriend
Messages: 11
Registered: June 2017
Junior Member
Hi Marvin,

thanks for your quick answer. Do we have to add the jvm argument
--add-opens=javafx.controls/javafx.scene.control.skin=ALL-UNNAMED-illegal-access=permit
to our own application, or this to be added to the eclipse.ini?

Thanks in advance,

Christoph
Re: AUT with Java 11 [message #1804828 is a reply to message #1804504] Tue, 02 April 2019 05:39 Go to previous message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
This is for the Application which should be tested
Previous Topic:JCommandButton cannot be mapped
Next Topic:What is exactly Jubula license ?
Goto Forum:
  


Current Time: Thu Apr 25 03:52:20 GMT 2024

Powered by FUDForum. Page generated in 0.02692 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top