King Lung Chiu
unread,Dec 23, 2013, 1:18:50 AM12/23/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to medi...@googlegroups.com
(Thought I should make a new post for these questions (pulled from my
other post), as they're general to the way MF works, rather than to my
specific plugin.)
If we install a plugin with the library it depends on, eg:
plugin.module.add :class my.Module :path /plugins/myplugin.jar :lib
/libs/library.jar
and if that same library is also used by MF and comes in aserver.jar:
1) When MF runs the plugin, does it use the library jar I supplied, or
does it use the ones from aserver.jar?
2) If by default it uses the ones in aserver.jar, is there a way to
tell MF to use the one I supplied?
3) If the ones in aserver.jar always takes precedence and we cannot
override that:
a) Should we compile our plugin as Java 6 or Java 7 code to remain
compatible with the MF supplied classes (v045)?
b) What do we do if the classes we need are obfuscated (hence "class
not found")?
Thanks a lot, cheers,
King