experimental Posted February 21, 2006 Report Posted February 21, 2006 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 programI have the latest Java, and i have downloaded the program however i cant locate the .JAR fileThanks for any help-
raphael Posted February 21, 2006 Report Posted February 21, 2006 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 ???
adamjking Posted February 21, 2006 Report Posted February 21, 2006 Where did you save the downloaded file to? It may have been renamed to .zip instead of .jar.- Adam
moebius Posted February 21, 2006 Report Posted February 21, 2006 Didn't Java run on all supported platforms? Cool!Moebiusp.s. Next we have the binary and installation instructions for different platforms. Sounds like Java, Yeh!
experimental Posted February 21, 2006 Author Report Posted February 21, 2006 You guys are the best!!!!It named it a .zip file, so i just renamed .jar and presto chango it worked -Thanks so much.
raphael Posted February 22, 2006 Report Posted February 22, 2006 Does anyone know why Windows renames the file automatically ???
stryd_one Posted February 22, 2006 Report Posted February 22, 2006 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.
adamjking Posted February 22, 2006 Report Posted February 22, 2006 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
moebius Posted February 22, 2006 Report Posted February 22, 2006 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
raphael Posted February 22, 2006 Report Posted February 22, 2006 Thanks.I found out that WinRAR grabs the .jar extension. You can turn it of in the "integration" tab in the options dialog ;DRaphael
adamjking Posted February 22, 2006 Report Posted February 22, 2006 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
fluke Posted February 23, 2006 Report Posted February 23, 2006 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.
tel3 Posted February 26, 2006 Report Posted February 26, 2006 This one had me scratching my head too! I love this forum! Thanks!-tel3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now