Use Sublime Text with Eclipse

Asked

Viewed 282 times

1

I’m in a new project that uses the Java WEB + Spring in the backend and I do only front-end. I need to keep Eclipse open to run the server.

However, I use the Sublime Text 2 in html editing because I find it very responsive with Emmet extensions, for example.

My problem is that when I make a change to html through Sublime, I have to change the windows window for Eclipse to update the edited code and only then be able to check the change in the browser.

  • The problem is that the sublime does not deploy the modified files?

  • 1

    this, when I change the window for the eclipse, with the file I edited opened, it updates itself and so the eclipse makes the deploy.

  • 1

    [https://stackoverflow.com/questions/16119005/integrate-sublime-text-with-tomcat] here you have a similar solution... but once you change the file it takes up to 1 minute to receive the file update

1 answer

0


Hello, as far as I know it is not possible to automatically update the project’s JSP’s by eclipse (if you are in other software, as your case).

What you could check is Jrebel, it’s a hotdeploy platform for the eclipse, maybe it can have something like a "refresh Schedule".

The software can be downloaded here: https://zeroturnaround.com/software/jrebel/quickstart/eclipse/ And the license (non-commercial) can be made here: https://my.jrebel.com/

  • 1

    Thanks friend, but I ended up abandoning the Eclipse and installing the apache part.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.