Specifying the location of BeanInfo classes

The visual editor requires the BeanInfo classes at design time and run time to determine the behavior of the various components. You can decide where to keep the BeanInfo classes.

The classes that you develop in the visual editor for Java must be stored in Java projects. Each Java project has a build path that includes references to other projects inside your workbench workspace or external JAR files that exist in the file system. The packages included in the build path are used to compile the classes in the project, and they are also used by the visual editor for Java to create the class path of the virtual machine where it runs the Java beans at design time.

There are several ways that you can organize your resources:

(C) Copyright IBM Corporation 1999, 2004. All Rights Reserved.