0

I tried to install Java modeling language (JML) and something got wrong. I use Eclipse IDE, windows 10. I opened Eclipse -> Help -> Install New Software and then I installed using this

Then, I restarted Eclipse and the new icons appeared in the top menu bar. When I try to compile or to use JML icons Eclipse shown a huge error message. (img)

What can I do to fix this? I didn't find a solution on website

dacian
  • 95
  • 1
  • 8

1 Answers1

0

I am not allow to use the comment function.

Here are my remarks:

  1. First, it seems that OpenJML is installed correctly.
  2. If the stacktrace belongs to the OpenJML run, it is clearly a case for the issue tracker. The corresponding line handles the import multiple packages. Maybe you could try with an example to from the OpenJML repository to verify, that the problem occurs with your Java file only. You could also try openjml on the command line. It behaves like javac with extra options.
  3. A minor detail: Something seems odd with the OpenJML versioning. Current version is 0.8.49 (after github releases) from 2020-09-25. Your version 0.8.48, but from the same date.
wadoon
  • 51
  • 3
  • Thank You! Still I didn't solve the problem but I found that the error code is 4, so I will try to search for this error in github page mentioned in jml website – dacian Oct 27 '20 at 18:36