2

I am trying to run Metabase for SQL queries and data viz. I am getting the following error when I enter: java -jar metabase.jar on the commandline.

Error: Unable to access jarfile metabase.jar

I have the most updated version of Java (as the default app for opening JAR files), have enabled "Hidden" windows and have tried jarfix.exe. My OS is Windows 10. I am new to programming.

Nikhil Badyal
  • 1,589
  • 1
  • 9
  • 20
Lori Brok
  • 21
  • 2

1 Answers1

3

the command has to be run in the directoryit was installed. so I will assume it is in your downloads directory. cd into that directory the run the command again.

cd PATH_TO_DOWNLOADS_DIR/ 
java -jar metabase.jar
Arausi Daniel
  • 191
  • 2
  • 9