C.13. Verifying Set-up

C.13.1. Java 2 Standard Edition (J2SE)

Windows Platform

Verify the CLASSPATH and CP variables, as shown in Figure C-10.

Figure C-10. Verify CLASSPATH Variables
D:\>Set | more

This should show the same environment variables as in your previous definition.

Verify the JRE installation by checking the version of the run time (see Figure C-11).

Figure C-11. Verify the J2SE Version Number
D:\>java -version
java version "1.4.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)

This verifies the same software version of the J2SE run-time library.

Verify the SDK installation, as shown in Figure C-12.

This denotes the Java compiler is available ...

Get J2EE™ Platform Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.