Still no luck. I tried the following:
1. Create C:\flex2\.
2. Copy the 32-bit jre folder to the flex2 directory.
3. Change the java.home parameter in the jvm.config to be C:/flex2/jre.
4. This gave me an error in MMF2 when building:
[INDENT]Error loading: C:/flex2/jre\bin\client\jvm.dll[/INDENT]
5. I changed the forward-slashes (/) in the java.home parameter to back-slashes (\).
6. I then got another error in MMF2 when building:[INDENT]Error: could not find a JVM.
[/INDENT]
The jvm.dll definitely exists in the correct folder. I've also tried using the 64-bit version of the jre with all of the above configurations.