jar calls the dll file and prompts that the specified module cannot be found. Unable to load library
catalogue
Problem description
Solution 1
Solution 2
effect
Supplementary notes
Reference link
Problem description
On the Windows system, the Swing project developed by myself needs to use JNA to call the dll file of the dynamic link library( Java simple system monitoring )After using Maven assembly plugin (jar with dependencies) to for ...
Posted by jlgray48 on Thu, 27 Jan 2022 13:18:10 +0100
How to use dllplugin package to extract public dependencies and the problems encountered in the micro front end (Qiankun) project
preface
For large projects, it is often necessary to extract the dependencies of common parts to avoid repeated loading of dependencies. When extracting public plug-ins, we can consider using externals [Webpack's externals. note]. However, the premise of externals is that all dependencies must have a cdn or find its corresponding JS file, such ...
Posted by Dark-Hawk on Thu, 20 Jan 2022 14:21:29 +0100