PDA

View Full Version : create .jar with .class


khalil78
03-28-2008, 11:41 AM
hi,

how cant i create i .jar with DemoDataAdapter.java and ExternalFeedListener.java and ExternalFeedSimulator.java . i use Eclipse 3.3.

tks

Mone
03-31-2008, 10:09 AM
Hello,

You can create a jar directly from eclipse following these steps: http://www.fsl.cs.sunysb.edu/~dquigley/cse219/index.php?it=eclipse&tt=jar&pf=y (http://www.fsl.cs.sunysb.edu/%7Edquigley/cse219/index.php?it=eclipse&tt=jar&pf=y)

Or you can use the command line: http://neptune.netcomp.monash.edu.au/JavaHelp/howto/jar.htm

If you use ant to build your projects there is a jar task that let you to do so: http://ant.apache.org/manual/CoreTasks/jar.html

HTH

khalil78
04-04-2008, 08:38 PM
that right .

ths