tags:

views:

1197

answers:

6

I need a java library to read vcard files (vcf).

+1  A: 

I found this API that might do the trick: http://sourceforge.net/projects/mime-dir-j/

Mario Ortegón
A: 

Try Google, Yahoo, whatever and find http://vcard4j.sourceforge.net/

furtelwart
+1  A: 

A search for Java and vcard yields quite a few results.

In particular there's the Mime-Dir-j which is no longer under active development, but may be all you need, and vcard4j which seems to have been dormant for even longer (last release 2003!).

Jon Skeet
I already found those projects and was hoping for something else in active development, but I'll try them anyway, thank you all.
Giorgio Gelardi
A: 

Well, just in case you want to use a mobile phone, JSR75 does it right out of the box:

javax.microedition.pim.PIM.fromSerialFormat is specified as supporting vCard 3.0

QuickRecipesOnSymbianOS
+1  A: 

Haven't used it yet (about to try it out), but this looks promising.

http://code.google.com/p/android-vcard/

tobinibot