mareden
2012-08-26 02:02:11 UTC
When I use FreeMarker in an Android application, I faced an Exception:
08-26 01:56:16.879: E/AndroidRuntime(465): FATAL EXCEPTION: main
08-26 01:56:16.879: E/AndroidRuntime(465):
java.lang.ExceptionInInitializerError
......
08-26 01:56:16.879: E/AndroidRuntime(465): Caused by:
java.lang.ExceptionInInitializerError
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.Configurable.<init>(Configurable.java:124)
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.Configuration.<init>(Configuration.java:121)
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.Configuration.<clinit>(Configuration.java:105)
08-26 01:56:16.879: E/AndroidRuntime(465): ... 16 more
08-26 01:56:16.879: E/AndroidRuntime(465): Caused by: java.lang.VerifyError:
freemarker.ext.beans.BeansWrapper
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
08-26 01:56:16.879: E/AndroidRuntime(465): ... 19 more
This issue exists by using either FreeMarker 2.3.19 or 2.2.8.
Can anyone help me on this issue?
Thanks.
--
View this message in context: http://freemarker.624813.n4.nabble.com/Exception-when-using-FreeMarker-in-Android-tp4654256.html
Sent from the freemarker-user mailing list archive at Nabble.com.
08-26 01:56:16.879: E/AndroidRuntime(465): FATAL EXCEPTION: main
08-26 01:56:16.879: E/AndroidRuntime(465):
java.lang.ExceptionInInitializerError
......
08-26 01:56:16.879: E/AndroidRuntime(465): Caused by:
java.lang.ExceptionInInitializerError
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.Configurable.<init>(Configurable.java:124)
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.Configuration.<init>(Configuration.java:121)
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.Configuration.<clinit>(Configuration.java:105)
08-26 01:56:16.879: E/AndroidRuntime(465): ... 16 more
08-26 01:56:16.879: E/AndroidRuntime(465): Caused by: java.lang.VerifyError:
freemarker.ext.beans.BeansWrapper
08-26 01:56:16.879: E/AndroidRuntime(465): at
freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
08-26 01:56:16.879: E/AndroidRuntime(465): ... 19 more
This issue exists by using either FreeMarker 2.3.19 or 2.2.8.
Can anyone help me on this issue?
Thanks.
--
View this message in context: http://freemarker.624813.n4.nabble.com/Exception-when-using-FreeMarker-in-Android-tp4654256.html
Sent from the freemarker-user mailing list archive at Nabble.com.