On Tue, Mar 26, 2019, 08:43 Kamal Ezzaki <[email protected]> wrote:
> i tried so hard to do what you said , i m not a java developper , i don't > know what the files are supposed to contain . > If all you will be doing are cosmetic changes, there's no Java involved. A .jar file is ultimately just a .zip file with a different extension. What makes a .jar recognizable and loadable by Guacamole as a Guacamole extension is the presence of guac-manifest.json. The overall format of Guacamole extensions is documented here: http://guacamole.apache.org/doc/gug/guacamole-ext.html#ext-file-format can you please send me an exemple of jar file so i can make changes . > please i need this > There was a decent example posted to this list recently: https://lists.apache.org/thread.html/fbcf40c509e410e47e60b7c7ba7cd699343d0cb1ef138540f3f32a60@%3Cuser.guacamole.apache.org%3E I suggest reading through the above and the description of the format in the manual. - Mike
