LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to create jar files with symbolic links (https://www.linuxquestions.org/questions/linux-general-1/how-to-create-jar-files-with-symbolic-links-639381/)

alps963 05-02-2008 10:27 AM

how to create jar files with symbolic links
 
I need to create jar files with symbolic links inside.
When i make jar files the pointed file is added to the jar archive instead of the link.

jlliagre 05-03-2008 06:30 AM

You can't as jar files are designed to be portable but symbolic links aren't implemented in all OSes supporting the JVM.

You can use the zip -y option to preserve the symlinks but java won't use them.


All times are GMT -5. The time now is 11:54 AM.