|
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   |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03826 seconds