Menu

emma ctl not working

2006-11-19
2013-05-09
  • Abhimanyu Seth

    Abhimanyu Seth - 2006-11-19

    Hi all,

    I require to use the ctl tool. I have downloaded the emma jar and placed it in my jre/lib/ext directory (I read it in one of the posts on the forum). However, when I try to run the ctl tool, I still get the following exception...

    What could be the problem here?

    C:\Program Files\Support Tools>java -cp "C:\Program Files\Java\jdk1.5.0_08\jre\lib\ext\emma.jar" emma ctl
    Exception in thread "main" java.lang.IllegalArgumentException: unknown command: [ctl]
            at com.vladium.emma.Command.create(Command.java:51)
            at emma.main(emma.java:39)

    C:\Program Files\Support Tools>java -cp emma.jar emma ctl
    Exception in thread "main" java.lang.IllegalArgumentException: unknown command: [ctl]
            at com.vladium.emma.Command.create(Command.java:51)
            at emma.main(emma.java:39)

     
  • Ivan Caspeta

    Ivan Caspeta - 2011-12-14

    You are not using the right version. You should be using 2.1.5320 (stable)

     
  • Russy

    Russy - 2013-03-08

    If I am right, the latest available version of Emma is 2.1.5312. Right? If not, where can I download the latest version from?

     

Log in to post a comment.