Questions tagged [eclim]

The primary goal of eclim is to bring Eclipse functionality to the Vim editor. The initial goal was to provide Eclipse’s java functionality in vim, but support for various other languages (c/c++, php, python, ruby, css, html, xml, etc.) have been added and several more are planned.

Eclim is less of an application and more of an integration of two great projects. The first, Vim, is arguably one of the best text editors in existence. The second, Eclipse, provides many great tools for development in various languages.

Each provides many features that can increase developer productivity, but both still leave something to be desired. Vim lacks native Java support and many of the advanced features available in Eclipse. Eclipse, on the other hand, still requires the use of the mouse for many things, and when compared to Vim, provides a less than ideal interface for editing text.

102 questions
37
votes
4 answers

How to install 'make' and GCC on a Mac

I want to install Eclim on my MacBook Air (2011 version). But there are some problems I faced during the installation. It told me that I did not install make and GCC. I tried to find the solution for it, but all solutions are talking about using…
code4j
  • 4,208
  • 5
  • 34
  • 51
20
votes
0 answers

Has anyone successfully used Eclipse CDT + Eclim + CDT4 Generator?

Has anyone successfully used these three together? I used CDT4 to generate my eclipse project files. With the GUI version, things work fairly well. Most features work. Although I have problems with external libraries. For some reason eclipse…
anoneironaut
  • 1,778
  • 16
  • 28
11
votes
1 answer

Run Eclim on the remote server

Is it possible to run Eclim daemon on the remote server or share a volume to allow communication between the Vim container and the Eclipse + Eclim daemon? I have a tiny Docker image with my Vim based development environment and I don't want to bloat…
JAre
  • 4,666
  • 3
  • 27
  • 45
7
votes
1 answer

eclim not doing autocompletion in vim

I installed eclim and started running the eclipse headless server, as I was coding with Vim Now i went to vim, and typed this, :PingEclim It displays this, eclim 2.4.1 eclipse 4.4.0 Then i did a validation too, :EclimValidate and it give the…
harpribot
  • 223
  • 1
  • 11
6
votes
3 answers

Eclim - What to set org.eclim.java.run.mainclass to?

I'm having trouble getting the :Java command to work in eclim. When I run it I get: java.lang.RuntimeException: Required setting 'org.eclim.java.run.mainclass' has not been set. at…
ciferkey
  • 2,064
  • 3
  • 20
  • 28
6
votes
4 answers

What version of eclipse is safe for development for android?

Apparently, eclipse 3.6 doesn't work well with the android sdk, but I'd like to use eclim which requires this version of eclipse. Does anyone have any recent experience developing for android with eclipse 3.6? Recommendations for someone who wants…
James
  • 5,273
  • 10
  • 51
  • 76
5
votes
0 answers

Issues with eclim installation

I've been having issues with my eclim install where in the GUI install, I am prompted for the directory of my Eclipse installation. When I input the directory I can't proceed, with the input bar turning red and the Next button made unavailable. Here…
Ethan
  • 55
  • 2
5
votes
3 answers

How to use eclim with gradle project

My eclim setup working perfectly with eclipse project. But I want to use gradle build system. I am working with Libgdx framework and it provide gradle templete project. So is there any way to use eclime + eclipse + gradle
Natwar Singh
  • 2,197
  • 4
  • 26
  • 42
4
votes
1 answer

Can eclim be integrated with aptana?

I using vim as my primary editor for python/HTML/JS/CSS and heard of Eclim as a means to integrate code completion and other "advanced" IDE techniques into vim. I tried to use ctags and other code completion techniques, but they don't really cut it…
Yoav Weiss
  • 2,220
  • 4
  • 17
  • 22
4
votes
1 answer

Option 'complefunc' not set

I'm starting to use vim in working with java and I want auto complete function eclim does. But while using Ctrl+X then Ctrl + U a message on status bar appear that Option 'completefunc' not set What are the steps in to solve this problem?
gihooh
  • 303
  • 1
  • 6
  • 16
4
votes
2 answers

How to run a java program using eclim?

I can't seem to run a simple Hello World program using eclim. I followed the install guide at http://eclim.org/guides/install.html#guides-install and the tutorial at http://eclim.org/gettingstarted.html#gettingstarted, but when I try to run the…
user176121
  • 710
  • 2
  • 11
  • 22
3
votes
1 answer

a short HOW TO on ECLIM

Hi I have a list of How to unanswered. It would be great if anyone can help me in this 1) How to debug in eclim 2) How to create servlets easily ( with the template included by default) 3) By any chance is there any support for plugins like…
Vamshi
  • 9,194
  • 4
  • 38
  • 54
3
votes
1 answer

share eclim -friendly .vimrc

I am trying to to use eclim for my daily development requirements. My .vimrc has some issues preventing few functionalities like code completion etc. It would be great if anyone using eclim regularly share your .vimrc.
Vamshi
  • 9,194
  • 4
  • 38
  • 54
3
votes
1 answer

Eclim org.eclim.command.Main exited with status 1 error

I have been using eclim for the past month and I was loving it. Yesterday it all changed and now it doesn't work, the only things that changed on my machine are: Sysadmin installed an encrypted partition not encroaching on any of the eclim or vim…
rogermushroom
  • 5,486
  • 4
  • 42
  • 68
3
votes
1 answer

Error Installing Eclim, "SKProfile" is not a valid indentifier

I am trying to get Eclim installed on my Debian Windows Subsystem For Linux (WSL) virtual machine under Windows 10. It appears that my issues have to do with the SDK in some way, but I'm unsure of how to fix this. Any help would be greatly…
OnlyDean
  • 1,025
  • 1
  • 13
  • 25
1
2 3 4 5 6 7