Checking That Everything is Correct

JOnAS is provided with a tool called jonas that checks if your environment is set correctly.

Windows Platform: Jonas.bat resides in [installation directory]\bin\nt. To start the check enter:

jonas check

Unix Platform: Jonas resides in [installation directory]/bin/unix. To start the check enter:

jonas check

If everything is set correctly, running the Jonas tool should end by displaying the following output:

The JOnAS environment seems correct.

That's it ! You are now ready to use JOnAS and run your first EJB application. If you experience any problems, read the next two chapters for a more detailed description.