> Hi,
>
[quoted text clipped - 10 lines]
> Thanks & Regards,
> Ram
Just create a main() method and use that as the entry point. Is this a
Swing application? Remember that you need to create the GUI on the EDT.
If you are using 1.6 you can specify an entry point with the jar
program. If you have other required jars then they need to be listed in
the manifest classpath.

Signature
Knute Johnson
email s/nospam/knute/
------->>>>>>http://www.NewsDem
Lew - 20 Feb 2008 02:14 GMT
> If you have other required jars then they need to be listed in
> the manifest classpath.
Bearing in mind:
> Note : The Class-Path header points to classes or JAR files on the local network,
> not JAR files within the JAR file or classes accessible over internet protocols.
<http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html>
See also:
<http://java.sun.com/javase/6/docs/technotes/tools/solaris/jar.html>
<http://java.sun.com/docs/books/tutorial/deployment/jar/manifestindex.html>

Signature
Lew
>If not then
>please let me know how could i build a jar for my project.
you can use Jar.exe see http://mindprod.com/jgloss/jarexe.html
or your can use the jar classes and do in programmatically.
See http://mindprod.com/jgloss/jar.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Roedy Green - 05 Mar 2008 08:30 GMT
On Tue, 19 Feb 2008 19:05:02 GMT, Roedy Green
<see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted
someone who said :
>you can use Jar.exe see http://mindprod.com/jgloss/jarexe.html
>or your can use the jar classes and do in programmatically.
>See http://mindprod.com/jgloss/jar.html
or you can use ant.
See http://mindprod.com/jgloss/ant.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com