MRJ 2.0 and Swing 1.x

Our trusty 68040 Mac's will run Apples Java distribution MRJ 2.0 - which equates to JDK 1.3 as far as I know.

This version in theory can run Swing 1.0 and Swing 1.1, but I've struggled to install this. I've found Swing 1.1.1 distributions in hqx form, which decompress into a folder containing the swing distribution, but this is difficult to run as the versions I've seen are all setup for Windows so applet files '.html' are not recognised, and there is no easy way of configuring the class path.

Has anyone had any success with this?

I realise it will be 'slow' but I dont care - this is just for fun - and to get some software I wrote decades ago running on a Quadra again :-)
 
I have to say, you're a glutton for punishment! I tried using JDK 1.1.3 when it came out with Swing, and EVERYTHING was configured for Windows. I didn't have that problem on a SunStation, but on my 68k Mac, it was like I was fighting with Windows at every turn. I eventually gave up and used TCL/TK because while it's slow and awkward-looking, it just worked and was portable to other environments (I used the same basic UI in Perl and Python projects).

In fact, that bad experience with Swing led me to avoid it for all projects later on as well, using AWT instead.
 
Back
Top