Posts Tagged ‘eclipse scrapbook’

Inspect your code in Eclipse using Eclipse Scrapbook feature

Inspect your code in Eclipse using Eclipse Scrapbook feature
The java IDEs (eclipse, IRAD etc) contribute a scrapbook facility that can be used to try and evaluate Java expressions (such as code snippets). Java scrapbook errors are shown in the editor. Snippets are edited and evaluated in the Scrapbook page editor. In the editor you can select a code snippet, evaluate it, and display the result as a string in console.Creating a Java Scrapbook ...
Copyright © 2012 ViralPatel.net. All rights reserved.