eclipse - Compile AspectJ code to Java 6 code with a AspectJ 1.7 installation -


i developing using eclipse 4 , aspectj's latest version. in process of replacing java 6 library modified 1 (binary weaving). problem code being woven java 7 code, , need java 6 code.

i know there aspectj's compiler switch, i'd know if it's possible set setting through eclipse (other using ant task, of course).

i ended downloading aspectj 1.6. switched jre6, added aspectrt.jar aspectj 1.6 installation (as needed included in generated binary woven jar) , set java compliance level 1.6.

it seems work fine.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -