<!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } -->
This
is my first posting to this mailing list....hopefully I'm doing
this
properly and not violating any protocols/etc....if so then
please
forgive
me...)
这是我第一次向这个邮件表单发送邮件
.....
希望我正在做的是正确的
,
不违反规则
...
如果那样的话
,
请原谅我
A
source folder is simply a folder that the project flags as
containing
java source to be compiled during the project build. I
think that
typically only your source root folder is identified as
a "source
folder".
一个资源文件夹
(source
folder)
是一个简单的文件夹
,
它将
java
工程标记为含有
java
源
,
并且在工程的建立过程中被编译
.
我认为那主要是将你的源根文件定义为一个”
source
folder”.
In "vanilla" Eclipse, when you create a new
Java project (New Project,
Java) it will, by default create a
"/src" as your "source
folder" and a "/bin"
to be the destination for built/compiled resources.
After initial
Java project creation, I don't create anymore source
folders....I
just right-click on the source folder (/src) and create
packages,
then right-click on those to create classes, etc.
在”
vanilla”Eclipse
中
,
当你建立一个新的
java
工程
,
它将会默认创建一个”
/src”
作为你的”
source
folder”,
并且创建一个
"/bin"
作为创建
/
编译的源文件
....
我仅仅右击源文件夹
(/src)
建立包
,,
右击”
/bin”
建立类文件
.
I
also may create normal folders to contain ANT scripts, run
scripts,
etc.
我也建立普通文件夹来装载 ANT 脚本 , 运行脚本等等 .