------------ For LOCAL Unix users ----------- Add to your classpath the following directories: /net/buzzard/dewan/colab/Shapes /net/buzzard/dewan/colab /net/buzzard/dewan/jdk/swing-1.1/swingall.jar Add to your path, the following directories: /net/buzzard/dewan/colab/bin /usr/java/bin Do a source on the .cshrc file Go the directory where your Java class(es) to be edited is: Type the command: oe classname of if you want to interactively choose the class, simply type: oe For Examples, look at: /net/buzzard/dewan/colab/examples/ObjectEditor/Introductory ------------ For WINDOWS USERS: ------------- Add to your classpath the following directories: /net/buzzard/dewan/colab/Shapes /net/buzzard/dewan/colab /net/buzzard/dewan/jdk/swing-1.1/swingall.jar /net/buzzard/dewan/jdk/jdk1.1.6.windows/lib/classes.zip Add to your path: /net/buzzard/dewan/jdk/jdk1.1.6.windows/bin /net/buzzard/dewan/colab/bin Go the directory where your Java class to be edited is: Type the command: oe classname (oe is shortcut for "java bus.uigen.ObjectEditor") of if you want to interactively choose the class, simply type: oe For Examples, look at: /net/buzzard/dewan/colab/examples/ObjectEditor/Introductory If you have J++ on your system, simply click on the file: /net/buzzard/dewan/colab/examples/ObjectEditor/Introductory/Projects.sln --------------------------------- FOR REMOTE USERS Copy the ZIP/Jar Files from this page (if you do not already have them) Put them in your CLASSPATH Put the executables in your PATH Use Internet Explorer rather than Netscape to download files. ------------------ SETTING CLASSPATH in Unix: just another shell variable, called CLASSPATH, same syntax as PATH in Windows NT an environment accessible from: Control Panel, System, Environmment in Windows 95+ Set in autoexec.bat in Visual J++ and other IDEs. need to chek your system. For J++, select the project, go to Settings, and find CLASSPATH tab. Find out