MXMLC and 64bit JRE
        Posted  
        
            by sascha
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sascha
        
        
        
        Published on 2010-06-02T05:47:59Z
        Indexed on 
            2010/06/02
            5:53 UTC
        
        
        Read the original article
        Hit count: 486
        
Are there any workarounds to get the Flex compiler to work with a 64bit JRE? If I use an MXMLC task in an Ant buildfile in Eclipse it works fine but if I try to use MXMLC from the command line (or try the Run... command from FDT in Eclipse) it fails, telling me ...
"Error loading: C:\Program Files\Java\jrrt-1.6.0\jre\bin\jrockit\jvm.dll"
(this is with a 64bit JRockit runtime but that shouldn't matter).
© Stack Overflow or respective owner