Happy New Year Folks,
I’m compiling JAR with Eclipse using 1.3.1_16 JDK and as soon as I try to add the JAR to my agent and compile it using any of the classes in the JAR it will give the error “Invalid class file format”. It used to work, but I recently changed my machine so I downloaded the _16 version of the 1.3.1 JDK, is that not supported? Which 1.3.1_XX is?
TIA - Jan
EDIT:
Problem solved. It appears importing old projects from an eclipse workspace did not work as smoothly as I was expecting… Removing Eclipse workspace and allowing Eclipse to re-create everything and then recreating all projects while manually importing source code did the trick. It all appeared to be good, java versions showed right etc…