You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by gi...@apache.org on 2019/04/06 19:40:48 UTC

[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 694

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cbb7399  Automated site publishing by Jenkins build 694
cbb7399 is described below

commit cbb739988b330cf7849b4d0f44877537c8937907
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Apr 6 19:40:45 2019 +0000

    Automated site publishing by Jenkins build 694
---
 content/kb/docs/java/quickstart.html | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html b/content/kb/docs/java/quickstart.html
index 08968d7..ae72197 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -254,10 +254,13 @@ The first time you create a new Java project, you will be prompted to download a
 <p>Within the <code>public static void main</code> statement, type <code>sout</code> and press <kbd>Tab</kbd>. You should now see a 'System.out.println' statement.</p>
 </li>
 <li>
-<p>Within the quotation marks, type <code>hello world</code>. You should now see the following:</p>
+<p>Within the quotation marks, type <code>hello world</code>.</p>
 </li>
 </ol>
 </div>
+<div class="paragraph">
+<p>You should now see the following:</p>
+</div>
 <div class="openblock feature">
 <div class="content">
 <div class="imageblock left">
@@ -288,14 +291,14 @@ The first time you create a new Java project, you will be prompted to download a
 <h2 id="_running_the_application">Running the Application</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Right-click the project and choose Run or choose Run Project under the Run menu.</p>
+<p>Make sure to save the Java source file, right-click the project and choose Run or choose Run Project under the Run menu. Click Select Main Class.</p>
 </div>
 <div class="paragraph">
 <p>In the Output window (which can be opened from the Window menu), you should see the below.</p>
 </div>
-<div class="imageblock">
+<div class="imageblock left">
 <div class="content">
-<img src="images/run-output.png" alt="run output">
+<a class="image" href="images/run-output-maven.png"><img src="images/run-output-maven-small.png" alt="run output maven small"></a>
 </div>
 </div>
 <div class="paragraph">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists