From: Sam P. <sam...@ic...> - 2015-02-08 06:22:44
|
Hey, I'm working on getting XMLVM set up in Eclipse (I've been using the command line thus far) so I can submit a few patches. I installed Subclipse and checked out the project, but I'm getting 5 errors - 1 in xmlvm2c/lib/proxies/org/xml/sax/helpers and 4 in xmlvm2c/lib/proxies/org/apache/harmony/luni/lang/reflect. The first says that the method getClassLoader() is undefined for org.xml.sax.helpers.NewInstance, and the rest have to do with failures to implement abstract methods of AnnotatedElement and TypeVariable. Any pointers on how to resolve these issues? Could it be a JDK version issue? Thanks, Sam |