简体   繁体   English

获取Eclipse WebSphere运行时库

[英]Get Eclipse WebSphere Runtime Libraries

I have a Java Project with two ClassPath entries, the JDK 1.6 and a "WebSphere Application Server traditional V8.0" runtime library. 我有一个带有两个ClassPath条目的Java项目,即JDK 1.6和一个“ WebSphere Application Server传统V8.0”运行时库。

I need to read all the JAR from an Eclipse Plugin, I try with: 我需要从Eclipse插件读取所有JAR,请尝试以下操作:

IJavaProject.getPackageFragmentRoots()

But this method only get me the JDK libraries, How I can obtain all the WebSphere jar libraries from the eclipse plugin? 但是这种方法只给我JDK库,如何从eclipse插件中获取所有WebSphere jar库?

Ok, I am reading the project from an Eclipse installation that has no "WhebSphere" runtime installed, so, Eclispe is not able to read the WhebSphere runtime libraries. 好的,我正在从没有安装“ WhebSphere”运行时的Eclipse安装中读取项目,因此,Eclispe无法读取WhebSphere运行时库。

I have created a User Library with all the WebSphere Runtime Libraries and now I can read the project with no problem. 我已经使用所有WebSphere Runtime库创建了一个用户库,现在我可以毫无问题地阅读该项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM