The JFileChooser in Swing (Java 1.6.0_u25) doesn't seem to know how to deal with NTFS Junction Points or Symbolic Links. The file chooser has no special handling: int rv = mainfileChooser.showOpenDialog(parentFrame) When using this ...
int rv = mainfileChooser.showOpenDialog(parentFrame)