On 09/19/2012 12:25 PM, Andi Vajda wrote:
The error above is that the JVM that jcc uses to load this Java class is not happy/compatible with the javac compiler that built this class. This could be due to classpath issues causing an old class binary to be found somewhere or some version crossing elsewhere. Please, make sure that the same version of Java is used for all operations. Andi..
ok, that's how i read it, too. and so i uninstalled everything, re-tweaked makefile and jcc/setup.py and ... this time it went thru!
thanks for your quick reply. rik