Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Java Development User Guide
Previous Page Home Next Page

Product with nested tests

Layout on file system

  • The Java source files for a product are laid out in a package directory.
  • Source files of tests are laid out in a nested package directory.

    Layout on file system

Steps for defining a corresponding project

  1. Click Opens the Java perspective Window > Open Perspective > Other... > Java to change to the Java perspective.

  2. Click Opens the New Java Project wizard File > New > Other... > Java Project to open the New Java Project wizard.

  3. Type "Product1" in the Project name field. Click Next.

    New Java Project wizard

  4. On the next page, Select "Product1" source folder.

    Click Link additional source link in Details pane or button Link Additional Source to Project in view bar.

    Java Project Source setup

  5. In Link Source click Browse.... and choose the D:\Product1\JavaSourceFiles directory.

    Type "src" in the Folder name field.

    Link Source dialog

  6. Click Finish to validate and close the dialog.

  7. Expand the "src" source folder. Select the empty package "tests" and set it as source folder using either Use as Source Folder popup-menu item or button Use as Source Folder in view bar.

    Java Project Source setup

  8. Your project source setup now looks as follows:

    Java Project Source final setup

  9. Click Finish.
  10. You now have a Java project with two source folders: "src" and "src/tests" which contain respectively the D:\Product1\JavaSourceFiles directory and the D:\Product1\JavaSourceFiles\tests directory.

    Created Java project in Workspace

Related concepts

Java projects
Java views

Related reference

New Java Project Wizard
Package Explorer View


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire