From: Ralf T. <ral...@co...> - 2012-02-15 13:32:33
|
Hello, I have heard in the past from things like ³red disctricts² but never from ³red classes² - and Google couldn¹t help. Who can? Running a Java to Posix converted program gives the following information: XMLVM Error: Unsatisfied red class dependency: (java_util_TimeZone___INIT___):../src/java_util_TimeZone.c:980 Snapshoot of the generated C code: void java_util_TimeZone___INIT___(JAVA_OBJECT me) { //XMLVM_BEGIN_WRAPPER[java_util_TimeZone___INIT___] ... // Red class access removed: java.util.TimeZone,com.ibm.icu.util.TimeZone::icuTimeZone XMLVM_RED_CLASS_DEPENDENCY(); XMLVM_SOURCE_POSITION("TimeZone.java", 129) XMLVM_EXIT_METHOD() return; //XMLVM_END_WRAPPER } |