RE: Incorrect bytecode version stamp

2016-12-21 Thread Jan Tosovsky
On 2016-12-21 Stefan Bodewig wrote: > On 2016-12-20, Jan Tosovsky wrote: > > > While in MANIFEST can be found 'created by' JDK 7, when that > > main class is executed in JDK 7, executing of the main class > > fails because of unsupported version (major.minor 52.0). > > The "Created-by" reflects

Re: Incorrect bytecode version stamp

2016-12-20 Thread Stefan Bodewig
On 2016-12-20, Jan Tosovsky wrote: > While in MANIFEST can be found 'created by' JDK 7, when that main class is > executed in JDK 7, executing of the main class fails because of unsupported > version (major.minor 52.0). The "Created-by" reflects the JVM that is executing Ant. The class version is

Incorrect bytecode version stamp

2016-12-20 Thread Jan Tosovsky
Dear All, when building Apache Batik tools using Oracle JDK 7u80 (most recent free) to ensure they will work on JDK 7, I am getting weird result (Win 10). While in MANIFEST can be found 'created by' JDK 7, when that main class is executed in JDK 7, executing of the main class fails because of uns