Skip to main content
1-Visitor
November 7, 2012
Question

Using java and arbortext

  • November 7, 2012
  • 2 replies
  • 917 views

Hi! I'm trying to test a new class in order to implement XUI with java,
however I can not import "com.arbortext.epic.Acl" =(

Why? When I'm trying to compile, compiler tells me the package doesn't
exist. Does anybody know why this is happening to me?

Thanks in advance. Best regards,
Paulette

    2 replies

    1-Visitor
    November 7, 2012
    You need to add to your class path the JAR containing Editor's Java API,
    which is lib\classes\aom.jar under your Editor install folder. Editor adds
    this to the runtime class path automatically, but you'll need to do so
    yourself for compiling.

    -Brandon 🙂


    On Wed, Nov 7, 2012 at 12:32 PM, Paulette Zorrilla <
    paulette.zorrilla@oracle.com> wrote:

    > Hi! I'm trying to test a new class in order to implement XUI with java,
    > however I can not import "com.arbortext.epic.Acl" =(
    >
    > Why? When I'm trying to compile, compiler tells me the package doesn't
    > exist. Does anybody know why this is happening to me?
    >
    > Thanks ind advance. Best regards,
    > Paulette
    >
    pzorrilla1-VisitorAuthor
    1-Visitor
    November 7, 2012

    Thank you very much! It works now 😃



    I really appreciate your time and support.