javac-compile-server problem
Brought to you by:
paullandes
I am using JDEE 2.4.0.1 and emacs 23.1.1 on ubuntu 11.04
If i have a multiple file java program and compile it using the javac compile server, i get errors like:
cannot find symbol:
Symbol: class foo1
location: class foo2
if I try to make an object of foo1 in foo2
On the other hand, everything works fine, if compile foo1 with the help of javac (by setting the jde-compiler variable to javac)
Any Idea?