From: Wenjing Y. <wen...@gm...> - 2011-01-05 04:12:55
|
Hello everyone, I am new to XMLVM, but I am quite interested in its new C target. I checked out the latest version from repository, but there was an error when I used "ant" to compile the fresh version, as follows: [java] java.lang.ExceptionInInitializerError [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:194) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:771) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:221) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) [java] at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ... ... ... Could you please tell me what is the problem here? Another question is that I can't find "java_lang_System.h" file in the subdirectory "src/xmlvm2c", where only has "java_lang_System.c". Where is the .h file? I can only find that "java_lang_System.h" is in "src/xmlvm2objc". My last question is whether the new C target is stable enough to be used? Thank you. -- *Best Regards Wenjing Yan* |