Missing library for EJB OpenTool

Abstract: Missing library for EJB OpenTool

Question:

While in the process of developing an OpenTool that processes EJBs, but we are receiving an error that this particular package cannot be found:

import com.borland.console.*;

How can we utilize the classes within this package?

Answer:

To be able to access classes within com.borland.console.*, you should create a library definition that points to:

<bes install directory>/lib/guicore.jar

Then add that library definition you created to the Project Properties | Paths | Required Libraries.