Not able to generate RAML from JAX-RS REST API

2019-09-09 00:43发布

问题:

I am trying to generate RAML from existing jax-rs REST API. I've already installed jax-rs to RAML plugin in eclipse. And it is installed properly as I can run examples properly from eclipse and able to generate RAML.

When I tried to generate RAML from existing jax-rs REST API, I am getting below error.

What could be the reason and solution for this ?