Unable to start jenkins on windows 7 -


i have used following command

java –jar jenkins.war 

error occurred:

picked _java_options: -xmx512m error: not find or load main class ?jar 

looks have copy-pased command internet, cause character before jar isn't actual dash, special unicode character looks similar dash, isn't (thank microsoft). more specific character en-dash (u+2013).

so if replace incorrect dash correct 1 -, command work:

java -jar jenkins.war 

note might need type since browsers (looking @ ie) may auto convert incorrect characters!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -