KPathSea bindings for Java

Erik Nijenhuis erik at xerdi.com
Mon Jul 15 16:38:19 CEST 2024


Hi Mike,

On Sun, 2024-07-14 at 19:43 +0000, Mike Marchywka wrote:
> I'm not sure what overall considerations you have but I routinely
> use the c++ equivalent for invoking various utilities until
> I can get a library or write my own code. This is an excellent
> way to bring up complicated code. Most of toobib uses
> "system"( IIRC ) to invoke things like a ws terminal
> until I can pick and code stuff around a c++ web socket
> library to talk to chrome. This also works for anything from grep to netstat
> and these end up being easy to debug.
Yes, `std::system` is sort of equivalent to a Java Process. However, that's
about the fallback. The other topic is about how to deal with libraries within
TL, which seems to only apply for programs which are statically linked against a
library of TL.

Best, Erik



More information about the texhax mailing list.