Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350470 - Libraries can only be loaded if they're in the default package
Summary: Libraries can only be loaded if they're in the default package
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Matt Heitz CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-27 13:23 EDT by Matt Heitz CLA
Modified: 2017-02-23 14:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Heitz CLA 2011-06-27 13:23:52 EDT
The code generated to load libraries doesn't include the package.  For example if a program uses library x.y.MyLib, the code to load the library in the program looks like this:
... _runUnit().getExecutable("MyLib");

The string should be "x.y.MyLib".
Comment 1 Matt Heitz CLA 2011-06-27 15:24:26 EDT
Changed EGLClassTemplate to always put the fully-qualified class name in the call of getExecutable.  Using a new method in CommonUtilities to get that fully-qualified name.
Comment 2 Matt Heitz CLA 2011-07-06 16:24:32 EDT
Verified.