Skip to content

Frequently Asked Questions

Nicho edited this page Nov 9, 2024 · 10 revisions

Frequently Asked Questions

How Do I launch the application?

After building the source or extracting a release archive you will need to go to the /bin folder and run the "mtg-desktop-companion.bat" script (for Windows) or the "mtg-desktop-companion.sh" script (Linux/Unix).

I get a "Could not create Java virtual machine" error when launching.

Make sure you have Jave SE installed. https://www.oracle.com/technetwork/java/javase/downloads/index.html

Install JDK :

This is different from the standard JRE install that you would normally get. You will need to install Java SE version 21 or higher to run the application.

Install on raspberry Pi

  • Install sdkman with command curl -s "https://get.sdkman.io" | bash
  • Install latest Oracle / openjdk release : ex : sdk install java 23.0.1-oracle and answer "set as default" to yes
Clone this wiki locally