Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ in clear j2me

Hi,

Unfortunately I believe there is still more work for us to do to fully
support J2ME.  There have been bugs discussing it over the last few
years: https://bugs.eclipse.org/bugs/show_bug.cgi?id=92933.  For a
subset of AspectJ functionality you may find it works, but I don't
think we have definitively written down that subset.  What kind of
aspects are you writing?  AspectJ compiler produced bytecode should
run on very old VMs but some of the types and language features that
aren't around on a J2ME setup can easily trip it up.

Andy

On 21 February 2010 23:50,  <pieter.velkeneers@xxxxxxxxx> wrote:
> Hi,
> I'm trying to run AspectJ on a SunSPOT (squawk VM) but to get this working,
> I need a clear j2me version of the AspectJ byte code (1.3 or 1.2 compliant).
> How can I acquire this?
>
> Thanks in advance.
>
> Kind regards,
> Pieter Velkeneers
>
> pieter.velkeneers@xxxxxxxxx
> pieter.velkeneers@xxxxxxxxxxxxxxxx
> http://patsstudent.ua.ac.be/~pvelkeneers/blog
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
>


Back to the top