HI,
I am getting an error when I compile the REST API code in the script console using the Forge-RestAPI cartridge. The error is when I import certain packages e.g.
import javax.ws.rs.*;
import javax.ws.rs.core.*;
import javax.ws.rs.container.*;
import…