The complete source code is written in Java.
Get it from http://sourceforge.net/p/fachwerk/code.

How to compile options

1) Ant

For compiling and packaging the ant (https://ant.apache.org/) build files are provided.
Cd to the directory where build.xml is located ant type "ant".


2) Netbeans / Command line

Netbeans has been used to compile the code to class files, although it is possible to compile it from the command line.

javac compiler options:
-source 1.6
-target 1.6
-encoding UTF8
-classpath .:colt.jar:tcldxf.jar

main class: Fachwerk3D.treillis3D


Fachwerk3D depends on many files that are common with Fachwerk2D. These are found in the package Fachwerk.
