Arpit Gupta - 2013-04-01

Hi All

I get the exception below when i try to start a service after i instrumented an existing jar with emma. I went through and fixed the class path issues and made sure emma.jar was available and after doing that i got the following message.

Exception in thread "main" java.lang.NoClassDefFoundError: Linux-amd64-64
Caused by: java.lang.ClassNotFoundException: Linux-amd64-64
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

Emma version i am using is emma-2.0.5312 and Java i am using is

java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode)

I had a similar issue on my mac but the class it complained about was Mac_OS_X-x86_64-64.

Any insight into why this might be happening?