infer icon indicating copy to clipboard operation
infer copied to clipboard

Java Support Issue

Open mywnajsldkf opened this issue 2 years ago • 1 comments

Please make sure your issue is not addressed in the FAQ.

Please include the following information:

  • [X] The version of infer from infer --version. -> v1.1.0
  • [X] Your operating system and version, for example "Debian 9", "MacOS High Sierra", whether you are using Docker, etc. -> Mac OS
  • [X] Which command you ran, for example infer -- make. -> infer -- ./gradlew build
  • [X] The full output in a paste, for instance a gist. ->
  • [ ] If possible, a minimal example to reproduce your problem (for instance, some code where infer reports incorrectly, together with the way you run infer to reproduce the incorrect report).

Hi I try to run gradle example. But When I run this with command infer -- ./gradlew build I faced java java version problems and external error with ./gradlew --version

Is there proper version of java and gradle or How can I fix it?

mywnajsldkf avatar Aug 08 '22 23:08 mywnajsldkf

I have just tried

infer -- ./gradlew build

On an MBP M1 with a build of infer from the repo, and it worked fine.

NathanDotTo avatar Nov 22 '23 17:11 NathanDotTo