>>>>> "Andrew" == Andrew John Hughes <gnu_andrew@xxxxxxxxxxxxxx> writes: Andrew> Does anyone know why our tools use -Xbootclasspath to load as in: Andrew> exec @VM_BINARY@ -Xbootclasspath/p:"${tools_cp}" Andrew> gnu.classpath.tools.javah.Main "$@" Andrew> The option is not supported by either gcj or JikesRVM (although the Andrew> latter also uses it to build). Can we swap it for just plain Andrew> -classpath? It could just be historical. It is hard to remember; I spent a little time looking at cvs annotate and the mailing list archives, but I didn't find anything. BTW, gjavah.in is marked -kb, which is wrong. Tom