0

for minecraft I want to use BoneCP in my project. The problem is that if I export it to a jar-file, the server runtime informs me about missing classes.

How can I include external .jars to get them working in my own .jar?

K. D.
  • 4,041
  • 9
  • 48
  • 72

1 Answers1

0

Just add the needed jar in the classpath of the main program

TheEwook
  • 11,037
  • 6
  • 36
  • 55