Eclipse is a boon for developers. It is an outstanding development environment. The best thing about it is that it comes with no cost at all, absolutely free. Eclipse is more known as a Java development environment. By default it supports Java only but it also has plug-ins for Perl,C/C++ and PHP. Now its double boon. In this post we will cover how to install the Perl plug-in in Eclipse. Perl integration in Eclipse is provided by EPIC. Here are few things that you must have before proceeding to install the Perl plugin:
- You have Eclipse installed on your computer (If not then get Eclipse)
- You have Java SDK on your computer (If not then get Java SDK)
- You have on Perl SDK your computer (If not the get Perl SDK)
If you have all these three, then lets proceed for installing Perl plug-in.
Step 1:
Start Eclipse. From the “Help” menu. Select “Install New Softwares”
Step 2:
In here you will be asked to provide the source of the update. Add this source: http://e-p-i-c.sf.net/updates/testing. Click add. Then you will be asked to name this plugin. Choose “Perl” (or whatever you want to name it). Click Next.
Step 3:
Now click the check box EPIC and press Next. And then follow a series of Next Next click. Accept the license terms. And go for Next.
You might be prompted with this warning. Just click “OK”
After successful installation you will be asked to restart Eclipse. Restart Eclipse.
Step 4:
Now that you have successfully installed EPIC Perl plugin in eclipse, its time to run the Perl environment in Eclipse. Go to workbench. On the right corner you can see a Java button and another button in its left. Click on it and select “Other”.
When you click other, it opens Perspective and gives you several options. Select Perl and click Ok.
There you go. You have both Perl and Java environment. At any time you can go back to either of them by selecting the respective environment.
Hope it was helpful. Comments, feedbacks and suggestions are welcomed. Enjoy