Cant get the MIOSSTUDIO to run

I cant seem to get the MIOS STUDIO to run-

Running Windows XP Pro-

"Once Java is installed, all you will need to do is download MIOS Studio and save it to your computer. In Windows, you should be able to just double click on the .jar file to open the program

I have the latest Java, and i have downloaded the program however i cant locate the .JAR file

Thanks for any help-

You have downloaded something like MIOSStudio_beta4_4. zip , right?

Just rename it to MIOSStudio_beta4_4. jar and doubleclick it.

I don`t know why Windows XP seems to take .jar files as .zip files ???

Where did you save the downloaded file to? It may have been renamed to .zip instead of .jar.

  • Adam

Didn’t Java run on all supported platforms? Cool!

Moebius

p.s. Next we have the binary and installation instructions for different platforms. Sounds like Java, Yeh!

You guys are the best!!!

It named it a .zip file, so i just renamed .jar and presto chango it worked  -

Thanks so much.

Does anyone know why Windows renames the file automatically ???

Does anyone know why Windows renames the file automatically ???

It doesn’t… but applications such as winzip or certain browsers (Netscape or Mozilla in some versions used to do this, not sure these days, I use IE and I no longer do desktop support) can cause IE to see JAR files as a ZIP, so when you get the Save As dialogue, the file types made available are those for the ZIP filetype.

If you want the geeky technical explanation let me know, but that’s it in a nutshell.

The geekiest explanation I can give is that a JAR file is more or less a zip file with a few extras (you can open a JAR file with WinZip and extract all the files like a normal zip file). I assume that Windows/IE/Mozilla/whatever renames it because it assumes it is a zip file.

  • Adam

There are operating systems and operating systems.. some use file extensions (How retarded is that? How much virii spreads because this?) and others relay on “file magic” to recognize file type.

Anyone with proper OS can use “file” utility software. (I’m not using a proper one ;D)

So, You *nix (clone) users, could you run file against .jar (JavaARchive) file to see if it’s recognized as jar file or as zip file.

Moebius

Thanks.

I found out that WinRAR grabs the .jar extension. You can turn it of in the “integration” tab in the options dialog  ;D

Raphael

For moebius and anyone else curious, using Linux (FC4) ‘file’ utiltiy i get the following output:

file /mnt/data/MIOSStudio_beta5.jar
/mnt/data/MIOSStudio_beta5.jar: Zip archive data, at least v2.0 to extract
  • Adam

The only indicator that a file is a JAR file instead of a ZIP is the presence of the META-INF directory and the MANIFEST.MF file inside it.  Otherwise they have the same file structure, compression method (for versions of ZIP >= 2.0) and header at the begining.

I find IE ignores the mime type the web server sends and works it out for itself by examining the file contents.  Hence it thinks JAR files are ZIPs.  IE 6.0SP1 was supposed stop doing that (since it is a security risk), but i’ve still seen it do it.

This one had me scratching my head too! I love this forum! Thanks!

-tel3