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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -