[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.pde] Re: how to access a file in Plugin at runtime

i got it:

this.getClass().getResourceAsStream("../ont.owl");

regards