@Prateek, could you help on where can we find the jdk-8u101 for mac os aarm chip (M2 pro). I tried https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu but getting null pointer exception.
java -jar V998597-01.jar -ignoreSysPrereqs Launcher log file is /private/var/folders/5j/0sp1k0g92_376dtjgdlr357w0000gn/T/OraInstall2025-01-16_11-17-24AM/launcher2025-01-16_11-17-24AM.log. 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)