`

Eclipse中自定义Library时选中System libraries是如何使用的?

    博客分类:
  • Java
阅读更多
Eclipse中自定义Library时选中System libraries是如何使用的?
具体是:菜单 Window ==> Preferences ==> Java ==> Build Path ==> User Libraries ==> New ==> System library(added to the boot class path)
打上勾后变成System libraries,如何使用呢?与不打勾有何区别?作用是什么?

创建前我们可以看提示是说:System libraries will be added to the boot class path when launched.

重新启动Eclipse后,并通过查看
菜单 Help ==> About Eclipse SDK ==> Configuration Details 里面可以看到如下信息:

/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.userLibrary.BOOT=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<userlibrary systemlibrary\="true" version\="1">\r\n\t<archive path\="xxx.yyy.jar"/>\r\n</userlibrary>\r\n


怎么理解这个功能,如何使用它呢?
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics