This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new 523d62c Update quickstart.asciidoc
523d62c is described below
commit 523d62c22217877817a200f50eb7e01a1960ebb5
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat Apr 6 21:38:56 2019 +0200
Update quickstart.asciidoc
---
netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
index 27ff476..46a49c3 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -104,7 +104,9 @@ A skeleton main class has been created for you. You can add
a "Hello World!" mes
2. Within the `public static void main` statement, type `sout` and press
kbd:[Tab]. You should now see a 'System.out.println' statement.
-3. Within the quotation marks, type `hello world`. You should now see the
following:
+3. Within the quotation marks, type `hello world`.
+
+You should now see the following:
[.feature]
--
@@ -122,11 +124,11 @@ For a full description of editor assistance features, see
link:https://netbeans.
== Running the Application
-Right-click the project and choose Run or choose Run Project under the Run
menu.
+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.
In the Output window (which can be opened from the Window menu), you should
see the below.
-image::images/run-output.png[]
+image::images/run-output-maven-small.png[role="left",
link="images/run-output-maven.png"]
Congratulations! Your application works.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists