MRJ in Macosx

durgacss

Registered
Hi everbody,

I have a doubt...

MRJ is present in MacOSX too? I am aware that it is present in classical Mac OS. But Is it present in MscOSX too. My application has code written for tweaking MRJ in classical Mac OS. I have to decide whether it should be done for Mac OSX too.

Your replies will be highly helpful.
 
Instead of the old Mac Runtime for Java (MRJ), as under the old Classic Mac OS, we now have a fully-featured, true, UNIX implementation of Java.

http://developer.apple.com/java/

If you wrote code specifically for the MRJ and it has MRJ-specific calls in it, then you may need to rewrite portions of the code to be more Java, and less Mac, if that makes any sense.

The short answer is that Mac OS X includes a complete, compliant and fully functional implementation of Java, just as you would find on other UNIX or Linux machines.
 
Back
Top