Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » add classpath at runtime tab in manifest(manifest)
add classpath at runtime tab in manifest [message #1386373] Tue, 17 June 2014 08:05 Go to next message
Sanghyun Kim is currently offline Sanghyun KimFriend
Messages: 4
Registered: June 2014
Junior Member
Hi
I develope Eclipse plug-in.
I have a problem.

I can run the sql in my plug-in. (use mybatis)
Sometimes we must use java library in sql.

Mybatis support @classname@method(value).

But this libray must include plugin runtime classpath.
I don't want to include this library. Because this library is only util.

So, I load jar file using classloader.
But it doesn't work.

How can i solve the problem?
Re: add classpath at runtime tab in manifest [message #1386741 is a reply to message #1386373] Fri, 20 June 2014 04:18 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Sanghyun Kim wrote on Tue, 17 June 2014 04:05

But this libray must include plugin runtime classpath.
I don't want to include this library. Because this library is only util.


Add it to the plug-in's classpath, or define an extension point of your own so that the interaction with the code in the library is on your terms--if you are legally able to modify the library, of course.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:hi all, i need to connect eclipse with xampp
Next Topic:How to maintain Eclipse plugins and updates without Internet
Goto Forum:
  


Current Time: Thu Apr 25 03:47:13 GMT 2024

Powered by FUDForum. Page generated in 0.08346 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top