[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Plugin Fragment & External Jars

FYI: What I ended up doing was to create new Plug-in from existing JAR archives. This way I have access to the extra libraries I needed to.

George

George Karabotsos wrote:
Hi guys,

I am making a fragment that extents the CompilationParticipant of the jdt.

I have two jars that my code is dependent upon. However, I can't seem to be able to package them together with my plugin when I am building its jar. I am aware I can only use the code from other plugins but changing those jars into plugins does not seem to be an option ATM.

Any suggestions please? :)

TIA,

George