0
votes

I have read this answer but not worked for me. MXMLC and 64bit JRE

**. I have 32 bit JVM and I have set the java.home in the jvm.config

Flex version: Open Source Flex SDK 4.1.0

java version "1.8.0_25".

Java(TM) SE Runtime Environment (build 1.8.0_25-b18).

Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode, sharing).

System: windows 10 x64(eval build 9841)

Error is

Error loading: C:/Program Files (x86)/Java/jre1.8.0_25\bin\client\jvm.dll

Is there a compatible java version for Flex 4.0.1?

Edit: Version 4.13.0 working though.

1
I added a new answer to stackoverflow.com/questions/2955280/mxmlc-and-64bit-jre/… which should help you: Use batch files instead of the exe files.bebbo

1 Answers

1
votes

This error suggests your JDK is not installed correctly. Try uninstalling it and re-installing it.

BTW Windows 10 is not supported for the JDK, so it may be that you can't install for this eval version of the OS.

You could also try the 64-bit version of the JDK to see if you have more luck with that.

This error has nothing to do with Flex.