Writing an Applet
Platform-Specific Details: Creating a Class Directory
UNIX
mkdir ~/Html
cd ~/Html
mkdir classes
cd classes
DOS Shell (Windows NT)
mkdir c:\Html
cd c:\Html
mkdir classes
cd classes
Note:
If you want to publish pages
(making them available to others),
ask your system administrator:
- what directory name you should use (instead of "Html")
- where it should appear in the directory hierarchy
- what "http:" URL others can use to get access to the directory
Writing an Applet