|
今天因工作需要自己搭建私服 所以首先下载了nexus安装
安装之后启动说 The nexus service was launched, but failed to start.
在网上查了下,说看日志\nexus-professional-2.7.0-06-bundle\nexus-professional-2.7.0-06\logs
说Type javax.xml.bind.JAXBContext not present
因本人环境是jdk11 所以是默认没有这个模块的
去网上下载两个jar activation-1.1.1.jar jaxb-api-2.3.0.jar
放到nexus安装目录的lib下就可以了 |