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

From: Khalid Al-Jasser <k.al-jasser@pgrad.unimelb.edu.au>
Date: Tue Jul 11 2006 - 00:38:03 BST

Hi Eric,,
Thanks a lot for your reply,,
I installed Java 1.4 and every thing went fine
regards,
Khalid
----- Original Message -----
From: "Eric Bodden" <eric.bodden@mail.mcgill.ca>
To: <abc-users@comlab.ox.ac.uk>
Sent: Thursday, July 06, 2006 7:43 PM
Subject: AW: [abc-users] strange problem while compiling using abc

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 Tue Jul 11 00:39:08 2006

This archive was generated by hypermail 2.1.8 : Fri Jul 28 2006 - 14:00:08 BST