Search code examples
javaspringspring-bootjrebel

DefaultRebelLaunchConfigProvider - unknown type org.springframework.ide.eclipse.boot.launch


I am setting up a basic Spring Boot application (1.2.3.RELEASE) on Spring Tool Suite 3.6.4.RELEASE.

I decided to install jRebel using myJRebel (6.2.0).

When I start my application (Run as Spring Boot App), I can't see the jRebel logs in the console. I already checked my project under jRebel config and there is already a rebel.xml.

In the logs I found this

DEBUG DefaultRebelLaunchConfigProvider - unknown type org.springframework.ide.eclipse.boot.launch

Any possible reason why is this?


Solution

  • If your project is using embedded container, it should have main method. I would try to run it as Java application.

    According to Spring Boot docs, JRebel should work.