Eugene Serdiouk writes: > > Hi, > > I have a problem opening Java source files on remote hosts using efs > 1.26. The problem seems to be caused by the 'incompatibility' of efs > 1.26 and JDE 1.30, i.e. everything works fine when I use of them > without the other. > > To get to the point, when I try to open a *.java file via efs, I get a > blinking waiting cursor and my xemacs frame freezes. That never > happens when I use efs to open a file of any other type. >
When loading a Java file, the JDE always searches up the directory tree containing the file for all project files in the tree until it reaches the root directory. Probably the test for the root directory fails when the root is remote, leading to an infinite recursion. > Does anybody know what is going on? Also, is there a way for me to see a log > of what JDE does when it loads a source file? > M-x show-message-log - Paul > Any help would be greatly appreciated. > > Eugene. >
