Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to load encrypted class file in RCP using custom classloader?
How to load encrypted class file in RCP using custom classloader? [message #452814] Mon, 17 July 2006 08:36 Go to next message
Eclipse UserFriend
Originally posted by: ztw.powersail.com.cn

In my RCP application,some class file will be encrypted by WIBU spftware
protected system.
my core plugin's MAINFEST.MF:
Bundle-ClassPath:core.jar
in this core.jar, has some encrypted class file which only loaded by WIBU
classloader.other plugin in my RCP will use these encrypted class.
How can I load these encrypted class file in my RCP?
Could I modify org.eclipse.osgi.framework.internal.core.BundleLoader to
load encrypted class file with WIBU classloader?
but I think it's not a better way, or has some way to resolve the problem?
Re: How to load encrypted class file in RCP using custom classloader? [message #1272002 is a reply to message #452814] Sun, 16 March 2014 21:23 Go to previous message
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
Eclipse User wrote on Mon, 17 July 2006 04:36
Originally posted by: ztw.powersail.com.cn

In my RCP application,some class file will be encrypted by WIBU spftware
protected system.
my core plugin's MAINFEST.MF:
Bundle-ClassPath:core.jar
in this core.jar, has some encrypted class file which only loaded by WIBU
classloader.other plugin in my RCP will use these encrypted class.
How can I load these encrypted class file in my RCP?
Could I modify org.eclipse.osgi.framework.internal.core.BundleLoader to
load encrypted class file with WIBU classloader?
but I think it's not a better way, or has some way to resolve the problem?


I'm bringing up this topic because i am thinking of using the same approach.

Anyone can help on this one?
Previous Topic:[SOLVED] Sticky view does't appear in Pydev perspective
Next Topic:the perspective bar can not be shown
Goto Forum:
  


Current Time: Fri Mar 29 14:24:02 GMT 2024

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

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

Back to the top