Skip to main content

im creating a custom package i need to create a custom schema like:

Schema t = new Schema("id");

but every time i run it i got:

 

java.lang.NoClassDefFoundError: com/automationanywhere/botcore/api/dto/AttributeType

 

 

Hello @melque -

Thank you for sharing your question.

I would recommend that you submit a formal support ticket so one of our support members can assist you with this.

To submit a support ticket, visit the Support Portal. (LINK)

If you are unable to access this page, please reach out to your account representative for troubleshooting assistance.

Thank you

Rima Sengupta

Pathfinder Community Team 


@melque,

It has been 5 days since you asked this, so I am sure you have already scoured the web extensively for a solution.

But in the event that you haven’t found an answer, I found this great explanation of the “java.lang.NoClassDefFoundError:” error here on StackOverflow. It sounds like you may be missing a .class file in your classpath.

Please let me know if this helped you. I am very interested in custom package development so I am curious how your project goes.

Thanks


Reply