Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Classloader problems related to obfuscation
Classloader problems related to obfuscation [message #318032] Wed, 18 July 2007 20:43 Go to next message
Eclipse UserFriend
I'm working on an eclipse-specific obfuscator. I am running into some
NoClassDefFound errors. The errors list the correct (obfuscated) name
and I can find it fine. However, I'm wondering if this is because the
class/package names have changed from what is in the Manifest file. The
answer is probably obvious to some of you that know more about the
eclipse class loader than me. My questions are:
1) Whether or not I have to preserve any package mentioned in the
export statements of the manifest ?
2) Should this fix my problem?
3) Anything else I need to preserve for class loading to still work?
(I have captured everything from the plugin.xml file)

thanks,
adam
Re: Classloader problems related to obfuscation [message #318040 is a reply to message #318032] Thu, 19 July 2007 01:31 Go to previous message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

If a package is exported from a bundle, then no classes in that package should be obfuscated.

Alex.
Previous Topic:too many files open
Next Topic:TableTreeItem deprecated
Goto Forum:
  


Current Time: Mon Oct 27 20:57:57 EDT 2025

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

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

Back to the top