'export' is not recognized as an internal or external command

后端 未结 5 724
萌比男神i
萌比男神i 2021-01-31 13:40

I need to set Maven options in machine. I ran following command and I got \'export\' is not recognized as an internal or external command

export MAV         


        
5条回答
  •  被撕碎了的回忆
    2021-01-31 14:04

    Was facing the same issue.Turned out I was doing a rookie mistake. Try this instead:

    set MAVEN_OPTS=-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n
    

提交回复
热议问题