java - JSF Environment Setup -


i reading tutorials point on how setup environment jsf.

the maven works.

enter image description here

the apache works.

enter image description here

i followed steps , configured environment variables required.

next step, open command prompt , typed following command.

enter image description here

and receives these errors.

i suppose following tutorial @ http://www.tutorialspoint.com/jsf/jsf_first_application.htm. shows maven command:

c:\jsf>mvn archetype:create  -dgroupid=com.tutorialspoint.test  -dartifactid=helloworld  -darchetypeartifactid=maven-archetype-webapp 

it confusing. have write in 1 line:

c:\jsf>mvn archetype:create -dgroupid=com.tutorialspoint.test -dartifactid=helloworld -darchetypeartifactid=maven-archetype-webapp 

or use caret(^) symbol:

c:\jsf>mvn archetype:create ^ -dgroupid=com.tutorialspoint.test ^  -dartifactid=helloworld ^ -darchetypeartifactid=maven-archetype-webapp 

Comments

Post a Comment

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -