Quantcast
Channel: UI
Viewing all articles
Browse latest Browse all 1007

Java Examples Search

$
0
0
Date Updated: 
Mon, 2019-02-04 13:55
Thai Ha
Date Created: 
Fri, 2011-12-16 23:07

When developing Java applications, there are times when you need to search for a Java code snippet to do a common task like reading file content, looping over a Collection, parsing an XML file etc. This plugin is to help you to do that easily. Just think about this plugin as something like MSDN for Java.

Install plugin:
- Use Update site URL: https://dl.bintray.com/tha/eclipserepo/
- Or download offline: download plugin from https://dl.bintray.com/tha/eclipserepo/plugins/org.freejava.javaexamplessearch_1.0.1.jar and save it to eclipse/dropins/ folder

Usage:
- Install the plugin
- Use menu item FreeJava Tools/Java Examples Search to open a Search dialog
- Enter your keywords and click OK
- A search result window will be opened with results

Compatibility:
- Tested with Eclipse 3.6 to 3.7 but it should run well on older versions of Eclipse

Requirements:
- Eclipse IDE 3.6 or later
- Internet connection to use Google Custom Search

You might also like the plugins:
- Java Source Attacher to find source code for open source Java libraries.
- Java Dependency Viewer to view your class dependencies and package dependencies visually.


Viewing all articles
Browse latest Browse all 1007

Trending Articles