AW: [abc-users] strange problem while compiling using abc

From: Eric Bodden <eric.bodden@mail.mcgill.ca>
Date: Thu Jul 06 2006 - 10:43:41 BST

Hi.
 
This has to do with the bytecode versions you produce. Have a look at the -target flags of javac and ajc. abc can consume anything up to Java 1.4, which is version 48.0 IIRC. (Hence, your error still looks a little strange to me.)
 
Eric
 

--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada
________________________________
Von: Majordomo list server im Auftrag von Khalid Al-Jasser
Gesendet: Do 06/07/2006 04:45
An: abc-users@comlab.ox.ac.uk
Betreff: [abc-users] strange problem while compiling using abc
I just started using abc instead of AspectJ
I already have a test file that works fine with AspectJ.
>>abc cflows.java
Exception in thread "main" java.lang.UnsupportedClassVersionError:
abc/main/Main (Unsupported major.minor version 48.0)
>>ajc cflows.java                                        OK
>>abc cflows.java                                        OK!!!!
why does it give an error in the first time but after compiling using ajc it
gives no errors!!!
thanks
Khalid A. Al-Jasser
The University of Melbourne
Australia
Received on Thu Jul 06 10:45:27 2006

This archive was generated by hypermail 2.1.8 : Sat Jul 22 2006 - 15:30:08 BST