Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] absolute path of an IClasspathEntry

Title: Message
Hi,
 
I have a project which is referencing a jar from another project. The IClasspathEntry corresponding to this jar has a path which looks like this : referencedProject/.../myjar.jar
I want to have an absolute handle on this jar (for copying purposes).
IPath.makeAbsolute() only puts a / in front of the path.
What is the way to obtain a really absolute path ?
 
Thanks,
 
Julien

Back to the top