How to parse .plist file in Java?

前端 未结 2 1579
不知归路
不知归路 2020-12-19 13:58

I am trying to parse a .plist file in Java but not understanding how. I used a DOM parser but it gives an error and is not able to read .plist file

2条回答
  •  一个人的身影
    2020-12-19 14:33

    If I were you I'd use the PList class from code.google.com/xmlwise. It's specifically designed for dealing with .plist files.

提交回复
热议问题