Liubsyy / HotSecondsIDEA

HotSeconds是一款Java远程热部署的插件,可实现秒级一键化热更新。插件分为HotSecondsClient(IDEA热部署插件)和HotSecondsServer(服务端javaagent热更新插件),可以热更新java和常用配置文件,也支持常用框架(Spring,MyBatis)的热更新,相对传统部署可节省大量时间提高开发效率。
GNU General Public License v2.0
381 stars 50 forks source link

本地项目启动报错 #20

Closed LEE1632718991 closed 1 year ago

LEE1632718991 commented 1 year ago

启动控制台报错信息: image jvm参数: -XXaltjvm=dcevm -javaagent:D:\tests\datasendtest\path1\HotSecondsServer.jar=hotconf=D:\tests\datasendtest\path2\hot-seconds-remote.xml

image image 麻烦大佬们帮我看看怎么回事?

Liubsyy commented 1 year ago

jdk版本和dcevm版本是一致的吗?你输入java -XXaltjvm=dcevm -version能出来吗

LEE1632718991 commented 1 year ago

image

LEE1632718991 commented 1 year ago

image 好了😂