Skip to content

Commit 35a844b

Browse files
committed
Add background blog link to RM.
1 parent 34d7a51 commit 35a844b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This CFML component allows java libraries that have been packaged as OSGi bundle
77

88
You can use it to load a class directly from a given local bundle without worrying about whether the bundle has been installed.
99

10+
[More background details](https://blog.simplicityweb.co.uk/121/loading-java-libraries-dynamically-in-lucee-without-javaloader).
11+
1012
## Usage
1113
### Prepare the bundle
1214
1. Ensure the jar you wish to load has been created as an OSGi bundle. At a minimum this will mean its META-INF/MANIFEST.MF contains `Bundle-SymbolicName` and `Bundle-Version` entries. Use the [`manifestRead()`](https://docs.lucee.org/reference/functions/manifestread.html) Lucee function to check. You will need these two values when installing or loading classes from the bundle.

0 commit comments

Comments
 (0)