Re: [Jamvm-general] Problems with Jamvm+AT91RM9200
Brought to you by:
rlougher
From: Robert D. <ro...@in...> - 2009-04-16 23:50:19
|
On Thu, Mar 26, 2009 at 3:23 AM, Anndy <lz...@gm...> wrote: > when i run [root@AT91RM9200DK nfs]$jamvm HelloWorld again, it printed: > > Exception occurred while VM initialising. > java/lang/NoClassDefFoundError: java/lang/Thread Maybe you need to specify the boot classpath on the command line, e.g.: jamvm -Xbootclasspath:$BOOTCLASSPATH HelloWorld Just a guess, hope it helps. Robert Dodier |