-
Notifications
You must be signed in to change notification settings - Fork 3
Home
virtuoushub edited this page Dec 13, 2014
·
3 revisions
#Welcome to the fuzzy-octo-shame wiki!
##Technical Requirements
- Java SE Development Kit 8 (JRE might suffice, however get JDK just in case.)
- Maven 2.2.1 and above
##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):
mvn nativedependencies:copy
-
-Djava.library.path=/path/to/project/root/target/natives
- or
-Djava.library.path=target/natives
depending on where you are running the command from.
- or
##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