On Wed, Mar 26, 2025 at 11:16 AM Nick Couchman <vn...@apache.org> wrote:
> On Tue, Mar 25, 2025 at 9:32 AM Siva Padmanabhan <s.padmanab...@qub.ac.uk> > wrote: > >> Thank you. Please see the attached the text file for the full compilation >> error(Guacamole Client). >> >> Yes I am trying to install Guacamole natively , using the repo and >> following the instructions in the user guide. >> Guacamole server installation was successful. I used the guacamole-server >> source from the Guacamole project web site and followed the build and >> installation process outlined in the guide. >> >> I obtained the guacamole client source from the project website and >> followed the build process. This is where it fails. I am not using GitHub. >> Our institution's security policy advises me not to use Github. I can ask >> for an exception and use GitHub however I am wondering why the Client >> installation would fail when I have all dependencies in place and haven't >> modified the downloaded source. I would prefer to use the tested and >> evaluated code rather than the untested GitHub source. >> > The actual error that you're seeing is this: [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment. It looks like you do not actually have the java compiler installed in your environment, and this is why it is failing to build. -Nick >