Backport 2.0 RC

Rémi Forax forax at univ-mlv.fr
Fri Jul 27 13:07:18 PDT 2012


On 07/27/2012 09:49 PM, Mark Roos wrote:
>
> Hi Remi
>
> How do I run with the backport?  I am using OSX Lion.
>
> regards
> mark
>
>

download the backport, unzip the zip,
in lib you have two files one is asm-4 and the other is the backport 
(jsr292-backport.jar)

the jsr292-bkkcport.jar is a Java agent so you can just run with the 
jdk6 provided by Apple,
   java -javaagent:lib/jsr292-backport.jar YourMain

the only constraint is that because jsr292-backport.jar has a dependency 
on asm.jar,
they should be in the same directory.

cheers,
Rémi



More information about the mlvm-dev mailing list