cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Using java and arbortext

pzorrilla
1-Newbie

Using java and arbortext

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 2

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
>

Thank you very much! It works now 😃



I really appreciate your time and support.

Top Tags