If you got Version Problem While importing the jar file into the OSB Eclipse IDE follow these steps to resolve them
1.Extract JAR file
2.Open the "ExportInfo" file from notepad and then change the "value" of these statement corresponding to the server version
EX:- <imp:property name="productversion" value="11.1.1.6"/>
<imp:property name="productversion" value="version Number"/>
3.Then open the command Prompt navigate to the folder you extracted thenType this command
before that you check whether your system is installed with java or not
"Location of the Extracted file" jar -cf "makejarfile.jar" "file1" "file2" "file3" ... "filen"
EX:- D:\HOLXConcur\OSBServices\OSBEmployeeConfig>jar -cf "OSBEmployee.jar" HolxConcurSyncEmployeeTopicSubscriber HolxSyncEmployeeTopicPublisher ExportInfo
No comments:
Post a Comment