0 Members and 1 Guest are viewing this topic.
It should, except I noticed sometimes that even after installing Java, sometimes some browsers will still think it's not installed.
If a Java program is translated into "Java Byte Code," is it guranteed to run on Windows, Mac and Linux as long as they have java installed?
I just updated my java to 6r23. it works fine in browsers however there are problems for me when i run .jar files (runtime). I can run them, but only after a massive amount of tweaking with cmd. I dunno why i have this since everyone else seems to be able to run them directly by double-clicking. but as for the java in browsers it should work.
Would the program have to be updated regularly forever to maintain compatibiility? I remember PJIRC, for example, stopped working completely during about 3 versions of Java, then it started working again 4 versions later.
to the jar file or java.exe
Quote from: jhgenius01 on December 17, 2010, 10:00:22 pmI just updated my java to 6r23. it works fine in browsers however there are problems for me when i run .jar files (runtime). I can run them, but only after a massive amount of tweaking with cmd. I dunno why i have this since everyone else seems to be able to run them directly by double-clicking. but as for the java in browsers it should work.Try just adding -d32. Unless you are on a 64 bit processor?Quote from: DJ Omnimaga on December 17, 2010, 08:17:55 pmWould the program have to be updated regularly forever to maintain compatibiility? I remember PJIRC, for example, stopped working completely during about 3 versions of Java, then it started working again 4 versions later.No, not necessarily. What I said was mostly referring to packages that have not been adopted to the java standard (Don't want to explain that. It's basically like making the package "official", and having it be released with any new updates). E.G. 3rd party packages and such.
I believe that .jar files do work in all platforms.However, if converted to .exe, they won't anymore since .exe is for Windows EDIT: Afterall, that's what Java is famous for: compatibility and portability