Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Jubula 8.5, no main class in swing aut config(Jubula 8.5, no main class in aut config)
Jubula 8.5, no main class in swing aut config [message #1778802] Thu, 21 December 2017 15:38 Go to next message
Sergey Korzhevsky is currently offline Sergey KorzhevskyFriend
Messages: 4
Registered: January 2017
Junior Member
Hi All,

I'm trying to create config for swing application.
There were "Main Class Name" and "Classpath" options in Jubula 8.1 and 8.3, but i don't have them in 8.5.
What do i need to change to get this parameters back?


[Updated on: Thu, 21 December 2017 15:40]

Report message to a moderator

Re: Jubula 8.5, no main class in swing aut config [message #1779545 is a reply to message #1778802] Tue, 09 January 2018 13:31 Go to previous messageGo to next message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
The option for main class and classpath has been removed.

If you want to use them you have two options:
Either you create a platform dependent script (e.g. bash(linux) or bat(windows))

and have there something like this(e.g. for linux DVDTool ):

java -cp DVDTool.jar org.eclipse.jubula.examples.aut.dvdtool.DVDTool

or you do this in the JRE Arguments parts of the configuration Dialog.

best regards
Marvin Mueller
Re: Jubula 8.5, no main class in swing aut config [message #1779630 is a reply to message #1779545] Wed, 10 January 2018 12:35 Go to previous message
Sergey Korzhevsky is currently offline Sergey KorzhevskyFriend
Messages: 4
Registered: January 2017
Junior Member
Hi Marvin,
Thank you very much for answer. I tried both versions: bat file and "JRE Arguments". In both cases application is started fine, but Jubula says "Starting AUT with ID:...". So, looks like it doesn't catch that aut has been already started fine.
Could you, please, suggest me what can be wrong?
Thanks.
Previous Topic:Jubula 8.5 can't catpute controls in Ubuntu 16.04
Next Topic:Problem with hidden Menus in MenuBar for JavaFX AUT
Goto Forum:
  


Current Time: Thu Apr 18 23:32:54 GMT 2024

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

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

Back to the top