Home
last modified time | relevance | path

Searched defs:jarPaths (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/
H A DLibraryPluginJarsPage.java54 …public LibraryPluginJarsPage(String pageName, LibraryPluginFieldData data, Collection<?> jarPaths)… in LibraryPluginJarsPage()
236 String[] jarPaths = new String[fJarPaths.size()]; in updateData() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/
H A DBuildpathModifierActionTest.java180 IPath[] jarPaths= new IPath[] {JavaProjectHelper.MYLIB.makeAbsolute()}; in testAddExternalJar01AddMyLib() local
203 IPath[] jarPaths= new IPath[] { in testAddExternalJar02AddMuiltiLibs() local
230 IPath[] jarPaths= new IPath[] {JavaProjectHelper.MYLIB.makeAbsolute()}; in testAddExternalJar02AddMuiltiLibsTwice() local
263 IPath[] jarPaths= new IPath[] {JavaProjectHelper.MYLIB.makeAbsolute()}; in testAddExternalJarBug132827() local
688 IPath[] jarPaths= new IPath[] { in testRemoveFromBuildpath01RemoveLibs() local
744 IPath[] jarPaths= new IPath[] {JavaProjectHelper.MYLIB.makeAbsolute()}; in testRemoveFromBuildpathBug153299Lib() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/android/junit/java/src/org/chromium/testing/local/
H A DJunitTestMain.java37 String[] jarPaths = COLON.split(System.getProperty("java.class.path")); in findClassesFromClasspath() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/
H A DAddArchiveToBuildpathAction.java128 …private List<IJavaElement> addExternalJars(IPath[] jarPaths, IJavaProject project, IProgressMonito… in addExternalJars()