cancel
Showing results for 
Search instead for 
Did you mean: 

Class not found - extended class

Former Member
0 Kudos

Hey all,

I tried to extend the labaraddsteplet class.

First, i change the java class references to => com.syclo.sap.customworkmanager.bapi.LaborAddStepHandlerEx

Then i wrote custom code LaborAddStepHandlerEx.java and export the jar and put this jar into the java folder and also write this jar into the agentry.ini file.

Finally, i change the stephander value, reference to the new handler in the config panel. Restart the agentry server.

Now i got an error ; JavaBackEndError (java.lang.ClassNotFoundException: com.syclo.sap.customworkmanager.bapi.LaborAddStepHandlerEx),  |

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This is for WM 6.2?

You need to update the Managment cockpit Java class path, not the Agentry.ini file.

Where did you put the Jar file?
what is the value you added to the class path?

Former Member
0 Kudos

Hey Streeter,

Yes, this is wm 6.2.

I put the jar into the this folder (..\Server\configuration\com.sap.mobile.platform.server.agentry.application.X)