开发者

Has anyone tried to use javax.persistence on Android?

Has anyone tried to use javax.persistenc开发者_开发技巧e on Android by getting the source or jar and adding it to their project?


Odds are, you will not be able to add the JAR or source. The Android build tools actively block you from importing much in the java.* and javax.* packages.

If Apache Harmony has an implementation of javax.persistence, and you are willing to refactor it to a new package (e.g., via jarjar), you can give it a try.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜