The method org.eclipse.jdt.core.IJavaProject.getOutputLocation is a part of the Java Development Tools (JDT) Core API provided by the Eclipse IDE. It is used to retrieve the output location of a Java project. In other words, it returns the directory where the compiled Java classes and resources of the project are stored. This can be useful when programmatically accessing or manipulating the output location for various purposes such as build management or dependency resolution.
Java IJavaProject.getOutputLocation - 26 examples found. These are the top rated real world Java examples of org.eclipse.jdt.core.IJavaProject.getOutputLocation extracted from open source projects. You can rate examples to help us improve the quality of examples.