I think I've tried it, but the eclipse plug-in you have to install is out of
date, and does not work with the current version of Eclipse.  It's been a
while since I've look at it, but that's what I remember.

-----Original Message-----
From: Molitor, Stephen L [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 8:48 AM
To: Heinz-Dieter Conradi; JDE Mailing List (E-Mail)
Subject: RE: integrating the eclipse compiler with jde


Check out jde-eclipse.el:

http://www.raffael.ch/index.jsp?content=page/FTP/RemoteEclipse

I haven't tried it (but I plan to); apparently it uses the bean shell to
have Emacs talk to Eclispe.  So when you save a file in Emacs, it compiles
in Eclipse, and pipes the error messages back to Emacs.

Steve


-----Original Message-----
From: Heinz-Dieter Conradi [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 3:25 AM
To: JDE Mailing List (E-Mail)
Subject: integrating the eclipse compiler with jde


hi all,

i am a happy jde user. however, occasionally i like to work with eclipse.
this is not only due to the refactoring possibilities offered by eclipse.
another reason is the eclipse compiler, which offers a lot of helpfull
warning about e.g. meaningless assignments (ala x = x).

the eclipse compiler can be used standalone:
  java -classpath
$eclipse_home/plugins/org.eclipse.jdt.core_3.0.0/jdtcore.jar
      org/eclipse/jdt/internal/compiler/batch/Main <options> <files>

i would really like to use it within the jde. if possible as replacement
for the javac server.

is this possible? has anybody tried to do this?

tia, heinz-dieter conradi

Reply via email to