Quick question (sorry struggling with time)
How can I add any file from my file system under WEB-INF/classes folder in a jar file? I am trying this with jar command but it copies a file in a jar with its absolute path meaning if I create a file at E:\folder1\WEB-INF\classes folder and try to add it to a jar it creates folder1/WEB-INF/classes folder inside the jar and places the file into it.
I used jar command as below
jar -uvf E:\folder1\sample.jar E:\folder1\WEB-INF\classes\pkfe