Hi <br>   I am a fan of JAVA and trying to build openjdk6 on my windows.<br>   I solved several problems but the following one is very weird and I didn't find anything useful after googling.<br>   <br>  <i> sawindbg.cpp<br>

   openjdk\hotspot\agent\src\os\win32\windbg\sawindbg.cpp(28) :fatal error C1083: Cannot open include file: 'sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h': No such file or directory<br></i><br>   I checked sawindbg.cpp and found the corresponding line<br>

<br><i>// this is source code windbg based SA debugger agent to debug<br>// Dr. Watson dump files and process snapshots.<br><br>#include "sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h"<br><br>#ifdef _M_IA64</i><br>

<br>  So what's wrong with my jdk build, or where can I get this head file?<br><br>Thanks<br>Frank