'Is it possible to install Weblogic 12.2.1.4 on Apple M1 computers?

I've been looking for information about this, but I don't find anything. I think there's no version available at Oracle site for installing Weblogic 12.2.1.X on Apple M1 devices, but maybe it's possible to do it using Rosetta 2.

Has somebody tried it? I cannot because I don't have an M1 device yet, but I'm wondering because I still develop soft that runs on Weblogic.



Solution 1:[1]

I could, but i had to add an argument -ignoreSysPrereqs (for example java -jar fmw_12.2.1.3.0_wls.jar -ignoreSysPrereqs), because throwed me a error

The error: Checking if CPU speed is above 300 MHz. Actual unknown. Failed <<<<

I used this documentation: https://community.oracle.com/tech/apps-infra/discussion/3888969/veridata-installation-checking-cpu-speed-failed

Solution 2:[2]

I currently use different versions (10.3.6,..) I just copy the folder installed in an old mac with intel, an then they work 99%, was necessary fix the folders resource like java.

But just realize have an issue on ServiceConnector, for remote calls ..

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 claudiod93
Solution 2 Gianluca Musa