Eclipse에서 프로젝트 탐색기 창을 표시하는 방법
갑자기 내 프로젝트 탐색기 창이 Eclipse에서 사라졌습니다. Windows> Show View> Project Explorer를 선택했지만 아무 일도 일어나지 않습니다. 어떡해?
window-> Reset prespective를 시도하십시오. 자신의 설정이 있으면 재설정됩니다.
Eclipse IDE를 닫고 다시 열고
창->보기보기-> 프로젝트 탐색기를 클릭하십시오.
제게는 이랬어 요 ...
창->보기 표시-> 기타-> 일반-> 프로젝트 탐색기
또는
Window-> Open Perspective-> 기타-> Java (기본값)
Eclipse IDE 열기 빠른 액세스 (검색 텍스트 상자)에 " 프로젝트 탐색기 "를 입력 합니다. 드롭 다운에서 선택하거나 Enter 키를 누릅니다.
선택 창 ->보기는 그것이이 도시되어 있지 않은 경우, 선택한 다음 다른 . 일반 에서 프로젝트 탐색기를 볼 수 있습니다 .
위의 해결 방법 중 어느 것도 작동하지 않으면 Window-> New Window를 사용해보십시오.
최신 Luna 업그레이드 사용. 작동했던 유일한 해결책은 Window >> New Window였습니다. 그 중요한 기준을 잃는 것은 매우 쉽습니다.
Eclipse 또는 Spring 도구 제품군을 사용하는 경우 아래 단계를 따르십시오.
(1) 편집기 상단의 '창'으로 이동합니다. 그것을 클릭하십시오
(2) 쇼보기를 선택하십시오. '프로젝트 탐색기'옵션이 표시되어야합니다. 그것을 클릭하십시오.
할 수 있어야합니다.
나도 같은 문제에 직면했습니다. 다음 솔루션은 그것을 극복하는 데 도움이되었습니다.
Window -> Show View -> Package Explorer.
You can use the shortcut as well. It's Alt + Shift + Q, P
- Please Select window in tool bar
- Move to show view
- Select project explorer
Close the current perspective:
Reopen it using Window -> Open perspective.
i had also encountered this issue. . This Solution worked for me....
windows->navigation->maximize active View or Editor(ctrl + M) . in the screen you can see on left side navigation menus ... now click on those buttons one by one ....you will get your solution...
Try changing the perspective to JavaEE and then check.
Not sure if this is problem but, this ticked me off for a while since I did not realize what was happening at first - maybe this will help others.
Its not really a problem, just the way Eclipse works. (I'm use to Visual studio) Its all about Perspectives!
I set up an (existing) PHP project in eclipse(neon) and then tried to configure and run debug. A Popup "Confirm Perspective Switch" is shown - I selected "Yes", not realizing what it actually does. The "perspective" then changes and you no longer see the project explorer anywhere. You cant "open" the project explorer window from top nav > window > show view, since its no longer there (which is BS, it should show something that gives you indication of current and other "perspectives" - at least for newbie.) No where now does it give project explore options.
Now you must change the "perspective" back from debug to PHP (at least in in my case).
이것은 몇 가지 방법으로 수행 할 수 있습니다. 가장 쉬운 방법은 오른쪽 상단 오른쪽에있는 아이콘을 사용하는 것입니다. 하나의 아이콘은 "버그"이고 그 옆에는 PHP 아이콘이 있습니다. 원하는 "관점"아이콘을 클릭하기 만하면됩니다. 다른 방법은 상단 탐색 모음> 창> Perspective> Perspective를 연 다음 PHP를 선택하는 것입니다. 더 깊이 숨길 수 있을까요?
나는 이것이 한동안 이클립스를 사용한 사람들에게는 두 번째 천성일 가능성이 있지만 무슨 일이 일어나고 있는지 알아낼 때까지 (첫날) 나를 실망 시켰습니다.
기본 메뉴에서 다음 단계로 이동하십시오.
창->보기 표시-> 패키지 탐색기.
참고 URL : https://stackoverflow.com/questions/13623015/how-to-show-the-project-explorer-window-in-eclipse
'program tip' 카테고리의 다른 글
Atom 메뉴가 없습니다. (0) | 2020.10.13 |
---|---|
텍스트 파일에서 첫 번째 줄을 읽는 Windows 배치 명령 (0) | 2020.10.13 |
일부 항목을 제거하려면 "잊음"루프 (0) | 2020.10.13 |
gluSphere ()를 사용하지 않고 OpenGL에서 구 그리기? (0) | 2020.10.13 |
.NET의 HttpWebRequest / Response와 함께 자체 서명 된 인증서 사용 (0) | 2020.10.13 |