How to use JEDPlus


Creating New File

1) Select New from the File menu, or click on the new file icon.


Setting up java Tools

1) Select the Tools Settings option from the Options menu:

2) Click "..." button to select the command for applilcation Viewer, applet viewer and Java Compiler.


 


Compiling Java Files

1) Click the compile icon  or select Compile from Build Menu or  press "F7" from keyboard to compile your program.

2) JEDPlus will display a "Compile" dialog box to show you the location of the file you are about to compile.

3) Click "OK" button to compile your program. (Note: you can also click the checkbox if you want to compile all files in the current directory.)


Running Java Application

1) If no error message appears, you can now start to run your application.
2) Click the run icon  or select Execute from Build Menu or press "SHIFT-F5" from keyboard to run the application.

3) JEDPlus will display a "Invoke App/Applet Viewer" dialog box.

4) You need to click the "Specify CLASSPATH" checkbox.

5) Click "OK" button to run your application.

Note: you can supply any additional command line arguments by entering the value from "Additional command line args for application/applet".


Running Java Applet

1) Compile your progam as before.

2) You need to create a HTML file to load your applet. Select "Create HTML for file for Applet" from Tool Menu.

3) The "Create HTML for file for Applet"  dialog box will be displayed. Click "OK"  button to create the file.

4) Click the run icon  or select Execute from Build Menu or press "SHIFT-F5" from keyboard to run the applet.

5) JEDPlus will display a "Invoke App/Applet Viewer" dialog box. You need to select the HTML file and click the "Run As Applet" checkbox to load your applet.

6) Finally click "OK" button to start.


Setting up CLASSPATH

Compile:
1) Click the Compile button

2) Type "-classpath C:\structure.jar" under Additional Command line args

Run application:
1) Click the "Execute" button

2) Click the Specific CLASSPATH checkbox

3) Type "-classpath CL\structure.jar"



Any problems, please email to Angela.
July 2001