Hi Manu, I don't think your problem is related to the update version of your JRE. Also the official JaCoCo releases work from Java 1.5 to Java 1.7. No need to compile for a perticular Java version.
Application servers do a lot of tricky stuff with class loading. I would recommend to restrict the JaCoCo agent to the classes of your application under test (with the includes parameter) so you don't imstrument the app server itself. Best regards, -marc > On 16.02.2014, at 03:42, [email protected] wrote: > > Hi, > > I compiled jacaco code to generate jacocoagent.jar in java 1.7 update 17 > which is from my mac. But the server i want to deploy is running on java 1.7 > update 25. When i started up the server i'm getting class not found exception > on one of the core jar in app server bootstrap folder. If i remove the agent > jar, app server startup is fine. I'm trying to understand what's the problem > here. Do i need to use same java version in both places. App server started > up fine in my local though. Since mac doesn't support java 1.7 update 25, i'm > trying to see if there is a work around. > > Thanks > Manu > > -- > You received this message because you are subscribed to the Google Groups > "JaCoCo and EclEmma Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
