JemmyFx jar location

寵の児 提交于 2019-12-03 22:23:08

问题


I would like to test my JavaFX applications and i heard that JemmyFX is the right tool to do this. However, i couldn't find the Jar to download.

I tried searching online for it but i was only able to find this page which shows that the last commit on this project was over a year ago.

I have two questions: 1- is JemmyFX released and official or not yet? 2- Where can i download the Jar of JemmyFX?

Can anyone help?


回答1:


JemmyFX is open-sourced, to get latest version you need to download repository and build it:

hg clone http://hg.openjdk.java.net/openjfx/8/master/tests/
cd tests/tools/Jemmy/JemmyFX
ant

To use JemmyFx you need to add next jars (they all will be in Jemmy subfolders after build):

  • JemmyFX.jar
  • JemmyAWTInput.jar
  • JemmyCore.jar
  • GlassRobot.jar
  • GlassImage.jar


来源:https://stackoverflow.com/questions/19612485/jemmyfx-jar-location

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!