Hi all,
Following a previous discussion on lnk files parsing in java (http://stackoverflow.com/questions/309495/windows-shortcut-lnk-parser-in-java/1700377), I've tested all solutions proposed and no one works with my lnk files, created by cygwin when I untar an archive containing sym links created on a linux box. I got a java.lang.ArrayIndexOutOfBoundsException in getNullDelimitedString() method. It seems that cygwin creates special lnk files with specific headers.
Does anyone knows how to have a java lnk parser working with this kind of sym links ?
Thanks a lot,
Eddy