Step #8: Run the Client
- Compile the client
- Run the client
Compiling and running the client are identical for all platforms, as should be the results from running the client.
Compile the client
javac ejb/demo/DemoClient.java
Run the client
Executing the client should give the results indicated.
java ejb.demo.DemoClient <cr>
Begin DemoClient...
Creating Demo
The result is hello world
End DemoClient...
|