Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>1/ Do not forget <a href="http://www.eclipsezone.com/eclipse/forums/t61137.html" rel="nofollow noreferrer"><strong>scrapbook page</strong></a> (also <a href="http://veerasundar.com/blog/2009/10/eclipse-tip-how-to-use-scrapbook-pages-in-eclipse/" rel="nofollow noreferrer">presented here</a>)</p> <p>In theory, you could copy a class in it, but since that class is actually encapsulated into a "main invisible" class, as an inner class, it would not support any static methods in it.</p> <p>However, for a quick chunk of code, it does the trick just fine.</p> <p><img src="https://i.stack.imgur.com/tOVMv.jpg" alt="inspect code within scrapbook"><br> (from this <a href="http://sourceforge.net/projects/eclipsetutorial/" rel="nofollow noreferrer">Eclipse tutorial</a>)</p> <p>3/ Since you want it run directly from eclipse, use as <a href="http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg13643.html" rel="nofollow noreferrer">indicated in this thread</a>, an <strong>External tool</strong></p> <p>That External Tool would run <code>C:\WINDOWS\system32\cmd.exe</code> with working directory <code>${container_loc}</code> </p> <p>More details in <a href="http://www.avajava.com/tutorials/lessons/how-do-i-open-a-windows-command-prompt-in-my-console.html" rel="nofollow noreferrer"><strong>this article "How do I open a Windows Command Prompt in my console ?"</strong></a>.</p> <p><a href="http://www.avajava.com/tutorials/eclipse/how-do-i-open-a-windows-command-prompt-in-my-console/how-do-i-open-a-windows-command-prompt-in-my-console-03.gif" rel="nofollow noreferrer">http://www.avajava.com/tutorials/eclipse/how-do-i-open-a-windows-command-prompt-in-my-console/how-do-i-open-a-windows-command-prompt-in-my-console-03.gif</a></p> <p>That will give:</p> <p><a href="http://www.avajava.com/tutorials/eclipse/how-do-i-open-a-windows-command-prompt-in-my-console/how-do-i-open-a-windows-command-prompt-in-my-console-05.gif" rel="nofollow noreferrer">http://www.avajava.com/tutorials/eclipse/how-do-i-open-a-windows-command-prompt-in-my-console/how-do-i-open-a-windows-command-prompt-in-my-console-05.gif</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload