I have a scenario where I want to load jars in sequence. Now, I have copied all my jar files in WEB-INF/lib folder. However, the jar is loading in alphabetical order. Is there a way I can define my jars to load in my own order? I am thinking to keep the information in META-INF/MANIFEST.MF. Will this help?
2.1m questions
2.1m answers
60 comments
57.0k users