Bug 149528 - PDE can't read the jar files in target platform if it's not in the form of directory
Summary: PDE can't read the jar files in target platform if it's not in the form of di...
Status: RESOLVED DUPLICATE of bug 147831
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 04:30 EDT by JYHSU CLA
Modified: 2006-07-05 12:45 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JYHSU CLA 2006-07-04 04:30:07 EDT
I have a plugin in my target platform which includes some other jar files in it, and those jar files are what I actually want to use. The outter jar file is just used to package those inner jar files into one plugin. If I create a diretory under eclipse/plugin and put my inner jar files into that directory, Eclipse PDE will read those jar files successfully, and I can compile my code against them. However, if I use the inner jar files packaged into outter jar approach, Eclipse can't read the inner jar files, so I will have compile error.
Comment 1 Andrew Niefer CLA 2006-07-05 12:45:46 EDT

*** This bug has been marked as a duplicate of 147831 ***