help.salesforce.com/articleView?id=sf.loader_install_windows.htm&type=5
Help | Training | Salesforce
help.salesforce.com
링크에서 시키는대로 하면 되는데
Zulu OpenJDK Java 11을 설치할 것
> 처음에 오라클 JDK 설치했더니 다음과 같은 메시지 뜸
Data Loader requires Zulu OpenJDK 11. Checking if it is installed...
Zulu OpenJDK is not installed, or ZULU_JAVA_HOME not in path.
Download Zulu OpenJDK 11 for Windows here:
www.azul.com/downloads/zulu/zulu-windows/
Java Download | Java 8, Java 11, Java 13 - Linux, Windows & macOS
Download Java Builds of OpenJDK 8, 11, 13 & 15. Azul Zulu Builds of OpenJDK runs on Linux, Windows, macOS & Solaris on X86, Arm, SPARC & PPC
www.azul.com
After the installation, add Zulu OpenJDK 11 to your path:
ZULU_JAVA_HOME="<full-path-to-zulu-base-dir>\<zulu-11>"
eg. ZULU_JAVA_HOME="C:\Program Files\Zulu\zulu-11"
친절하게 환경변수 설정하는 법도 알려준다.
(Path에 %ZULU_JAVA_HOME%\bin 추가해줄 필요는 없다. 그럼 Data Loader 안 켜진다.)
설치는 성공... 동작할까 모르겠군
댓글