How do I create a .jar file on a mac?
-
I want to take my minecraft.jar folder and make it into an application .jar thingy. So it looks like the others with the coffee cup. Sorry I don't know all the technical terms. Thanks in advance.
-
Answer:
You have to have the JDK... if you don't, then download it at http://www.oracle.com/technetwork/java/javase/downloads/java-ee-sdk-6u3-jdk-6u27-downloads-458958.html Then, open Terminal. Type jar followed by the files you want in it. That's a pretty basic tutorial. For more advanced stuff, go to http://docs.oracle.com/javase/tutorial/deployment/jar/
Miles Reto at Yahoo! Answers Visit the source
Other answers
Open up the Terminal window.Go to the directory of where your java file is by entering cd myDirectory.Compile your java file(myJava.java) into a class javac myJava.java.List the content of the directory to make your the class file has been made ls -l. To indicate which function to run first in the jar file we will need to create a text file (MainClass.txt) with the content in the same directory as the java file. The last command to create the actual jar file.
Related Q & A:
- How do I convert a PDF file to PDF/A in Delphi?Best solution by softwarerecs.stackexchange.com
- In Visual Studio 2012 or 2013, how can I register a DLL file on Windows 7 64-bit computer using a Custom Action command?Best solution by Stack Overflow
- How can I burn a .rmvb file onto a DVD for viewing on a regular DVD player?Best solution by Yahoo! Answers
- How do I get a video file off a sony video camera disk?Best solution by Yahoo! Answers
- How Can I Create an XML to Create a Menu?Best solution by Drupal Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.