Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

SinceImStupid

macrumors newbie
Original poster
Sep 13, 2010
5
0
Hey, I'm quite an experienced thirteen year old, but I just can't figure out to do with an expanded .rar file. I've downloaded both 'The Unarchiver' and 'UnrarX'.
What do I do with it once I've expanded it?
 
Well I don't really know where it goes. I think it might go into a file instead of .rar. I see .bat's and .classes.

EDIT: In other words, I need to get this to .jar or something that can actually run the program.
 
.bat is a Windows script extension
.class are java class files
.jar is a compile java VM

So to get a .jar you would need to compile your .class files in a java compiler.
 
When you extract a .RAR, you'll find the files/folder in the same place where the .RAR is. So it functions like the "Extract Here" feature in WinRAR.

As for the .jar file, I thought it was for Windows Mobile phones?
 
This may help to see what comes out of the .rar:

Create a new folder on your desktop and drag the .rar file in it and then run UnRarX and extract it, then whatever gets extracted will be in the folder that the .rar file is in.
 
As for the .jar file, I thought it was for Windows Mobile phones?
It's a Java Archive, which could be platform independent.

You should be able to launch it from Terminal.app using
Code:
java -jar /PATH/TO/JAR/FILE/NAMEOFJARFILE.JAR

(Drag and drop the JAR file on to your Terminal Window to get the filename).

(Side note. JAR files are actually ZIP files. If you rename them you can extract the contents.).

B
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.