Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] AspectJ 1.6.0 Requirements?

I am pleased to hear that.

Then the installer is actually incorrect. On the page that asks for the
JAVA_HOME directory, it states 1.3+.

This ought to be a quick fix for someone to change that string to 1.4+.

Bob 

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Andy Clement
Sent: Wednesday, April 16, 2008 4:55 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] AspectJ 1.6.0 Requirements?

For AspectJ1.6.0:
The *compiler and weaver* require at least 1.4 to run.
The code produced by those can run on anything back to Java 1.1.

so your 1.5 applications will be fine.  AspectJ being 1.6 compliant does
not pre-req a 1.6 vm.

Andy.

On 16/04/2008, Buck, Robert <rbuck@xxxxxxxxxxxx> wrote:
>
>
> Hello,
>
> I know that AspectJ 1.6 supports JDK 1.6+, but is it also capable of 
> running under 1.3+? The installer seems to imply this on the installer

> tab that asks for JAVA_HOME, but I just wanted to verify that it is 
> backwards compatible, so that my JDK 1.5 based applications can use
AspectJ 1.6.
>
> Thanks in advance for the clarification.
>
> Bob Buck
> _______________________________________________
>  aspectj-users mailing list
>  aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top