After the previous discussion on parsing lnk files in java ( Windows syntax shortcut (.lnk) in Java? ).
I tested all the proposed solutions. But nobody works with my lnk files created by cygwin when I unpack the archive containing the symbolic links created in the linux window. I got the method java.lang.ArrayIndexOutOfBoundsExceptionin getNullDelimitedString().
Cygwin seems to be creating special lnk files with specific headers.
Does anyone know how to have a java lnk parser working with similar sim links?
source
share