# Java VM: OpenJDK 64-Bit Server VM JBR-17.0.8.1+7-1000.32-jcef (17.0.8.1+7-b1000.32, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)# Problematic frame:# V [jvm.dll+0x30c1dd]## No core dump will be written...
However, if upgrading is not an option for you right now, some vendors such as Oracle and BellSoft offer a solution coupling JVM 17 and JDK 8 (BellSoft also has a similar solution for JDK 11). This makes your application believe it still runs on older Java versions, but in reality, i...
First, update the runtime to one with JCEF following these steps: 1. Select **Help** > **Find Action** from the Android Studio menu. 2. Enter "**Choose Boot Java Runtime for the IDE**" and select it from the suggestion list. 3. Select the latest bundled runtime that comes with ...