Skip to content

Instantly share code, notes, and snippets.

@mkysoft
Last active June 12, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkysoft/7f4e97d714c682bd6c88753c9cd6347c to your computer and use it in GitHub Desktop.
Save mkysoft/7f4e97d714c682bd6c88753c9cd6347c to your computer and use it in GitHub Desktop.
Prepare PATH and JAVA_HOME system variable for hybris
SET PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files (x86)\GitExtensions\;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;%USERPROFILE%\AppData\Local\Programs\Microsoft VS Code\bin;%USERPROFILE%\AppData\Roaming\npm;C:\Tools\Docker;C:\Program Files\SapMachine\JDK\11\bin
SET JAVA_HOME=C:\Program Files\SapMachine\JDK\11
where java.exe
java.exe -version
cd hybris\bin\platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment