09-29-2007, 04:45 AM
Java 2 is simply a marketing term which has been around since 1998 -- way before OS X 10.0.
Not that this helps you I'm sure, as it is possible that your applet needs a later minor version
of the Java 2 runtime than 10.2 provides, which is Java 1.4.1, whereas Panther has 1.4.2.
You will find this out if you type java -version in a Terminal Window:
Not that this helps you I'm sure, as it is possible that your applet needs a later minor version
of the Java 2 runtime than 10.2 provides, which is Java 1.4.1, whereas Panther has 1.4.2.
You will find this out if you type java -version in a Terminal Window:
$java -version
java version1.4.2_12Java 2 Runtime Environment, Standard Edition (build 1.4.2_12-270)
Java HotSpot Client VM (build 1.4.2-70, mixed mode)