Submit a question to our community and get an answer from real people.
Submit

I want to make a .jar file that makes a window so i can make buttons and other things on a mac

I have some java programing knowledge. someone can give me directions or a link with directions

Report as
This answer contributed to Susan G. Komen for the Cure® What's this?
My answers support Susan G. Komen for the Cure® What's this?

In order for you to make a .jar file, you will be required to go to the directory where your classes are stored in and type jar -cf myfile.jar *.class. Suppose your classes were in the package mycode.games.CoolGame, you will be required to change and type jar -cf myfile.jar .\mycode\games\CoolGame\*.class. If you want to extract it then you would type in jar -xf myfile.jar. Check out more on www.javacoffeebreak.com/faq/faq0028.html.

Helpful Fun Thanks for voting Comments (1)
Report as
thank you
Report as
Add a comment...

idk

Helpful Fun Thanks for voting Comments (1)
Report as
wow why did you come to this question anyway
Report as
Add a comment...
Do you have an answer?
Answer this question...
Did you mean?
Login or Join the Community to answer

About - Privacy - AskEraser - Careers - Ask Blog - Q&A - Mobile - Help - Feedback ©2013 Ask.com