JAR Ordering File
If you are using multiple JAR files and need the classloader to load them in a specific order to prevent conflicts, you can specify the order in which they are loaded. To do this, create a file called index.libs in the JAR path root and put the names of JAR files, one per line, in the order in which they must be loaded. Those not in the list load afterwards in no specific order.