java - Unable to access jarfile in Windows 8.1 -


i have problem trying install mondrian. installer .jar file. if double clik it, windows console opens, closes immediatly. if try console , write "java -jar mondrian", "error: unable access jarfile mondrian".

i'm using windows 8.1.

thanks help.

you need full filename of jar file trying execute

java -jar mondrian.jar 

regardless, think should referring mondrian installation guide, you'll see command need enter different attempting do.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -