Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Native Code

Inside a jenkins .war, we can find .jar. By unzipping all this, we can identify those dlls:

Code Block
./com/sun/jna/win32-aarch64/jnidispatch.dll
./com/sun/jna/win32-x86/jnidispatch.dll
./com/sun/jna/win32-x86-64/jnidispatch.dll
./META-INF/native/windows64/jansi.dll
./META-INF/native/windows32/jansi.dll
./winp.dll
./winp.x64.dll

jansi/winp would need work to have native arm64 versions.