Re: jde-eclipse-compile-server and compiled class files.

<[email protected]> Fri, 23 Nov 2007 08:35:58 -0800 (PST)
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
--- Yee Keat Phuah <[email protected]> wrote:

> Hi,
> 
> I am using the jde-eclipse-compile-server.el plugin.
> What a wonderful godsend.
> But now I realized that if I add a function to
> file1.java, and then
> switch to file2.java, the function will not be
> visible and will be
> marked as invalid.
> Since ecj have already compiled file1.java, I should
> be able to get it
> to go inside the classpath directly. I have looked
> into the source
> jde-eclipse-compile-server.el but to no avail. Have
> anybody
> accomplished this before?
> 
> Cheers,
> Phuah Yee Keat
> 


I've not tried it, but does it work if you call
jde-compile-update-class-list after compiling file1?