Java Dynamic Link Libraries

January 28th, 2010 by hlgiles

DLLs or dynamic link libraries are files that are dynamically loaded and are associated with executable programs or with other DLL files at run-time. Most dynamic link libraries are necessary and beneficial with a few known as malware DLLs that threaten the security and privacy of a computer system. A Java dll exists that is a part of the Java Development Kit from Sun Microsystems and resides in the bin directory of the Java environment inside the Program Files folder of the main drive. The Java DLL is a useful and an effective mechanism that is used for code-sharing and cross-language linkage. These dynamic link libraries are used by the Java platform to refer to a set of computer software products, specifications and other requirements and all of these together are used to generate a system of programming application software and distribution that exists in a cross-platform environment.



Posted in Computing, Misc | Comments Off

Comments are closed.