开发者

"Referenced Libraries"-collapsable gone when checking out Eclipse project from SVN

开发者 https://www.devze.com 2023-01-17 14:08 出处:网络
I have creat开发者_运维百科ed an Eclipse project with a number of referenced jar files. I use a variable to specify the local folder of the jar files. However when I check out this project to another

I have creat开发者_运维百科ed an Eclipse project with a number of referenced jar files. I use a variable to specify the local folder of the jar files. However when I check out this project to another machine Eclipse does not organize the referenced files under a "Referenced Libraries" pin. Instead it just lists all of the files.

Any ideas why this happens and how to correct it?

Screenshot here: http://i.stack.imgur.com/clsj0.png


You're looking at the Project Explorer view. "Referenced Libraries" shows up in the Package Explorer view. (Use Window → Show View to open it.)

Also note that it won't show up in that view either, unless the "Show 'Referenced Libraries' Node" option is ticked in the view's options.


Usually JavaEE is the default perspective. Change it to Java perspective by following below instructions:

Window -> Open Perspective -> Java

This should solve the problem.

0

精彩评论

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

关注公众号