Thank you for your reply.
In fact, I create a frame with table and text area. I would like to use smart Jprint, so that when i put some following lines as
import com.activetree.swing.AtBook;
import com.activetree.utils.AtPdfPrinter;
import com.activetree.utils.AtTablePrinter;
eclipse does not recognize and accept. How can I do then?
Sincere
> Thank you for your reply.
You're welcome, but did you read it? Because the following implies you didn't
> In fact, I create a frame with table and text area. I
> would like to use smart Jprint, so that when i put
> some following lines as
>
> import com.activetree.swing.AtBook;
> import com.activetree.utils.AtPdfPrinter;
> import com.activetree.utils.AtTablePrinter;
>
> eclipse does not recognize and accept. How can I do
> then?
>
> Sincere
Put the jar(s) containing the active tree components in a directory somewhere, doesn't matter where just remember it.
In eclipse for the project open the properties window. You will see an entry for Java Build Path. Click on Java Build Path and you've got options for source, projects, libraries and order and export. Select the Libraries tab. Click on Add External Jars. Point to the path where your jar lives and add it. Click on ok and you should be done. It should then recognize the classes you're looking for.
PS.