Bing Magic
Bing Magic

Reputation: 29

There is a conflict between Jdeveloper and MAF in JAVA version,how can I solve this?

I'm using the JDeveloper to developer MAF on mac , but when I install the Jdeveloper , it shows warning it don't support JDK Version(Java 1.8.0_40),it only support the Java version 7.0 - 8.0 .But Official tutorial says the MAF 2.2.1 needs Java 8.0 to deploy iOS8.1.

So there is conflict in Java version , I tried to use both JAVA version(8.0 and 7.2),it can open the Jdeveloper , but both have something error in software .

How can I solve this problem , THX~

Upvotes: 0

Views: 276

Answers (1)

Shay Shmeltzer
Shay Shmeltzer

Reputation: 3721

First install JDK 7. Then using that version install JDev 12.1.3. Next install JDK 8. Download and install the MAF extension. JDeveloper will prompt you to point to the JDK 8 location. Done.

Next MAF version is going to work on JDev 12.2.1 which uses JDK 8 already.

Upvotes: 1

Related Questions