简体   繁体   中英

sublime set up, to run a maven project with a tomcat 7 local host

Im a frontend developer & love working with sublime (MAC). I have started working with other developers that work with java on Eclipse/IDEA on a project using Maven GIT & a Tomcat local host. The problem is im having to use Eclipse/IDEA in conjunction to work with these guys. Does anyone know of the best way I can use Sublime to access and edit the HTML CSS & JS in the best way. Any help would be well apreciated

The best solution I found was:

Integrate Sublime Text with Tomcat

But I had to activate "build automatically" too in order to make it work.

Good luck

If you are looking for a more stylized syntax, I would recommend using package control to get JS, HTML, and CSS specific packages. If you are looking to use sublime to build Maven, then use package control to get Maven .


Assuming you already have package control installed, here are the steps to get the Maven package in sublime on a Windows or Linux machine.

ctrl+shift+p
click install package
type in Maven
hit enter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM