Hi yinjia jia, On Mon, 2008-10-27 at 15:23 +0800, yinjia jia wrote: > /usr/local/bin/jikes +Pno-switchcheck +Pno-shadow +F -encoding UTF-8 > -bootclasspath '' -extdirs '' -sourcepath '' > --classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.:: -d . @classes > > I wait a long time, but It hang in this stage and not move to next. > anybody know what is the reasson? or some suggestions? thanks in > advance! > my java compiler is jikes-1.22, and I use scratchbox to cross compile > classpath. It sounds like a bug in jikes, you might want to attach a debugger to see what it is doing. Also GNU Classpath 0.92 is pretty old. You might want to upgrade to 0.97.2 and try a different byte code compiler (gcj/ecj). Cheers, Mark