Closed develar closed 2 years ago
Native library files (.so, .dll) maybe available only as unpacked into some dir, so, if pty4j
starts some external process, pty4j.preferred.native.folder
must be also propagated.
Actually, pty4j.preferred.native.folder
system property is not needed by ConsoleProcessListChildProcessMain
as it doesn't use it. But it uses JNA, so jna.boot.library.path
and jna.nounpack
are propogated to the child process. Fixed by 719adc918c06b1f3b88fc74c8b02912bfae21b88
@develar Could you please describe the case you're fixing?