Cannot import jar library to the project
Answered
Hello!
I want to import my own jar library to my own project, but it does nothing. It was worked a few months ago.
I am using Intellij IDEA 2019.2.1 on MacOS Catalina beta 6 (19A536g)
Video file name is: Screen Recording 2019-08-25 at 09.05.00.mov (on the web form)
Alternate video link: https://streamable.com/7gzj9
Please sign in to leave a comment.
Hello,
Try to add
-Dide.mac.file.chooser.native=falseunder Help | Edit Custom VM Options and restart IntelliJ IDEA.Does it help?
Yes, it helps. Thank you.
Is there any documentation about these VM options?
This VM option tells IntelliJ IDEA to use its own file chooser instead of macOS' one. It is a workaround for the incorrect behavior which should be fixed in the scope of that bug:
https://youtrack.jetbrains.com/issue/JBR-1721