Class NativeDiscovery
java.lang.Object
org.episteme.core.technical.backend.nativ.NativeDiscovery
Platform-independent utility for discovering native library directories.
This class is strictly JDK 21 compatible and does NOT use any preview APIs (like FFM), allowing it to serve as a shared utility for all modules without versioning conflicts.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds the "libs" directory by searching upwards and checking module paths.Resolves the environment-specific library path list, including standard system paths.
-
Constructor Details
-
NativeDiscovery
public NativeDiscovery()
-
-
Method Details
-
findLibsDirectories
-
getSearchPaths
-