JEditList 1.1
Installation & Compatibility
WILDCREST ASSOCIATES

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

Installation

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

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

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

  1. Modify your classpath to include the JEditList folder (the top-level folder of what was unzipped)
  2. Modify your classpath to include JEditList.jar
  3. In an applet tag, set ARCHIVE=JEditList.jar
  4. Pick a folder in your current classpath that does not already have a com folder. Copy JEditList's com folder into it.  One possibility is the folder that contains your application, which is always in your classpath.
  5. 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
  6. If you already have a com\wildcrest folder in your classpath, copy JEditList's com\wildcrest\jditlist subfolder into it
JEditList is a Swing-compatible component.  This means you also need to have swingall.jar (or equivalent) installed somewhere in your classpath.  See the Sun Java memo on testing whether you have Swing installed and how to install it if necessary and installation information available in the Swing Connection area at the Sun Java site.  Sun specifies that Swing requires JDK 1.1.2 or later, with JDK 1.1.5 or later preferred.  JEditList uses javax.swing. package naming, so JEditList does not work with JDK 1.2beta3, JDK 1.2beta4, Swing 1.0.1, or Swing 1.0.2, but will work with Swing 1.1beta3 and the final versions of Swing 1.1 and JDK 1.2 (see discussion in Sample Program section and below).

To use JEditList as a JavaBean, copy JEditList.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)
        for Borland JBuilder: can place the .jar anywhere (right click on component palette, select "Properties", then use "Add from Archive")

FYI, the JEditList class files in com\wildcrest\jditlist are identical to the corresponding class files in the JEditList.jar archive.
 

Compatibility and known problems

JEditList 1.1 was developed under JDK 1.1.7A and Swing 1.1beta3 on Windows 95.  Compatibility has been tested on different platforms as follows:

Windows:

JEditList 1.1 has been tested successfully on Windows with:

JEditList 1.1 works on Windows but has problems using: JEditList 1.1 does not work on Windows with:


Macintosh:

As of the date of this release, Swing has not yet been released for the Macintosh, therefore JEditList has not been tested on this platform..
 

Solaris:

JEditList 1.1 has been tested successfully on Solaris using:


Please report any difficulties with JEditList 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 JEditList, but certain problems may not be possible for it to detect and/or correct.


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