It is possible to specify your own name for the output of the ld command by using the -o option. -t allows you to print the name of each file as it is processed. See the online manual for more details.
Several versions of JDK (Java Developers Toolkit) are
installed in /exp/rcf/share/X11R5/jdkxxx. The default version is always installed
in /exp/rcf/share/X11R5/jdk.
To use the JDK, you need to add its binary directory to your path. In
tcsh you can do it by typing:
setenv PATH /exp/rcf/share/X11R5/jdk/bin:$PATH
For more information read the java and javac man pages.