eclipse - eclipse中的外部输出文件夹

标签 eclipse

eclipse中是否可以将项目的输出文件夹设为外部文件夹,而不是位于项目根目录下的文件夹?

最佳答案

是的,您可以将其定义为链接文件夹

这个SO answer for more(或this one)

To create a new linked folder select New->Folder, input bin in the folder name: field then click Advanced>>

Click Link to folder in the file system
Click on Variables... to bring up the Select Path Variable dialog.

If this is your first time, or you are linking to a new location select New... and give the variable a sensible name and path.



更准确地说,您将输出目录(例如“bin”)定义为链接文件夹,然后将该目录设置为项目的正式输出之一。

关于eclipse - eclipse中的外部输出文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1470827/

相关文章:

java - 哪里可以找到 Eclipse 编译器?

java - 在 eclipse 中自动为每个 "newly generated java file"插入一个标准注释头

java - Eclipse 没有编译我的 Groovy 文件

java - 在 Eclipse 中使用 Maven 设置 GWT 项目

c++ - eclipse 中的 unique_ptr 自动完成

java - Eclipse:可以在单独的列中显示断点吗?

eclipse - (Eclipse SDK 更新错误) 收集要安装的项目时发生错误

c - gcc 由于无法识别 __TIMESTAMP__ 和其他一些已定义的构建变量而生成编译时错误

javascript - Eclipse jQuery,Javascript 助手插件?

Android SDK fragment 支持