mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
plugin_dependencies.md: minor
This commit is contained in:
parent
7e8073d3aa
commit
a9c91b34ab
@ -18,7 +18,7 @@ To express dependencies on classes from other plugins or modules, perform the fo
|
||||
2. Project Setup
|
||||
3. Declaration in `plugin.xml`
|
||||
|
||||
If `NoClassDefFoundError` occurs at runtime, it means that either Step 3 was omitted or loading the (required) plugin dependency failed (please check log files [Development Instance](ide_development_instance.md#development-instance-settings-caches-logs-and-plugins)).
|
||||
If `NoClassDefFoundError` occurs at runtime, it means that either Step 3 was omitted or loading the plugin dependency failed (please check log files from [Development Instance](ide_development_instance.md#development-instance-settings-caches-logs-and-plugins)).
|
||||
|
||||
</procedure>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user