Compile failed when external library is on a via a junction link
Answered
Does anyone know why my java project would not compile when the project and external library is accessed via a windows directory that is a junction? It would compile when the path for the external library was changed to its non-junction location. Auto-complete was working just fine but it would not compile. I received 1) package does not exist, and 2) cannot find symbol.
Please sign in to leave a comment.
IDE may not recognize changed files under junctions, see https://youtrack.jetbrains.com/issue/IDEA-88995.