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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -