Question

Custom Package error AttributeType

  • 2 September 2023
  • 2 replies
  • 54 views

Badge +5

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

 

 


2 replies

Userlevel 3
Badge +5

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 

Userlevel 3
Badge +9

@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