1 thought on “local wholesale jewelry MyEclipse 6.0.1 RDT how to install it”

  1. turkish wholesale jewelry supplies Introduction to the correct configuration method of Ruby for Eclipse

    Ruby for eclipse. First, you need to make some previous preparations, such as downloading some needed tools, installing the configuration environment and plug -in. The following will make a detailed introduction to this.
    Ruby language is a practical script language. Here we will understand the correct installation and configuration methods of some Ruby for Eclipse.

    --- The following installation configuration

    In installation of the Ruby for Eclipse environment and plug-in:

    1. Install the Ruby interpreter: Double-click to download it directly. EXE file, just install the installation wizard;

    2. Install RAILS: Enter the following command "Gem Install Rails-";
    2. Install RDT. Install RDT Plug -in: in Eclipse> Help> Software Updates> Find and Install ...> Search for New Feature to Install> New Local Site, select the decompression directory of the RDT plug -in, and install the plug -in instructions according to the guide instructions;

    3 . Install Radrails plug -in: in Eclipse> Help> Software Updates> Find and Install ...> Search for New Feature to Install> New Local Site, install the downloaded instructions according to the direction;

    Second, configure the Ruby for Eclipse environment:

    1. The Ruby version I use is 1.86, the Eclipse version is 3.3.1. The installation is basically no more configuration. Open Eclispe> Windows >> Ruby> Installed, you can see that the default has been set up as a virtual machine;

    2. If you want to use the native Ruby as a virtual machine, you can click the "ADD" button to set the Ruby's running directory Essence At this point, the setting is completed, and there is no need to set other system paths like the previous version.

    three, Hello Ruby:

    1. Select the menu Eclispe> New> Project> Ruby> Ruby Project to create a Ruby project "HelloRuby";

    2. Right -click the mouse on the new Ruby project, select New> Ruby Class, and create a new Ruby class, the class name is helloRuby;

    3. Write the following code in the new class, Hello Ruby It's finished. Right -click the menu Run as> Ruby on the project to output the result.

    Class Hello
    print "Hello Ruby!"
    end

Leave a Comment