Message11745

Author jeff.allen
Recipients eaaltonen, jeff.allen, zyasoft
Date 2018-03-05.21:44:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520286257.99.0.467229070634.issue2427@psf.upfronthosting.co.za>
In-reply-to
Content
JLine extracts a copy of the jansi DLL to temporary storage (twice for some reason -- see #2589).

In 2.7.2a1 we get:
PS> jython --boot
Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path]
        at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182)
        at org.fusesource.hawtjni.runtime.Library.load(Library.java:140)
        at org.fusesource.jansi.internal.CLibrary.<clinit>(CLibrary.java:42)
        at org.fusesource.jansi.AnsiConsole.wrapOutputStream(AnsiConsole.java:48)
         ...

Clearly we are here: https://github.com/fusesource/hawtjni/blob/84aa381836dae2b784ea685b71c54c6eb6622646/hawtjni-runtime/src/main/java/org/fusesource/hawtjni/runtime/Library.java#L224 but I'm not much the wiser.
History
Date User Action Args
2018-03-05 21:44:17jeff.allensetmessageid: <1520286257.99.0.467229070634.issue2427@psf.upfronthosting.co.za>
2018-03-05 21:44:17jeff.allensetrecipients: + jeff.allen, zyasoft, eaaltonen
2018-03-05 21:44:17jeff.allenlinkissue2427 messages
2018-03-05 21:44:17jeff.allencreate