🏫 Framework/🍃 Spring [Solved] Java 버전으로 인해 Eclipse 실행이 안될 때 728x90 👨💻 블로그 방문에 감사합니다! 안녕하세요. 팀드모네입니다. Eclipse 실행 시 Java 버전으로 인해 실행이 안될 때 해결하는 방법을 공유드립니다. 🎯 Eclipse가 요구하는 JDK 설치 https://jdk.java.net/java-se-ri/11 Java Platform, Standard Edition 11 Reference Implementations Java Platform, Standard Edition 11 Reference Implementations The official Reference Implementation for Java SE 11 (JSR 384) is based solely upon open-source code available from the JDK 11 Project in the OpenJDK Community. This Reference Implementation a jdk.java.net 요즘 이클립스는 보통 JDK 11을 요구할꺼에요. 위 홈페이지에 들어가셔서 openjdk 11을 다운로드 하신 후 아래의 경로에 복사/붙여넣기 합니다. C:\Program Files\java\openjdk-11 🎯 eclipse.ini에 옵션 추가 -vm C:\Program Files\java\openjdk-11\bin 👉 eclipse.ini 전문 (참고자료) 제가 사용하고 있는 eclipse의 ini 파일을 공유드립니다. 참고해주세요 ^ ^ -vm C:/Program Files/java/openjdk-11/bin -startup plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650 -product org.eclipse.epp.package.jee.product -showsplash org.eclipse.epp.package.common --launcher.defaultAction openFile --launcher.defaultAction openFile --launcher.appendVmargs -vmargs -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=11 -Dosgi.instance.area.default=@user.home/eclipse-workspace -Dsun.java.command=Eclipse -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true -Xms256m -Xmx2048m --add-modules=ALL-SYSTEM -javaagent:plugins/org.projectlombok.agent_1.18.24/lombok.jar --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/sun.security.ssl=ALL-UNNAMED 블로그 방문해주셔서 감사합니다. 도움이 되셨으면 '좋아요'를 눌러주세요!추가로 질문사항이 있으면 댓글 남겨주세요 :) 💯포스트 후원하기 ▶유튜브 구독하기 🧭 References [1] 참고자료 : https://doctorson0309.tistory.com/[2] 광고링크 : https://ogx4.com 인공지능이 추천하는 10개의 게임! 보물처럼 숨겨진 게임을 발굴하자! 게이머엑스포 유저들은 누구나 게임 발굴 대회에 참여 가능합니다. 게임 발굴 대회에서 입상한 게임은 2023 에디터 추천 TOP100에 노출됩니다. 단순 조회, 게임 반응형 공유하기 URL 복사카카오톡 공유페이스북 공유엑스 공유 게시글 관리 구독하기팀드모네 IT Blog 저작자표시 비영리 변경금지 (새창열림) '🏫 Framework > 🍃 Spring' 카테고리의 다른 글 [Solved] Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister (0) 2024.01.12 [Solved] java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException (0) 2024.01.12 Spring boot에서 robots.txt와 sitemap.xml 적용하는 방법 (0) 2023.01.29 Name [jdbc/oracle] is not bound in this Context 해결방법 (0) 2020.12.28 Current request is not a multipart request 해결방법 (0) 2020.12.21 Contents 👨💻블로그방문에감사합니다! 🎯 Eclipse가요구하는JDK설치 🎯eclipse.ini에옵션추가 👉 eclipse.ini전문(참고자료) 🧭References 당신이 좋아할만한 콘텐츠 [Solved] Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister 2024.01.12 [Solved] java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException 2024.01.12 Spring boot에서 robots.txt와 sitemap.xml 적용하는 방법 2023.01.29 Name [jdbc/oracle] is not bound in this Context 해결방법 2020.12.28 댓글 0 + 이전 댓글 더보기