Torsten Geise writes: > Hi folks, > > since I updated my JDEE to the latest version I always get the error message > "error in process sentinel: file-truename: Apparent cycle of symbolic links > for .". For more information I attached the "Submit problem report"-content > to this mail. > > Thanks for any hints, I'm looking for the solution since almost 2 weeks. > Torsten.
It's possible that this is a problem with file-truename on your operating system. file-truename is used by jde-root-dir-p, which is in turn used by the JDEE to terminate its search up the directory tree looking for project files. The error message suggests there might be symbolic links in the directory tree containing a Java source file that you are trying to load and that file-truename cannot handle the symbolic links. I've never encountered this problem but then I work mainly on Windows and I do not use symbolic links on my Linux system. Paul
