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?

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
>
>


Back to the top