After upgrading to fatjar 0.0.29, I get an UnsupportedClassVersionError when eclipse tries to load net.sf.fjep.fatjar.popup.actions.BuildFatJar.
The effect is that I cannot use fatjar any more :(
Looking into the fatjar.jar contained in the 0.0.29 plugin directory, it turns out that all classes are version 50, so JRE 1.5 cannot load them any more (version 50 is used in 1.6).
It would be nice if you could recompile the plugin using a JDK 1.5.
Thanks in advance,
a previously happy fatjar user :)
I agree. I am also using Java 1.5 on Linux.