Skip to content

Commit

Permalink
GITBOOK-179: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Talia Rosin authored and gitbook-bot committed Feb 9, 2025
1 parent 724dcaa commit 47c7c97
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 47 deletions.
2 changes: 0 additions & 2 deletions jfrog-applications/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@
* [Analyze your Results](jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/README.md)
* [Resolve Issues](jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/resolve-issues.md)
* [Ignore Findings](jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/ignore-findings.md)
* [Building and Testing the Sources](jfrog-applications/ide/visual-studio-code/how-tos/building-and-testing-the-sources.md)
* [JetBrains IDEs](ide/jetbrains-ides/README.md)
* [Supported Technologies](jfrog-applications/ide/jetbrains-ides/supported-technologies.md)
* [Install the JFrog IDEA Plugin](ide/jetbrains-ides/install-the-jfrog-idea-plugin.md)
* [Connect the JFrog Plugin to the JFrog Platform](ide/jetbrains-ides/connect-the-jfrog-plugin-to-the-jfrog-platform.md)
* [Using the JFrog Plugin in the JetBrains IDEs](ide/jetbrains-ides/using-the-jfrog-plugin-in-the-jetbrains-ides.md)
* [Plugin Configuration](ide/jetbrains-ides/plugin-configuration.md)
* [Apply Xray Policies and Watches](ide/jetbrains-ides/apply-xray-policies-and-watches.md)
* [Android Studio Support for JCEF](ide/jetbrains-ides/android-studio-support-for-jcef.md)
* [Troubleshooting](ide/jetbrains-ides/troubleshooting.md)
* [Eclipse](jfrog-applications/ide/eclipse/README.md)
* [Supported Technologies](jfrog-applications/ide/eclipse/supported-technologies.md)
Expand Down

This file was deleted.

10 changes: 10 additions & 0 deletions jfrog-applications/ide/jetbrains-ides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ Please report issues by opening an issue on [GitHub](https://github.com/jfrog/jf

We welcome community contributions through pull requests. To help us improve this project, please read our Contribution guide.

### Android Studio Support for JCEF

The JFrog Plugin uses JCEF (Java Chromium Embedded Framework) to create a webview component in the plugin's tool window.

Most IntelliJ-based IDEs use a boot runtime that contains JCEF by default.

Android Studio and some older versions of other IntelliJ-based IDEs use a boot runtime that doesn't contain JCEF by default, and therefore the plugin can't be loaded in them.

To solve this issue, open the ["Choose Boot Runtime for the IDE"](https://www.jetbrains.com/help/idea/switching-boot-jdk.html) dialog where you can change the boot runtime to one that contains JCEF.

## Release Notes

The release notes are available on [Marketplace](https://plugins.jetbrains.com/plugin/9834-jfrog/versions).
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

### Software Composition Analysis (SCA)

JFrog supports **NuGet** Package Manager for Eclipse
JFrog supports **Maven** | **Gradle** | **npm** Package Manager for Eclipse

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

JFrog supports the following Package Managers for Visual Studio: 

**Maven** | **Gradle** | **npm**
**NuGet | npm**

0 comments on commit 47c7c97

Please sign in to comment.