View Full Version : How to install game java but the file is separated


17-06-2003, 09:11 AM
Anybody can tell me how to install game java (but the file is separeted i mean the file is many, like .png , .class, .mf, .wav ) what must i do to install this game???? ex puzzle buble v.2

mooodi
17-06-2003, 09:19 AM
use a file compressor like winrar and make a .jar file dont know if winrar supports it yet try it

RayGun
21-06-2003, 12:49 AM
The procedure is quite simple... I guess those files are alone in a folder(might be a subfolder there as well) or in a zip file.. Just rename that zip file or folder to xxxxxx.jar (xxxxxx being the name of the prog.. ;) )

Good luck!
Raygun

jimmy-floyd
22-06-2003, 10:52 AM
But i didnt understand how to install such files.I'll explain,i have ziped game,in the zip file there are a lot of files(*.class,*.png....),HOW DO INSTALL THEM TO THE phone :roll:

RayGun
22-06-2003, 12:45 PM
But i didnt understand how to install such files.I'll explain,i have ziped game,in the zip file there are a lot of files(*.class,*.png....),HOW DO INSTALL THEM TO THE phone :roll:

Take that .zip file(the one containing all those files) and Rename it to .jar

After that, send it to the phone.. Installation process will then begin..

for example if your zip file is called "game.zip", press F2 on your keyboard and type in "game.jar".. it's that simple.. ;)

Hope this clarifies it.. Cheers

RayGun
22-06-2003, 12:48 PM
Just to add one more thing to perhaps make it easier to figure out..

".jar" files are in fact just zip files in java format.. ;) That is why you can simply rename the file from .zip to .jar.. ;)

Cheers again
RayGun

jimmy-floyd
22-06-2003, 05:42 PM
Thanks Raygun..