plaskowski / EmbeddedBrowserIntellijPlugin

Intellij plugin providing a simple browser embedded in tool window
13 stars 0 forks source link

[question] qustion in using JCEF #49

Closed sangho-jeon closed 2 years ago

sangho-jeon commented 2 years ago

hi, im currently testing this plugin and want to customize it. i'm using mac and faced with JCEF issue. with a error message "java.lang.IllegalStateException: JCEF is not supported in this env or failed to initialize", how did you solved this problem? if the problem did not occurred in your case, can you tell me what jdk version did you used?

plaskowski commented 2 years ago

Hi, I am on vacation till July 24th. I will take a look afterwards. Cheers.

niedz., 17 lip 2022, 09:31 użytkownik Sangho-Jeon @.***> napisał:

hi, im currently testing this plugin and want to customize it. i'm using mac and faced with JCEF issue. with a error message "java.lang.IllegalStateException: JCEF is not supported in this env or failed to initialize", how did you solved this problem? if the problem did not occurred in your case, can you tell me what jdk version did you used?

— Reply to this email directly, view it on GitHub https://github.com/plaskowski/EmbeddedBrowserIntellijPlugin/issues/49, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPIF4YWXKUEF4FW3M3A5BDVUOZGBANCNFSM53ZJ6RWA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

plaskowski commented 2 years ago

Hi @sangho-jeon, I was able to run the project ("Run Plugin" run configuration) without an issue. My setup: macOS Monterey 12.4, IntelliJ IDEA 2021.2.3 (Ultimate Edition), project SDK is Azul-15

Please provide a screen recording what are you doing exactly and how the problem shows up. Another thing - try run ./gradlew runIde from Terminal to make sure it is not IDE configuration problem.

sangho-jeon commented 2 years ago

i solved this problem! i think it was gradle version issue. thanks for replying.