2

Is it possible to use eclim plugin on .jsp files (vim inside of eclipse)?

I have tried auto-completion with eclim on a jsp file, but it shows me an exception IllegalArgumentException: Compilation unit name must end with .java, or one of the registered Java-like extensions...

FDinoff
  • 30,689
  • 5
  • 75
  • 96
Hakim
  • 3,225
  • 5
  • 37
  • 75

1 Answers1

0

It may be caused by breakpoints. Try to remove them and save the files.

Andrey
  • 2,503
  • 3
  • 30
  • 39