Running 0.9 in Netbeans

Some quick notes. This is not intended to be a Netbeans intro. If you don’t know how to do any of these steps, see the Netbeans documentation.

(1) Create a Java project
(2) Add all the SGS libs as library JARs to the project
(3) In Project->Properties->run
(a) Set the main class to be executed as com.sun.sgs.impl.kernel.Kernel
(b) Set the path from your execution directory (default is project root) to your application config properties file
as the one program parameter
© set -Djava.library.path=/lib/bdb/ as the one VM parameter