Skip to content
virtuoushub edited this page Dec 13, 2014 · 3 revisions

#Welcome to the fuzzy-octo-shame wiki!

##Technical Requirements

##Coding Conventions

  • 160 characters per line.
  • No tab characters.
    • He boiled for your sins.
    • Java
      • Four spaces is equivalent to one tab character.
    • XML
      • Two spaces is equivalent to one tab character.

##Runtime configuration A hook needs to be added to your run configuration to ensure the platform's native binaries are included in the java.library.path JVM property.

Steps required(in pseudoish code):

  1. mvn nativedependencies:copy
  2. -Djava.library.path=/path/to/project/root/target/natives
    • or -Djava.library.path=target/natives depending on where you are running the command from.

##IDE Specific configuration For now you will need to read the runtime configuration section and use it to configure your IDE on your own.

  • Coming soon to a wiki near you:
    • IntelliJ
    • Eclipse
Clone this wiki locally