Hi, as for fat jar: https://www.baeldung.com/executable-jar-with-maven
But it's not necessary to create a fat jar, you can just put all needed libraries to the lib folder and add these libs to the classpath when you start jar: https://docs.oracle.com/javase/7/docs/technotes/tools/windows/classpath.html Evgenii чт, 7 мая 2020 г. в 12:47, nithin91 < [email protected]>: > Hi > > I am new to JAVA. If possible , can you please share a link on how to > create fat jar(i.e jar with all dependencies) using eclipse. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
