Mac OS Runtime for Java: Difference between revisions

Content deleted Content added
Udittmer (talk | contribs)
Implementations: noted availability of JIT compiler
mNo edit summary
 
Line 9:
|latest_release_date = April 8, 2004
|operating_system = [[classic Mac OS]]
|genre = [[Java Virtualvirtual Machinemachine]]
|license = Apple [[Software License Agreement|SLA]]
|website = [https://web.archive.org/web/20090408064838/http://docs.info.apple.com/article.html?artnum=120209 docs.info.apple.com via WayBack machine]
}}
 
'''Mac OS Runtime for Java''' ('''MRJ''', originally '''Macintosh Runtime for Java''') was [[Apple Inc.|Apple's]] proprietary [[Java Virtualvirtual Machinemachine|virtual machine]] for [[Java (programming language)|Java-based]] applications in the [[classic Mac OS]] (i.e. versions prior to [[Mac OS X]]). Both a runtime environment and a [[software development kit]] (SDK) are available.
 
The runtime environment includes a [[Just-in-time compilation|JIT compiler]] developed by [[NortonLifeLock|Symantec]], the standard Java [[class library]] from [[Sun Microsystems|Sun]], additional classes providing Macintosh-specific functionality, and the Apple Applet Runner (a lightweight application for running Java [[applet]]s without the overhead of a [[web browser]]). A number of web browsers could use MRJ to run Java applets in web pages, including [[Microsoft]] [[Internet Explorer]], [[iCab]] and [[HotJava]].
Line 25:
 
==Implementations==
* Java 1.0.2 with Mac OS Runtime for Java v 1.5.1 [http://support.apple.com/kb/TA38373?viewlocale=en_US] (starting with version 1.5, MRJ included a JIT compiler)
* Java 1.1.8 with Mac OS Runtime for Java v 2.2.6 [http://support.apple.com/kb/DL1184]
 
==References==