You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ We have faced the such problem when tried to use Apache POI v5.2.4. This version
18
18
As a result it leads to ClassNotFoundExceptions in some cases when Apache POI functionality is called.
19
19
This project demonstrates how to solve this problem using the packaging of Apache POI dependency as a separate bundle.
20
20
21
+
## Quick start
22
+
23
+
The latest version of the extension jars can be downloaded from the [releases page](../../releases/latest) and installed to Polarion instance without necessity to be compiled from the sources.
24
+
The extension jars should be copied to `<polarion_home>/polarion/extensions/ch.sbb.polarion.thirdparty.bundles.<BUNDLE_FOLDER>/eclipse/plugins` folder(s).
25
+
For example jar file `org.apache.poi-1.3.0.jar` should be copied to `<polarion_home>/polarion/extensions/ch.sbb.polarion.thirdparty.bundles.org.apache.poi/eclipse/plugins` folder.
26
+
Changes will take effect after Polarion restart.
27
+
28
+
> [!IMPORTANT]
29
+
> Don't forget to clear `<polarion_home>/data/workspace/.config` folder after extension installation/update to make it work properly.
30
+
21
31
## Build
22
32
23
33
All the extension artifacts can be produced using maven:
0 commit comments