I have tried to install JDeveloper 12.2.1.4.0 in an Oracle Cloud Ampere A1 Instance with Oracle Linux 8.5, but the different install packages show errors.
By example Generic Installer:
Previously I have installed JDK 1.8.0_333 on Oracle Linux 8.5:
And rename the second .jar file:

And execute:
/usr/jvm/jdk1.8.0_333/bin/java -jar V998597-01.jar
But, this installer shows this error:
Extracting the installer . . . . . . . Done
Exception in thread "main" java.lang.NullPointerException
at com.oracle.cie.nextgen.common.inventory.InventoryUtils.getDefaultInvPtrLoc(InventoryUtils.java:131)
at com.oracle.cie.nextgen.launcher.PlatformHelper.getDefaultInventoryPointerFile(PlatformHelper.java:496)
at com.oracle.cie.nextgen.launcher.Utils.getInvPtrLoc(Utils.java:449)
at com.oracle.cie.nextgen.launcher.Launcher.doMainHelper(Launcher.java:2334)
at com.oracle.cie.nextgen.launcher.Launcher.execute(Launcher.java:4107)
at com.oracle.cie.nextgen.launcher.Launcher.main(Launcher.java:3969)
----------------------------------
2022-05-12 14:02:18,690 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Launcher log file is /tmp/OraInstall2022-05-12_02-02-18PM/launcher2022-05-12_02-02-18PM.log.
2022-05-12 14:02:18,692 INFO [1] com.oracle.cie.nextgen.launcher.Launcher - Running jar: /home/opc/Downloads/V998597-01.jar
2022-05-12 14:02:18,712 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Extracting to /tmp/orcl8520865731140203091.tmp.
2022-05-12 14:02:18,729 SEVERE [1] com.oracle.cie.nextgen.launcher.PlatformHelper - Can't get PlatformInfoHolder
2022-05-12 14:02:18,730 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Extracting the installer . . .
2022-05-12 14:02:22,732 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Finished self extraction to /tmp/orcl8520865731140203091.tmp.
2022-05-12 14:02:22,732 SEVERE [1] com.oracle.cie.nextgen.launcher.PlatformHelper - Can't get PlatformInfoHolder
2022-05-12 14:02:22,734 SEVERE [1] com.oracle.cie.nextgen.launcher.PlatformHelper - Can't get PlatformInfoHolder
Could you help me with this process, please?
I hope your help.
Regards