Creating a Remote Applet Project

A remote applet is an applet that resides in a file system other than your local file system. When you create a remote applet project, you must provide a project name and run page URL. The WorkShop supplies default values for all other project attributes.

To create a remote applet project:

  1. Check the WorkShop tool bar for the name of the current portfolio.

    If it is not a portfolio for which you have write permission, change portfolios by choosing Portfolio => Choose and selecting another portfolio name.

  2. Choose Project => Create => Remote Applet.

  3. In the Project Name field, type the name of the project.

  4. In the Run Page URL field, type the URL of the HTML file that executes the applet.

  5. Click Apply.

The Java WorkShop creates the project .prj file using the information you supplied. The project name is added to the Project => Choose, Edit, Remove, Run, and Copy submenus. The Portfolio Manager opens with the new project selected.

You can change the default attribute values for the project using the Project Manager. See Editing Project Attributes for information.

To run the project in the WorkShop, choose Project => Run and select the project name.


See also:

Creating an Applet Project
Creating a Standalone Program Project
Creating a Java Package Project
Creating an Image Project
Remote Applet Tab