Hello Tharindu, I'm sorry for being silent for a while. The error message you got indicated that VM was not functioning properly. You can check VM build using the following commands. $ cd working_vm $ ant test
There were commits from Pavel on VM interface. This might worth to re-compile the whole VM build from scratch using "ant clean build". Thanks. On Mon, Jun 16, 2008 at 12:49 PM, Mackie Mathew <[EMAIL PROTECTED]> wrote: > I want to make some changes in the Swing module, and test it. Do I always > have to do a full compile of harmony to test it out? > > I tried the following command. > ant -Dbuild.module="swing" -Dhy.jdk="/home/mackie/harmony/target/hdk/jdk" > > the build completed successfully. > > But when I tried to run with harmony the following error occurs: > > Failed to open JVM DLL: > /home/mackie/harmony/target/hdk/jdk/jre/bin/default/harmonyvm > (/home/mackie/harmony/target/hdk/jdk/jre/bin/default/libharmonyvm.so: > undefined symbol: get_boolean_property) > > > > Regards, > > Tharindu > -- With best regards, Alexei
