eclipse shelled 安装

shelled  wiki :

http://sourceforge.net/apps/trac/shelled/wiki/Documentation/InstallGuide



Documentation/InstallGuide

Please DO NOT put your installation problems on this page. Please open tickets for such issue and keep this page on topic.

Installation Guide

Prerequisites

Eclipse Juno (version 4.2.x)

ShellEd project doesn't have enough resources to support multiple versions. Thus only the latest ShellEd version is supported on single Eclipse release.

Installing on Fedora Linux

ShellEd is available in recent releases of Fedora Linux. Search for "eclipse-shelled" in the Add/Remove Software tool or, from the command line:

$  su -c 'yum install eclipse-shelled'

Installing on Other Operating Systems

Using the update site

Use the regular install method with the following update site link https://downloads.sourceforge.net/project/shelled/shelled/ShellEd%202.0.2/update

Using zipped update site

  1. Download net.sourceforge.shelled-site-2.0.2.zip
  2. Select Help > Install New Software...
  3. Now select the "Add" again, use the "Archive..." button to select the downloaded zip-file as source.
  4. Install ShellEd

Important note: ShellEd is compiled with Java 7, it might work with Java 6 but it's not tested, so ensure you're using Java 7 with Eclipse. If you use Java 6 you are on your own though I'll happily apply any patch to fix compatibility. Thank you to zero_sum, who wrote: "After changing the -vm arg in eclipse.ini and restarting I can see my shell scripts in all their glory."

To check ShellEd is installed:

  1. Select Help > Install New Software...
  2. Click What is already installed?
  3. Look for Shelled in the list under the Installed Software tab.
  4. Try opening a shell script with a .sh file extension. It should be syntax highlighted.
  5. Try creating a Shell Script Project (File > New > etc.). Create a blah.sh shell script. Put a common Unix command in there like "cat". Double-click cat. A man page for cat should pop-up after a short delay.

你可能感兴趣的:(eclipse shelled 安装)