On Wed, Aug 24, 2022 at 8:12 PM 김찬수 <[email protected]> wrote: > > Hello, > I am using FreeRDP to make RDP functions available without installation on > the web. > > I'm Java Developer. > > Therefore, you configure the FreeRDP Headless Client and connect it using the > JNI. >
No, Guacamole does not use JNI at all. Guacamole uses a native service written in C called "guacd" that dynamically translates between native protocols like VNC, RDP, etc. and the Guacamole protocol. The webapp communicates with guacd over the local network, similar to how you might have a webapp communicate with a database. - Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
