On Thu, 09 Feb 2006 08:06:09 +1100, carlito wrote:
> I am new to creating jar files.(and new to posting messages) i need to
> create a jar file that has two packages inside it but cannot for the
[quoted text clipped - 14 lines]
>
> Andrew
jar cvf myjar.jar <dir1> <dir2>
Assuming you have the two directory structures (org/oclc/... and
gov/loc/..) under the same parent directory then you can run the above
from within that parent directory as:
jar cvf myjar.jar org gov

Signature
Sean
Quidquid latine dictum sit, altum sonatur. - Whatever is said in Latin
sounds profound.
>I am new to creating jar files.(and new to posting messages) i need to
> create a jar file that has two packages inside it but cannot for the
[quoted text clipped - 12 lines]
>
> Cheers Guys
You may find the tutorial on Jars helpful. Have a look at:
http://java.sun.com/docs/books/tutorial/deployment/jar/index.html
--
Rhino
carlito@whitmore.fsnet.co.uk - 12 Feb 2006 12:05 GMT
Thanks very much That helped a lot
Cheers
Andrew