Eclipse: export running configuration

后端 未结 4 948
花落未央
花落未央 2020-11-29 05:26

I wrote a complex Java application with eclipse that uses many .jar libraries included into project folder.

Is there a quick way to export a running configuration of

4条回答
  •  渐次进展
    2020-11-29 06:08

    Exporting:

    1. Go to File > Export... > Run/Debug > Launch Configurations
    2. In the dialog select all or what you want
    3. Set the filename

    Importing:

    1. Go to File > Import... > Run/Debug > Launch Configurations
    2. In the dialog select all or what you want
    3. Set the filename

提交回复
热议问题