JExpert V1.00 - by Sureshot - Users manual

 

Table of contents
-----------------

1. Introduction
2. Install
3. Uninstall
4. Using JExpert
5. Final words
6. FAQ - Frequently Asked Questions


1. Introduction
---------------

JExpert is a free test simulation engine based on the latest pattern of Sun's Java Programmer Certification. The simulator contains a large number of questions and mock exams. For every question JExpert offers detailed explanations and pointers to resources for better understanding of the current topic.
The simulator covers the objectives of both "Sun Certified Java 2 Programmer 1.2" and "Sun Certified Java 2 Programmer 1.4", such as declarations and access control, flow control and exception handling, garbage collection, languange fundamentals, threads, assertions, collections, etc.


2. Install
----------

In order run JExpert you have to install Java Runtime Environment 1.4 or higher. You can download it here.

After installing the Java Runtime Environment, follow these two steps to install JExpert:
1. Create a directory suitable for installation. (For example, "c:\jexpert\", if you are running a Windows machine.)
2. Extract the zip file into the directory. If you don't have a zip extractor, please download Winzip here.

Please make sure that the directory structure is preserved from the .zip file. The installation is now finished.


3. Uninstall
------------

Locate the folder where JExpert is installed and delete it.


4. Using JExpert
----------------

To start JExpert (assuming that it is installed in "c:\jexpert\"), either
1. double-click the "jexpert.jar" file,
or
2. start a command prompt and write: "java -jar c:\jexpert\jexpert.jar".


5. Final words
--------------

If you have questions about the software, would like to make a comment or have found a bug please send us an email!


------------------------------------------------
by Sureshot