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????
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