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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -