repository access
Peter Wisnovsky <[email protected]> Fri, 1 Aug 2003 11:40:12 -0700
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Peter Wisnovsky writes: > Has something changed in the repository API? I used to be able to do: Mea culpa, I forgot to RTFM. So I see that this is now a deprecated API and to use the classpath API. So I look there, and it says that the ClassPath.getClassPath(String) methods are deprecated (presumably because each project has a separate classpath) and to use "ProjectPath.find()" instead. However, I can't find this class or documentation for it. Gack! Now what? Peter