[Java Service Compilation Error] Unable to Locate or Start Compiler

Hi everyone,

I’m currently running into a compilation issue with a Java service I’m working on.

I’ve added two external JAR files to both:

  • The package/code/jars directory, and
  • The lib folder of the service development project.

This setup allows me to successfully import the classes in my code without raising any import exceptions. However, I still can’t compile the service and keep encountering the following error:

css

CopyEdit

[ISS.0014.9116] Unable to locate or start compiler

Here’s what I’ve already tried:

  • Added the external JARs to the project’s build path.
  • Verified that the watt.server.compile setting correctly points to the Java compiler (even tried resetting it to the default).

Despite these steps, I’m still stuck and running out of ideas. I’ve gone through several suggestions found in the forums, but nothing has worked so far.

If anyone has experienced a similar issue or has any suggestions, I’d really appreciate the help! :slightly_smiling_face:

Thanks in advance!