| Summary: | NativeLibrary: Clarify search order, allow added search-path + add property `jogamp.primary.library.path` | ||
|---|---|---|---|
| Product: | [JogAmp] Gluegen | Reporter: | Sven Gothel <sgothel> |
| Component: | core | Assignee: | Sven Gothel <sgothel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mfery |
| Priority: | P4 | ||
| Version: | 2.6.0 | ||
| Hardware: | All | ||
| OS: | all | ||
| Type: | FEATURE | SCM Refs: |
581549571c0a0bd245621a004cc2a9be6d10888b
f051db16085b615e8609b889817d43209ebd1ebf
|
| Workaround: | --- | ||
| Bug Depends on: | 1510 | ||
| Bug Blocks: | 1511 | ||
|
Description
Sven Gothel
2025-07-12 18:22:20 CEST
Resolved as described in commit 581549571c0a0bd245621a004cc2a9be6d10888b commit f051db16085b615e8609b889817d43209ebd1ebf
Bug 1519 - NativeLibrary: `searchPathPrepend` shall act independent of `addToSearchPath`, do a null-check when using (Windows)
Current usage sets both, i.e. addToSearchPath=true and searchPathPrepend=<some-valid-path>.
However, it shall be used independent offering more flexibility and fail-proof.
|