[3292] in java-interest
Re: Why are dll's in bin?
daemon@ATHENA.MIT.EDU (Thomas Ball)
Mon Nov 6 17:42:17 1995
Date: Mon, 6 Nov 1995 11:31:52 -0800
From: tball@scndprsn.eng.sun.com (Thomas Ball)
To: garya@village.org
Cc: java-interest@java.Eng.Sun.COM
Ask Microsoft -- DLL's are looked up with the PATH variable, not a separate
library list like Solaris' LD_LIBRARY_PATH. The rule for finding DLL's is
(true for all Windows apps): same directory as .exe, Windows directory,
Windows system directory, then PATH.
Tom Ball
Java Products Group
> From daemon@java Fri Nov 3 20:38:21 1995
> Mime-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: Why are dll's in bin?
> To: java-interest@java
> X-Info: To unsubscribe, send 'unsubscribe' to java-interest-request@java.sun.com
>
> Why are the dynamic libraries distributed in ../bin and not ../lib?
>
> Gary Aitken garya@village.org
> -
> This message was sent to the java-interest mailing list
> Info: send 'help' to java-interest-request@java.sun.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com