On Apr 9, 2007, at 2:49 PM, Anita Kulshreshtha wrote:
3. The shutdown config is using var/temp/jline.dll. We should be able to use a single copy of jline.dll. Where should jline.dll be put?
jline.dll is dynamically extracted from the jline-*.jar and it will put it into whatever is used for java.io.tmpdir for the executing JVM.
So you shouldn't need to worry about where its put. --jason
