[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.foundation] Re: Converting a Java package name in an IPath instance

I made a slight mistake in previous post

use this line IPath newpath=path.append("/src/"+strpath);


instead of path.append()......;

angelo randazzo wrote:

Hi,

I need to convert a package name (like 'myapp.mypackage.mysubpackage') in
an IPath instance (like '/myproject/mysrc/myapp/mypackage/mysubpackage').

How to obtain this? Anyone can help me? Thanks in advance.

BYE
Angelo