Unable to view class file path in event manegement

i have created a jar file for my event, class files are created and successfully uploaded into the extenstion folder aswell. the jar contains the full path of the class file. 
when i login to javaclient for configuring at Event handler, i am unable to view the class file path loaded in the extension folder.. 

any suggestion????

Add Comment
1 Answer(s)

There are few points which you need to take care while creating JAR file:
1. Take care of your Java version which you are using while creating JAR file
2. META-INF folder structure should be created properly.

Best way is to check the log file while deploying the JAR file. If there is any error in the JAR you will see it in the log messages.

Shashank

Agile User Answered on November 3, 2015.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.