使用 Java 11 安装 SAP Commerce Cloud 1905 的一些常见问题

Spartacus recipe (smartedit)

如果遇到下列错误:


[yjavac] error: option --add-exports not allowed with target 1.8


解决方案

set the following property standalone.jdkmodulesexports to an empty string in {yenvWorkspace}/binaries⁩/hybris/bin⁩/⁨platform/resources⁩/advanced.properties


standalone.jdkmodulesexports=


然后:


yenv clean+init


run ant npminstall before building


add to local.properties and admin password


init.admin.password=nimda


If hybris does not start, remove endorsed dirs configuration from local.properties, then launch ‘yenv build’. (this will regenerate the tomcat wrapper (./binaries/hybris/bin/platform/tomcat/conf/wrapper.conf))


-Djava.endorsed.dirs="%CATALINA_HOME%/lib/endorsed”


login to smartedit with cmsmanager/1234


上一篇:Spring4.1新特性——数据库集成测试


下一篇:spring学习笔记(2)文件资源访问接口Resource