Stuck in the JAVA tutorial : Creating a servlet class

40 views
Skip to first unread message

Unesco Iha

unread,
Mar 21, 2016, 1:15:15 PM3/21/16
to Google App Engine
I'm doing the JAVA tutorial called "Creating a guest book".
In step 4. Adding Application Code an UI, I get stuck at Creating a servlet class.

it says : 

n the guestbook/src/main/java directory, create a package path for your servlet class called com/example/guestbook. In Linux or Mac OS X, you can run the following command:

mkdir -p com/example/guestbook

How can I do this in Windows 10?

Everything was going as planned until this step. 

Les Vogel

unread,
Mar 21, 2016, 1:46:53 PM3/21/16
to google-a...@googlegroups.com
We are trying to make the documentation more windows friendly.  Sorry you ran into this.

What the command is trying to do is make a series of directories

So it can become:

md com
md com/example
md com/example/guestbook


--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2302239c-49b4-4797-b02a-d27468313f6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

  •  
Les Vogel
  •  Cloud Developer Relations
  •  le...@google.com
  •  +1-408-676-7023 

Les Vogel

unread,
Mar 21, 2016, 1:49:17 PM3/21/16
to google-a...@googlegroups.com
I need to type into command before I send things.

md com
md com\example
md com\example\guestbook

Unesco Iha

unread,
Mar 21, 2016, 2:06:40 PM3/21/16
to Google App Engine
Thanks!
Reply all
Reply to author
Forward
0 new messages