java - Flex mxmlc error loading JVM windows 7 64 bit -
i'am executing command in windows 7 console:
mxmlc
then get:
error loading: c:\program files (x86)\java\jre7\bin\client\jvm.dll
how fix this?
the jvm.dll exists in directory, why error occurs?, i've tried reinstall java, didn't helped
the flash compiler, mxmlc, not run under 64 bit jvm. according 4.6 sdk docs:
note: must use 32-bit version of jdk, version 1.5 or later. command line compilers not work 64-bit jdk.
unfortunately, need install 32 bit jvm.
Comments
Post a Comment