Close
jGuru Forums
Posted By: Kiran_Kumar Posted On: Wednesday, July 4, 2001 12:03 PM
How to Generate java file that belongs to a package ? The java file shud start with ""package com.mycode.allfiles;"
Re: How to Generate java file that belongs to a package ?
Posted By: Monty_Zukowski Posted On: Monday, July 9, 2001 06:28 AM
header {package your.package;//must be first line//imports followimport java.util.Hashtable;}