Special Agent Squeaky

Eclipse에서 node.js 애플리케이션을 외부로도 실행하는 방법

다음은 외부 플러그인을 설치하지 않고도 Eclipse IDE 내에서 Node.JS 애플리케이션을 실행하는 방법에 대한 빠른 가이드입니다!
이봐! 내 웹사이트의 자동 번역 버전을 보고 계십니다! 내 웹사이트의 공식 언어는 영어이기 때문에(나는 영어만 알고 있기 때문에) 웹사이트가 자동 번역되기 때문에 일부 번역이 이상하거나 깨지거나 누락될 수 있다고 말하고 싶었습니다! 좋은 하루 되세요!
이 블로그 게시물은 July 2012 로 게시되었으므로 읽는 시점에 따라 오늘 날짜가 아닌 특정 부분이 있을 수 있습니다. 불행히도 정보가 여전히 정확한지 확인하기 위해 이러한 블로그 게시물을 항상 최신 상태로 유지할 수는 없습니다.
If you like using Eclipse as your preferred IDE for your coding, there is an easy way to use the built in External tools feature in Eclipse to launch Node.js applications, without having to install any external plugins.
Here is a short guide how.

The Hello World JavaScript project

Here is a simple overview of a typical Hello World application in JavaScript that prints out the phrase "Hello World" to the console.log.
Screenshot of a JavaScript file in Eclipse

Creating the External tool launcher

To launch this, we need to create a custom External tool launch configuration. Start by opening up your External tool configurations.
This can by done by going "Run" - "External Tools" - "External Tools Configurations...", or by clicking on the External tools shortcut in the toolbar:
External tool configuration
Select "Program" and then click on the "New launch configuration" button:
New launch configuration
Once the configuration window opens, do the following:
  1. Select a name for your run configuration, for example "node.js - Hello World".
  2. "Location" should point towards node.js launch command, for Window-users this can point directly to node.exe.
  3. "Working Directory" should points towards your project. This can be done by clicking on the "Browse Workspace..." button.
  4. Enter the name of the JavaScript file you want node.js to execute. In my case it is "main.js".
  5. Apply and close the window.
Settings

Running your application

Your launch configuration is now ready to be called from the "External tool" button:
Launching the app
Running it will use the console view in Eclipse for the output:
Console
방금 YouTube에 새로운 게임 비디오를 공개했습니다! 부담 없이 확인해보세요!
ENGLISHESPAÑOLPORTUGUÊSDEUTSCHFRANÇAISITALIANOРУССКОМ日本한국인中国人
이 웹사이트는 브라우저 쿠키도 생성하는 집계된 웹 분석 추적을 위해 Google Analytics를 자동으로 사용합니다. 추적을 원하지 않는 경우 시크릿 모드에서 이 사이트를 방문하십시오.