JemmyFx jar location

后端 未结 1 1979
执念已碎
执念已碎 2021-01-07 04:05

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

1条回答
  •  南方客
    南方客 (楼主)
    2021-01-07 04:34

    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

    0 讨论(0)
提交回复
热议问题