Where is Java HotSpot 2.0 for Solaris?
Java HotSpot 2.0 for Windows is the server system. Java 2 SE 1.3 for Windows contains the client system. The Java 2 SE v 1.3.0 for Solaris contains both of the above systems in one distribution and you choose which system you want by specifying -server or -client. ‘java -server’ will give you the equivalent functionality of HotSpot 2.0 for Windows and ‘java -client’ will give you the equivalent functionality of the Java 2 SE 1.3 for Windows.