The building pipeline is initially defined by build.xml and is executed by Apache Ant.
areca-backup/).ant builds a release bundle for the current platform if it is supported.releases.sh script to build all bundles.areca-backup/releases/.ant windows-x86-64ant windows-x86-32ant linux-x86-64ant linux-x86-32Debug mode requires compiling Areca specifically to enable this development feature.
Add the -Ddebug=on argument to the above compilation commands.
debug can be set to either on or off (default value) but you do not need to add -Ddebug=off to the off setting;
Note:
You can only use breakpoints if you have already compiled Areca with -Ddebug=on;
otherwise, you may only be able to catch exceptions.
ant windows-x86-64 -Ddebug=onant windows-x86-32 -Ddebug=onant linux-x86-64 -Ddebug=onant linux-x86-32 -Ddebug=onjni.h was not foundIt caused by missing or wrong setting of jni.h.dir and jni_md.h.dir
which are files that are provided by the JDK.
Check: locate-jni-headers.sh