Re: flymake integration for the eclipse java compiler
"Suraj Acharya" <[email protected]> Wed, 25 Apr 2007 07:44:58 -0700
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
jde-compile-compiler is defined in jde-compile.el. If you load jde before jde-eclipse-compiler-server, it should fix the problem. I'll add a (require 'jde) to the top of jde-eclipse-compiler-server.el too. Suraj On 4/25/07, Jason Coffin <[email protected]> wrote: > On Wed, Apr 18, 2007 at 08:43:35PM -0700, Suraj Acharya wrote: > > > > I've updated the eclipse java compiler with JDE integration package at > > http://www.emacswiki.org/cgi-bin/wiki/jde-eclipse-compiler-server.el > > to take advantage of the -Xemacs flag in the 3.2 and newer versions of > > the compiler. > > Thank you Suraj! > > I'm trying to use this with GNU Emacs 22.0.95.1 on Windows and I get > this error when I start emacs: > > error: Given parent class jde-compile-compiler is not a class > > Any ideas? >