Closed andydude closed 7 years ago
I tried using ez-vcard from Jython from ezvcard.io.text import VCardReader and I got this: java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: com/github/mangstadt/vinnie/io/VObjectDataListener
from ezvcard.io.text import VCardReader
java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: com/github/mangstadt/vinnie/io/VObjectDataListener
Heya andydude,
The VObjectDataListener class is located in one of ez-vcard's dependencies. The dependency is called "vinnie" and its project page is located here:
VObjectDataListener
https://github.com/mangstadt/vinnie
I tried using ez-vcard from Jython
from ezvcard.io.text import VCardReader
and I got this:java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: com/github/mangstadt/vinnie/io/VObjectDataListener