Atom编辑器:可以像myeclipse那样运行java代码吗
阿神
阿神 2017-04-18 09:27:51
0
4
1190

请问下Atom编辑器可以实现对java项目的运行编译吗?试过用sublime编写前端代码,代码更新需要到myeclipse中刷新才能生效。想问下有没有什么好的方法可以在sublime或者atom中编写前端代码可以即时更新不用到myeclipse中刷新代码。

阿神
阿神

闭关修行中......

reply all(4)
巴扎黑

First install the java environment locally, then install the script plug-in for atom and run cmd+i

左手右手慢动作
  1. In atom/sublime里更改前端文件,希望eclipsesynchronous refresh, it is estimated that some plug-ins that monitor file system changes are needed (I have reservations about whether anyone has done it). The existence of such plug-ins is of little significance

  2. myeclipse是什么?myeclipseeclipse is a commercial paid plug-in that provides a large number of small tools and plug-ins required for enterprise-level Java applications to facilitate development.

  3. What is
  4. eclipse? It is an integrated development environment (referred to as: IDE) written in Java. It is called an integrated development environment because with it, real-time static syntax checking, code prompts, search definitions, compilation, running, and debugging are all possible.

  5. The front-end advanced editor platform developed by
  6. atom是什么?是一个基于web技术electron can theoretically complete some of the basic functions of IDE through various plug-ins. However, when faced with static and compiled languages ​​​​such as Java, there is still a certain gap between the convenience of IDE.

From your description, your project may be a javaEE project with front-end and back-end mixed together. javaEE项目,eclipse配合myeclipse插件在编辑前端文件时效果也是不错的。所以除非你真的在atom/sublime下有特别的需求,否则直接用eclipseUsing the myeclipse plug-in will also have good results when editing front-end files. So unless you really have special needs under atom/sublime, just use

and don’t switch back and forth (purely a personal opinion) 🎜
伊谢尔伦

Atom has this kind of plug-in, but when writing Java, you still use eclipse or intelliJ idea. These two are so easy to use! !

PHPzhong

atom looks really cool, but its in-depth support for a certain language is not strong, with breadth but no depth. It's no problem to write the code directly or check the spelling of the code, but debugging the code is just fine. So if you have eclipse or myeclipse, don't use this. It's really not that bad at debugging.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template