Is it possible to install Cobos in Eclipse Indigo, running on Linux? - linux

I have Ubuntu 12 installed on my laptop and I want to have an IDE that allows me to develop both in Java and COBOL. The only version of eclipse available in the Ubuntu Software Center is Indigo.
The problem is that, until now, what I read about COBOS, the open source COBOL IDE perfect for the job, is supposed to run only in Eclipse Helios, and Windows.
My question is if anyone has come across this problem and how did you solve it. Is there anyway I could install COBOS in Eclipse?
I've downloaded COBOS 2.3.2.
Thank you in advance!

Related

How can i use a pre installed Intellij Idea that was installed on Windows 7 now on linux?

I have a pre-installed IntelliJ IDEA 2018 with all my code running on it on Windows 7.
I want to somehow use the same version of the installation instead of reinstalling the software again on linux and setting up all the libraries and the paths to my code again.
Is there a way that i can use that installation of IntelliJ on Windows in linux, too?
I have the software installed in D: Drive.
As suggested in the comment, i had to go through a separate installation for linux and then import settings by using setting sync plugin https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html

Toolbar not showing in Eclipse Neon in Ubuntu 17.04

I am using Eclipse Neon IDE (for Java EE developers) in Ubuntu 17.04.
I tried other versions of eclipse also, but I am not able to see tool bar in the eclipse.
Please help me on this.
Thanks in advance
This seems to be Eclipse bug 516408. Maybe it is already fixed in Eclipse Oxygen. If not, please add a comment in the Eclipse bug and try following workaround:
Workaround: Use Ubuntu 16.04 (gtk-3.18.9), or set SWT_GTK3=0

Graphical debugger interface on CentOS 7

Can anybody help suggesting good graphical debugger interface for CentOS 7. I tried searching for kdbg which works well on Ubuntu but there is no help available for installing kdbg and dependencies on CentOS 7. I tried installing kdbg rpm manually but then it doesn't work because a lot of dependencies like libDCOP.so, libkdcore.so, libkio.so etc. are not installed.
Is there a way to install kdbg and all of its required dependencies at once ? I am a newbie to CentOS and any help for this is appreciated.
It's been two years but this Q is still unanswered, hasn't been closed, and should still apply:
1) Try Nemiver
From the webpage:
Nemiver is an on going effort to write an easy to use standalone C/C++ debugger that integrates well in the GNOME environment.
It's extremely simple and straightforward. And it should be available for CentOS 7 (I have a box with CentOS 6.8 and it's available via yum).
2) Read this question
Is there a C++ gdb GUI for Linux?
Be warned, that question was closed as off-topic.
3) Perhaps a full IDE like Code::Blocks?
You get the whole package: a text editor, one-click building, plugins, and a graphical debugger.

Install MonoDevelop IDE for Redhat Linux

I am trying to install and configure MonoDevelop on my Oracle VM Virtual Box. The Operating System that running on the VM is RedHat Linux.
With the help of the below link, I have installed the mono-2.10.8 and also I was able to compile and run the sample c# source code on Linux through the shell.
Here
Now, I am trying to install or configure the IDE, please advise me for the good IDEs.
Thanks for your help
Installed Monodeveloper from the below link. I chose the Operating System as CentOS
MonoDevelop
This will also install mono-opt from the home:tpokorra repo
mono-opt is the latest stable version (3.6) on mono available from Mono Project
I found this way much easier for installing mono on redhat / centos 6

eclipse installation in linux

I am trying to install the eclipse IDE for c++ developers. I have downloaded the tar.gz from the eclipse and unzip/unarchived it using tar -xzvf... but now when I double click, or run eclipse nothing happens. I have done this before using the same method and it worked. I dont know why nothing happens now.
I also am aware of the sudo apt-get install eclipse-platform method. But I do not want to install the eclipse platform, just the IDE for c/c++ developers.
any suggestions?
thanks
For Eclipse, you need to have a JVM up and running, since it's a Java application. You can install the JRE of your choice (I personally use OpenJDK 6 since I also do Java development).
Try chmod +x eclipse in a terminal or run it from terminal: ./eclipse.
Edit:
With the information of your comments in this answer, you have a 32bit system and your eclipse is a 64bit version. You can't run 64bit applications on a 32bit system.
So you have to download the 32bit version of eclipse (or virtualize an 64bit system with VMWare, for example).

Resources