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 JET Guide
Previous Page Home Next Page

<java:package>

Standard JET2 Java Tags

package

Create a Java package.


Tag Summary
required <java:package name="value">
    content to be written
</java:package>
full tag <java:package name="value" srcFolder="value">
    content to be written
</java:package>

Required Attributes
name
The package name.

Optional Attributes
srcFolder
The a path of source folder. If a relative path, this relative to any containing 'ws:project' or 'ws:folder' tags. If absolute, it is treated as a workspace relative path. If omitted, the first source folder of the containing project is used.

Example
<%-- Create a package in myProject/src folder --%>
<java:package name="org.example" srcFolder="myProject/src">
    ... java:class and java:resource tags here will be relative to org.example ...
</java:package>


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