wget https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.8/sapmachine-jre-11.0.8_linux-x6...
tar -xvf sapmachine-jre-11.0.8_linux-x64_bin.tar.gz
sudo mv sapmachine-jre-11.0.8 /usr/lib64
$downloaded_file = "SAPCUSCHK10_0-70001338.ZIP";
$shortname = $downloaded_file.Split('-')[0];
Expand-Archive $downloaded_file -DestinationPath $shortname;
& 'C:\Program Files\WinRAR\WinRAR.exe' x ".\$shortname\SapCustomerCheckout_2_0.exe" ($shortname + '_extracted\') | Out-Null;
Compress-Archive -Path ($shortname + '_extracted\CustomerCheckout\*') -DestinationPath ($shortname + '.zip');
Remove-Item ($shortname) -Force -Recurse;
Remove-Item ($shortname + '_extracted\') -Force -Recurse;
sudo mkdir /SAPCustomerCheckout
sudo chown joerg. /SAPCustomerCheckout
unzip SAPCUSCHK10_0.zip -d /SAPCustomerCheckout
/usr/lib64/sapmachine-jre-11.0.8/bin/java -client -Xms128m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -XX:+CMSClassUnloadingEnabled -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -XX:MaxMetaspaceSize=256m -Djava.util.logging.config.file="/SAPCustomerCheckout/cco/conf/logging.properties" -Dlog4j.configuration="file:/SAPCustomerCheckout/cco/conf/log4j.properties" -Dredeploy=false -DupdateDone=false -Dfile.encoding=UTF-8 -Dapp.home="/SAPCustomerCheckout/" -Djava.library.path=/SAPCustomerCheckout/cco/lib -Dorg.apache.cxf.Logger=org.apache.cxf.common.logging.Log4jLogger -cp "/SAPCustomerCheckout/cco/lib/*;/SAPCustomerCheckout/ENV.jar;/SAPCustomerCheckout/cco/POSPlugins/Translations;" -splash:splash.png -javaagent:ENV.jar com.sap.scco.env.Runner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.