`
农村哥们
  • 浏览: 293318 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

package ;source ; folder

阅读更多
eclipse 中
package:当你在建立一个package时,它自动建立到source folder下,也只能建立在这个目录之下.

source folder:存放java源代码的文件夹,当然也包括一些package文件夹,还可以包含其他文件.
项目构建后,source folder里面的java自动编译成class文件到相应的bin文件夹中,其他文件也会移到到相应的目录下.

folder:里面可以放入任何文件.包括java源文件,jar文件,其他文件(例如,图片,声音等).在此我说明一下,如果里面含有java源文件, 不管程序是否正确,eclipse都不会报错,把它们当做普通文件处理.但是项目如果要使用这里面的文件,情况就不同了.
分享到:
评论

相关推荐

    ZipTV.v6.8.4.Full.Source.For.Delphi

    Click OKCompile the run-time package: - From the menu choose: File -> Open - Navigate to the ZipTV Source folder - Open the run-time package file: ztv#0rt.dpk (replace # with your Delphi version ...

    FastReport Package Simplification Management Toolkit

    step5: optional, Instead of "recompile.exe-Recompile all package", Execute customized @BuildAllPackages.bat to recompile all package files if you modified any file in the folder which step1 generated....

    winscp570source.zip

    folder of source code package. Directory structure: /source project files of all native libraries and executables /source/components native WinSCP visual components /source/console console interface ...

    VB.NET使用ZipPackage实现ZIP文件压缩解压缩示例

    Dim sourceFilePath As String = "C:\source\file.txt" Dim zipFilePath As String = "C:\output\file.zip" Using package As ZipPackage = Package.Open(zipFilePath, FileMode.Create) Dim partUri As Uri = ...

    前端开源库-source-pane

    在实际使用中,可能需要通过npm(Node Package Manager)进行安装,命令可能是`npm install source-pane-master`,然后在项目中通过引入依赖来使用这个库。 为了充分利用"source-pane",开发者需要了解一些基本的...

    EmbeddedWB_D5-D2009_Version_14.67.0.rar

    In the open dialog navigate to the path where you store your package to the source folder("..:\Borland\BDS\3.0\lib\EmbeddedWB_D2005\Source"). 5.Choose file name "EmbeddedWebBrowser_D2005.dpk" and ...

    EhLib 8.0 Build 8.0.023 Pro Edition FullSource for D7-XE8

    Create new folder where source code and binary files will be kept (For example, C:\RAD_Studio_XE2\Components\EhLib). Hereinafter this folder will be call as "EhLib folder". Create new subfolder Lib ...

    Unity插件:Easy Movie Texture (Video Texture) v3.24

    [Source code is included in the package. If necessary, it may be used to modify. ] Supported resolutions: Android: General devices support up to 1920 * 1080. The latest device supports up to 4k. ...

    Easy Movie Texture

    [Source code is included in the package. If necessary, it may be used to modify. ] Download link is below. EasyMovieTexture Editor Mode ( Beta ) Supported format : Android : Link iOS : Link ...

    FastReport企业版源代码6.6.17 支持10.4+ FastReport 简化管理工具2.0

    step5: optional, Instead of "recompile.exe-Recompile all package", Execute customized @BuildAllPackages.bat to recompile all package files if you modified any file in the folder which step1 generated....

    MyEclipse的基本使用技巧

    - **Folder** 则是普通文件夹,不支持自动编译功能,如果要在其中存放 Java 文件,需要手动配置为 SourceFolder 或者通过 `Build Path` 添加到编译路径中。 ##### 3. 运行 Java 文件 - 选中想要运行的 Java 文件...

    unidac 2.70 (完整源代码)

    Universal Data Access Components Source Code Copyright 1997-2009, Devart. All Rights Reserved There are two ways to compile and install UniDAC for Windows manually. I. Using IDE Delphi and C++ ...

    MyEclipse详细使用教程.pdf

    3. **Source Folder与Folder的区别**:Source Folder是专门用于存放Java源代码的,MyEclipse会自动对其中的文件进行编译。而Folder则仅作为普通文件夹,不包含自动编译功能。如果需要将Folder视为源文件夹,需进行...

    SaM.Component.Set.For.WinNT.2000.XP.1.14.FullSource.zip

    Component Set For Windows NT/2000/XP(tm) (NTSET)Version 1.14Full Version with source code.Windows 2000(NT) specific components for Delphi 5.0/6.0/7.0 and C++Builder 5.0/6.0.Now the collection has 14 ...

    EhLib 6.3 Build 6.3.176 Russian version. Full source included.

    EhLib 6.3 Build 6.3.176 Russian version....Create new folder where source code and binary files will be kept (For example, C:\RAD_Studio_XE2\Components\EhLib). Hereinafter this folder will be call as...

    AlphaControls V7.59 Full Source 完全版 源码

    AlphaControls V7.59 Full Source Installation notes -------------------------------------------------------------------------------- The following compilers are supported by the AlphaControls: ...

    DaydreamRenderer.unitypackage

    google搬运,gaydream工具包 Removed 'Library' files from source control Moved 'Plugins' folder under 'DaydreamRenderer' Improvements to the custom lighting system Bug fixes

    C#压缩文件夹的类

    调用系统using System.IO.Packaging;压缩文件夹 public void ZipFolder(string zipFilepath)//用来执行实际的压缩操作... DirectoryInfo di = new DirectoryInfo(SourceFolderPath); ZipDirectory(di, package); } }

    使用Eclipse构建Maven的SpringMVC项目

    - **添加Source Folder**:确保`src/main/java`、`src/main/resources`、`src/test/java`和`src/test/resources`这些源代码和资源文件夹被正确标记为Source Folder。 - **调整Output Folder**:每个Source Folder的...

Global site tag (gtag.js) - Google Analytics