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

后端 未结 5 666
青春惊慌失措
青春惊慌失措 2021-01-31 13:49

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:03

    I am using this way:

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

提交回复
热议问题