EditList
Installation & Compatibility


[Main Page] [Sample Applet] [User Manual] [Javadoc Documentation]
[Installation & Compatibility] [License & Contact Information

Installation

Download the EditList zip file and unzip.  This will create a EditList folder containing both code and documentation.

To access documentation, use your favorite browser to view the file EditListREADME.html.

To use EditList as a JavaBean, copy EditList.jar into the jar folder appropriate for your visual application builder:
        for the JavaSoft BDK BeanBox: \bdk\jars
        for the IBM WebRunner BeanTester: \webrunner\BeanTools\beantester\beans
        for Symantec Visual Cafe: can place the .jar anywhere (use "Insert: Component to Library..." command, then add to desired palette)

To use EditList as an ordinary class, since EditList comprises a group of classes in package com.wildcrest.EditList, the folder com\wildcrest\EditList needs to be accessible from your class path. You need to do one of the following four things:

  1. Modify your classpath to point to the (top-level as unzipped) EditList folder
  2. Pick a folder in your current classpath that does not already have a com folder. Copy EditList's com folder into it.
  3. Pick an existing com folder in your current classpath that does not have a wildcrest subfolder.  Copy the wildcrest subfolder into your existing com folder
  4. If you already have a com\wildcrest folder in your classpath, copy EditList's com\wildcrest\EditList subfolder into it
FYI, the EditList class files in com\wildcrest\EditList are identical to the corresponding class files in the EditList.jar archive.
 

Compatibility and known problems

EditList was developed under JDK 1.1.5 on Windows 95.  It has been tested with the following systems:

Windows:

EditList works successfully on Windows with:

EditList works on Windows but has problems using: Macintosh:

EditList has problems on Macintosh using:

EditList does not work on Macintosh using: Solaris:

EditList works successfully on Solaris using:

EditList does not work on Solaris using: EditList uses the JDK 1.1 event model and thus will not work under JDK 1.0.2.

Please report any difficulties with EditList on your configurations by email to products@wildcrest.com.  Be sure to include what Java release, OS, and development environment or bean tools you are using.  Efforts will be made to fix problems in EditList, but certain problems may be outside of its control or not possible for it to detect and/or correct.


© Copyright 1999, Wildcrest Associates (http://www.wildcrest.com)