Skip to content

Compiling Dirtbox into JAR File

Chen Xu edited this page Feb 12, 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. Copy the *.dll files under lib/slick into the same directory as the jar file
  2. Copy the data/ directory into the same directory as the jar file
Clone this wiki locally