Skip to content

Compiling Dirtbox into JAR File

Chen Xu edited this page Feb 10, 2018 · 3 revisions

Compiling Dirtbox into a jar file is simple, just "export" the project as jar in eclipse.

Making it actually work requires the following:

  1. Move the *.dll files under lib/slick into the same directory as the jar file
  2. Move the data/ directory into the same directory as the jar file
Clone this wiki locally