Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / January 2007

Tip: Looking for answers? Try searching our database.

How can i make jar file?

Thread view: 
ashwinijain - 20 Jan 2007 14:45 GMT
I want to create executable jar file of my application. But i tried
with the command
e:/Documents and Settings/Administrator/Workspace/KCI_BILL> jar cmf
manifest.txt Billing_Solution.jar *.class
But tis giving me error that Billing_Solution.jar not found..
Pl help me
Paul Hamaker - 20 Jan 2007 14:51 GMT
Not
jar cmf manifest.txt Billing_Solution.jar *.class
but
jar  cmf  Billing_Solution.jar   manifest.txt   *.class
--
http://javalessons.com  Paul Hamaker, SEMM
Teaching ICT since 1987
Thomas A. Russ - 22 Jan 2007 17:51 GMT
> Not
> jar cmf manifest.txt Billing_Solution.jar *.class
> but
> jar  cmf  Billing_Solution.jar   manifest.txt   *.class

Really?  That seems braindead to me and the opposite of what the jar
tool does under Unix.  There, the files are in the same order as the
flags, so that one would need to specify "jar cfm ..." for the second
solution to work.

Signature

Thomas A. Russ,  USC/Information Sciences Institute

Paul Hamaker - 22 Jan 2007 20:53 GMT
Thomas A. Russ schreef:
>..  That seems braindead to me ..
And it would have been, had I been right.
But I wasn't.
--
http://javalessons.com  Paul Hamaker, SEMM
Teaching ICT since 1987
ashwinijain - 25 Jan 2007 10:27 GMT
Hey, I got success in creating jar file..
thanks but whenever i am double clicking it, its not executing my
application.
i mean, its giving me the option "Opan with"..
Please tell me how to execute jar file by double clicking it.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.