Integrating perl Editor with My Eclipse - perl

I had some automation scripts written in perl.
I am able to run those scripts using Eclipse 3.x versions with the help of epic ide.
But I need to Integrate them with My Eclipse 6.0 . I googled but couldn't find any plugin to match . Could anyone help me in this..

You should be able to install EPIC plugin also in My Eclipse adding the repository update site, otherwise you can try with perlipse .

Related

please anyone can give me the link of eclipse for AIX6.1 64bit

I tried so much but i didn't get eclipse for AIX6.1, please anyone can give me the link of eclipse for AIX6.1 64bit, thanks in advance.
To find Eclipse for less common platforms, you have to go to the Eclipse platform download page.
http://download.eclipse.org/eclipse/downloads/
Then pick a release. The latest currently is 4.4.1, so...
http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.1-201409250400/
Then grab one of the Eclipse SDK packages. This will give you basic Eclipse with Java tools. You will need to install other plugins you need.

Latex and NetBeans

I have NetBeans 8.0.2 EE edition. I'm wondering if there is a latex plugin supported by Netbeans in the same way as Texlipse plugin in Eclipse. I've been searching online about that but unfortunately I couldn't find a good plugin.
Thank you.
I was looking for it
I found this
http://plugins.netbeans.org/plugin/5749/tex-language-support
you have to build de module, I did with the current code, but doesn't work, I will try to see what happened, you can try to do the same
good look
The best plugin I know of is https://kenai.com/projects/nblatex/downloads .
I have used it extensively in the past, however, I have not tried to use it with a version of NetBeans higher than 7 and so I can't say if it works with the latest NetBeans.

How to install the JSystem plugin for Eclipse

As per the JSystem documentation it's stated that the installer of JSystem has a little checkbox which install the eclipse plugin, but the screenshot on the manual it's for Windows XP(http://www.jsystemtest.org/sites/default/files/help/Chapter%203%20Getting%20Started%20with.htm#_Toc206753837) and right now I'm using ubuntu 12.04 with Eclipse Juno. I just installed JSystem here and can't find that little checkbox.
Also the documentation is sparse and short. Does anybody know how to install the JSystem plugin for Eclipse?
Thank you!
Actually, the Eclipse plugin is no longer part of the JSystem installation.
If you still want to use it, you can grab one of the older installation packages from SourceForge
(Version 5.7.02 would do the trick).
If are having problems with the Linux installation, you can install it on windows and copy manually the com.ignis.eclipse.plugin_5.7.02 jar from the jsystem/runner/Eclipse folder to the Eclipse plugins folder.
After restarting the Eclipse, you would be able to create a new JSystem project using the plugin.
One of the main reasons that the plugin is no longer provided and supported is that JSystem is now using Maven and most of the plugin functionality is now done via Maven archetypes.
To learn more about it please refer to the Getting started guide

Creating debian package (.deb) for eclipse rcp product

Hello everyone on stackoverflow!
I have successfully developed and installed my Eclipse RCP product on Windows using NSIS.
Now I want to install on Ubuntu.
After searching the net, I figured out that using a debian package (.deb) for installing our software would be much easier for the end user.
I could execute my application after exporting it as product using Export Wizard but could not find any help on how to create .deb package from IDE.
So my question is:-
Do I need to add some plugin to my Eclipse IDE so that I can create a deb package?
If not then is there any way to create a makefile for my project in Eclipse so that I can create a .deb package as suggested here
(I am developing on Ubuntu-12.04LTS any help/suggestions/comments are highly appreciated as I am completely new to Ubuntu. thank you in advance)
Some days ago I too had a same issue. That time I spend time on this, but then a simple shell script did the job. Please go through these links. They might help you -
http://ubuntuforums.org/showthread.php?t=838485
http://code.google.com/p/pkgcreator/
Another option is using STOW. You can find a tutorial on this over here -
http://www.gnu.org/software/stow/stow.html
http://www.ibm.com/developerworks/linux/library/l-stow/

Is it possible to use OpenEdge Architect with Eclipse 3.7.x?

Currently we are using Eclipse 3.4.2. And would like to use Jira plugin for Eclipse, but it needs at least version 3.6.x. It is impossible to update 3.4.x to 3.7.x. We will need to install a new version of Eclipse.
But how do I 'make' OpenEdge from freshly installed Eclipse? From Google search results I can see that there seems to be OpenEdge 10.2b plugin. But where do I get it? And is it going to be the same as what I have now (OpenEdge Architect 10.2)?
Look in in $DLC/oeide for a script called integrateArchitect - if it's there, that's how you can take a current OEA install and integrate it with another eclipse installation.