Skip to main content



      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 04:05 Go to next message
Eclipse UserFriend
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 00:18 Go to previous message
Eclipse UserFriend
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.
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: Sat Jun 14 19:53:13 EDT 2025

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

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

Back to the top