Add external jars into eclipse plugin project
![]()
vikrant kamble (132●18●95)
| asked Jun 23 '15, 5:59 a.m.
edited Jun 23 '15, 6:33 a.m. by Ralph Schoon (62.0k●3●36●43)
How to add external jars into eclipse plugin project in RTC?
(I know there is one option available create plugin from existing jar archives. and somewhere i read that adding external jars through build path doesn't work for plugin project in RTC ) I want to know a method other than this Thank you |
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jun 23 '15, 6:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see https://jazz.net/forum/questions/93445/server-side-extension-and-spring/93470
vikrant kamble selected this answer as the correct answer
Comments You might have to export your library, if you put it into another plugin. See the plugin.xml tabs. I did it following way
This worked for me first time and in the "lib" folder it created Three more folders which are "com", "META-INF", "sqlj" and one file name "T4XAIndbtPkg.SJPeofile().ser" I dont know how these folders and files were created but it worked for me. When I opened "com" folder I felt like one of my jar was extracted in that folder showing all the list of packages which were contained in the jar file.
But It is not working now. What may be reason?
I did it following way
This worked for me first time and in the "lib" folder it created Three more folders which are "com", "META-INF", "sqlj" and one file name "T4XAIndbtPkg.SJPeofile().ser" I dont know how these folders and files were created but it worked for me. When I opened "com" folder I felt like one of my jar was extracted in that folder showing all the list of packages which were contained in the jar file. But It is not working now. What may be reasonMistakenly it got posted twice. I did above procedure to add external jar into plugin project but it is not working now. Am i missing something or am i doing something wrong
I can't tell. When I did this way back, I got it working.
|