Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350470

Summary: Libraries can only be loaded if they're in the default package
Product: z_Archived Reporter: Matt Heitz <mheitz>
Component: EDTAssignee: Matt Heitz <mheitz>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.