program tip

Eclipse 실행 가능 실행기가 동반 실행기 jar 창을 찾을 수 없습니다.

radiobox 2020. 11. 28. 08:57
반응형

Eclipse 실행 가능 실행기가 동반 실행기 jar 창을 찾을 수 없습니다.


작은 문제에 직면 해 있으며 도움이 필요합니다.

랩톱에 Windows를 다시 설치해야했습니다. 그 후 Java를 설치하고 Eclipse를 추출하고 환경 변수, 즉 Path to the Java bin 디렉토리를 설정하고 JAVA_HOME 변수도 생성하여 설정했습니다. eclipse.exe를 열 때마다 다음 오류가 발생합니다.

Eclipse 실행 가능 실행기가 동반 실행기 jar를 찾을 수 없습니다.

내가 여기서 무엇을 놓치고 있습니까?


이 메시지의 가장 일반적인 이유는 Eclipse zip 파일을 잘못 압축 해제하는 것 같습니다 (예 : 디렉토리 구조를 다시 만들지 않고 압축 해제). 따라서 좋은 압축 해제 도구 (예 : 7-zip)를 사용하여 압축 된 Eclipse의 압축을 다시 풀고 추출하는 동안 필요한 하위 디렉토리가 생성되었는지 확인하십시오.

또한 압축이 풀린 Eclipse의 경로가 너무 길지 않은지 확인하십시오. Eclipse가 깊게 중첩 된 디렉토리 구조로 압축 해제 된 경우 (SVN 저장소에 배치하기 위해) 동일한 오류 메시지가 표시되는 경우를 보았습니다.

그래도 작동하지 않으면 관리자 권한으로 eclipse.exe를 실행 해보십시오. 실제로 필요한 것은 아니지만 Windows를 다시 설치 한 후 액세스 권한이 어떻게 든 손상되었을 수 있습니다.


eclipse.ini파일을 편집하고 다음 두 줄을 제거합니다.

-startup
plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar 

압축이 풀린 미리 패키지 된 RCP 클라이언트를 사용하는 Mac에서도 동일한 문제가 발생합니다. 다른 답변은 모든 경로가 유효한 eclipse.ini를 가리키고 쉽게 할 수없는 Eclipse 번들의 작업 디렉토리를 확인하려고했습니다. Finder가 응용 프로그램을 시작할 때 작업 디렉토리가 /이므로 문제가되는 것 같습니다.

내 eclipse.ini의 두 참조를 절대 경로와 짜잔으로 업데이트했습니다!

-startup
/Applications/RCPClient/client/eclipse/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
/Applications/RCPClient/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.2.R36x_v20101019_1345
...

Mac 용 솔루션

이유 : Eclipse가 한 위치에서 다른 위치로 복사

솔루션 : /Applications/eclipse/Eclipse.app/Contents/MacOS/eclipse.ini에서 필요한 경로 변경

plugins \ org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar의 경로 수정


이전 위치에서 올 때 이전 위치에서 Users / user / .p2 및 .eclipse에 복사해야합니다. 예를 들어 컴퓨터에서 다른 컴퓨터로 복사본을 만들었는데이 오류가 발생한 다음 해당 폴더를 복사했는데 작동했습니다!


나는 똑같은 문제가 있고, 아래 해결책이 정확히 나를 위해 작동합니다 ....!

eclipse.ini파일을 편집 하고 다음 두 줄을 제거합니다.

--launcher.library .%%..\eclipse\plugins\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813

변경하기 전에이 파일의 별도 사본을 확인하십시오 ... :)


그 라이브러리를 확인하고 싶을 수도 있습니다.

**org.eclipse.equinox.launcher_(version).dist.jar**
and 
**plugins/org.eclipse.equinox.launcher.gtk.linux.x86_(version).dist**
exists on your system. 

eclipse.ini에 언급 된 라이브러리 버전과 시스템에 존재하는 버전이 동일한 지 확인하십시오. 일반적으로 업그레이드 후이 불일치가 발생하고 Eclipse가 필요한 jar를 찾지 못합니다. 여기 에서이 블로그 게시물을 살펴보십시오.


나는 방금이 문제가 있었고 어떻게 든 권한과 관련이있는 것 같습니다. 처음에는 Windows 8의 Program Files 폴더에 압축을 풉니 다. C :에 직접 압축을 푼 후 프로그램이 정상적으로 시작되었습니다.


"eclipse.ini"파일을 확인하십시오 :

일반적으로 다음과 같은 하드 코드 경로가 없어야합니다.
(예)
P : \ eclipse \ plugins \ org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140603

이와 같은 내용이 보이면 다음 단계를 따르십시오.
1. 파일을 백업합니다
. 2. 그런 다음 편집기에서 파일 원본 파일을 엽니 다.
3. 정적 경로를 다음으로 변경합니다. plugins / org.eclipse.equinox.launcher.win32 win32.x86_1.1.200.v20140603 (파일을 저장하고 이클립스를 열면 훌륭하게 작동합니다)


Windows에서 시작 메뉴의 Zend Studio 아이콘이 여전히 이전 버전의 Zend Studio를 가리키고 있었기 때문에이 오류가 발생했습니다. 대상을 새 경로로 변경하면 오류가 사라졌습니다.


eclipse.ini를 열고 이것을 ~

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-Declipse.buildId=v21.0.0-531062

이 작품, 행운을 빕니다 ~


내 문제는 훨씬 간단했습니다. 이클립스 실행 파일을 폴더에서 화면으로 끌어서 실행하는 바로 가기를 만들었습니다. 생성 된 바로 가기 아이콘을 클릭하면 위의 오류가 발생했습니다.

문제 : 실행 파일이 압축이 풀린 eclipse 디렉토리 대신 데스크탑 위치에서 시작되었습니다.

솔루션 : 바탕 화면 영역을 마우스 오른쪽 버튼으로 클릭하고 찾아보기 창에서 대상 실행 파일을 제공하여 새 바로 가기를 만듭니다. 이렇게하면 바로 가기가 제대로 생성되고 올바른 홈 디렉토리에서 실행 파일이 시작됩니다.


I Had same problem and it seems that there is wrong "--launcher.library " address in eclipse.ini file. so I have just changed it and


In my case I had to redownload it, something was wrong with the one I downloaded. Its size was far much less than the one on the website.


just add -vm C:\Java\JDK\1.6\bin\javaw.exe before -vmarg in eclipse.ini this works for me.Hope this will help you good luck...


Windows 8 follow these 3 steps:

  1. Locate eclipse file.
  2. create shortcut on desktop.
  3. Double click on the eclipse shortcut to open the application.

I was facing the same issue with Eclipse JUNO & windows XP. After changing a lot of things in eclipse.ini still it was not working and then i deleted it, i don't know why its starts working after deleting this init file. You may try for yours


On windows Eclipse installer app writes also below admin user directory. And when I started the same eclipse as normal (another) user, it could not find admin users ecplise directory. That directory is in eclipse.ini file. (This installer has made for neon eclipse.)

참고URL : https://stackoverflow.com/questions/10876538/the-eclipse-executable-launcher-was-unable-to-locate-its-companion-launcher-jar

반응형