Create the client application

Copy the file TestClient.java from the html/docs/tutorial/ejb directory to the java/classes/Sample/Intro/Glossary directory of your EAServer installation.

Compile this file with a JDK 1.3 or later compiler, for example, on UNIX:

cd $JAGUAR/java/classes/Sample/Intro/Glossary
$JAGUAR/bin/jc TestClient.java

Or on Windows, in a Command window:

cd %JAGUAR\java\classes\Sample\Intro\Glossary
%JAGUAR%\bin\jc TestClient.java