DLL Hell : Java Glossary

DLL Hell
DLL (Dynamic Link Library). This is the stupidest idea every foisted on the computing public. You can thank Microsoft for this lunacy and for the second stupidest idea, the registry. It started out well intentioned. If two different programs are using the same code, should they not share a common copy? DLLs also tend to stay loaded even after they are no longer necessary. Often this saves the effort of reloading them if they are used again soon. This is a Good Thing™. What went wrong? If you want to access code in a DLL from Java, you will need to write some JNI (Java Native Interface) glue.

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/dll.html J:\mindprod\jgloss\dll.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.214]
You are visitor number 19,529.