Hello,
I’m new to BaseX. I’m on a Mac with an Apple M1 chip, running macOS 12.6.3. I downloaded the ZIP distribution of BaseX. When I open BaseX.jar I get an error message saying to check the console. When I run basexgui at the command line, I get this error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/basex/BaseXGUI has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I updated Java to the latest version, according to the download page at java.com and according to the Update tab in the Java control panel in System Preferences. Running java -version returns this:
java version "1.8.0_361" Java(TM) SE Runtime Environment (build 1.8.0_361-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.361-b09, mixed mode)
However, I am still getting the same error when running basexgui. Is there a trick or workaround for this?
Thanks, Greg
Am 3/14/2023 um 3:10 PM schrieb Murray, Gregory:
I’m new to BaseX. I’m on a Mac with an Apple M1 chip, running macOS 12.6.3. I downloaded the ZIP distribution of BaseX. When I open BaseX.jar I get an error message saying to check the console. When I run basexgui at the command line, I get this error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/basex/BaseXGUI has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I updated Java to the latest version, according to the download page at java.com and according to the Update tab in the Java control panel in System Preferences. Running java -version returns this:
java version "1.8.0_361"
Java(TM) SE Runtime Environment (build 1.8.0_361-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.361-b09, mixed mode)
However, I am still getting the same error when running basexgui. Is there a trick or workaround for this?
You need Java 11 for BaseX 10, I think. I would think it should be somehow available on maxOS 12 but I don't do much on a Mac.
If you really need to use Java 8 (1.8) then you can try the latest BaseX 9 release, I guess.
Am 3/14/2023 um 3:18 PM schrieb Martin Honnen:
Am 3/14/2023 um 3:10 PM schrieb Murray, Gregory:
I’m new to BaseX. I’m on a Mac with an Apple M1 chip, running macOS 12.6.3. I downloaded the ZIP distribution of BaseX. When I open BaseX.jar I get an error message saying to check the console. When I run basexgui at the command line, I get this error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/basex/BaseXGUI has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I updated Java to the latest version, according to the download page at java.com and according to the Update tab in the Java control panel in System Preferences. Running java -version returns this:
java version "1.8.0_361"
Java(TM) SE Runtime Environment (build 1.8.0_361-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.361-b09, mixed mode)
However, I am still getting the same error when running basexgui. Is there a trick or workaround for this?
You need Java 11 for BaseX 10, I think. I would think it should be somehow available on maxOS 12 but I don't do much on a Mac.
https://adoptium.net/temurin/releases/?version=11 has a macOS aarch64 version.
Thanks, Martin! I downloaded a Java package for macOS aarch64 from Adoptium and installed it. Opening BaseX.jar doesn’t seem to work, but running basexgui opens the GUI.
I noticed that the Start Up page of the BaseX documentation recommends that Windows users should download from Adoptium, but I ignored that since I’m on Mac. It seems strange that updating Java from java.com only gave me version 8, apparently.
Suggestion to those who maintain the documentation: Perhaps the BaseX documentation should recommend Adoptium for Mac as well as Windows.
Thanks, Greg
From: BaseX-Talk basex-talk-bounces@mailman.uni-konstanz.de on behalf of Martin Honnen martin.honnen@gmx.de Date: Tuesday, March 14, 2023 at 10:24 AM To: basex-talk@mailman.uni-konstanz.de basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] "class file versions" discrepancy You don't often get email from martin.honnen@gmx.de. Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification
Am 3/14/2023 um 3:18 PM schrieb Martin Honnen:
Am 3/14/2023 um 3:10 PM schrieb Murray, Gregory:
I’m new to BaseX. I’m on a Mac with an Apple M1 chip, running macOS 12.6.3. I downloaded the ZIP distribution of BaseX. When I open BaseX.jar I get an error message saying to check the console. When I run basexgui at the command line, I get this error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/basex/BaseXGUI has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I updated Java to the latest version, according to the download page at java.com and according to the Update tab in the Java control panel in System Preferences. Running java -version returns this:
java version "1.8.0_361" Java(TM) SE Runtime Environment (build 1.8.0_361-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.361-b09, mixed mode)
However, I am still getting the same error when running basexgui. Is there a trick or workaround for this?
You need Java 11 for BaseX 10, I think. I would think it should be somehow available on maxOS 12 but I don't do much on a Mac.
https://adoptium.net/temurin/releases/?version=11https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fadoptium.net%2Ftemurin%2Freleases%2F%3Fversion%3D11&data=05%7C01%7Cgregory.murray%40ptsem.edu%7C27dffeb977634154e76008db2497c00c%7C6fb1672fa768436d88c81585060baf28%7C0%7C0%7C638144006442695193%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Dh0wW%2FepHZQ%2Fo2NsKRgpBhABhQ9qJl93c1LeV9CsVME%3D&reserved=0 has a macOS aarch64 version.
Dear Greg,
Suggestion to those who maintain the documentation: Perhaps the BaseX documentation should recommend Adoptium for Mac as well as Windows.
Thanks for the suggestion. I’ve added notes on macOS and java.com in our documentation [1]. In addition, our download page mentions Homebrew, which is a popular package manager, and which installs a proper version of Java automatically while installing BaseX [2,3].
All the best, Christian
[1] https://docs.basex.org/wiki/Startup [2] https://basex.org/download/ [3] https://brew.sh/
From: BaseX-Talk basex-talk-bounces@mailman.uni-konstanz.de on behalf of Martin Honnen martin.honnen@gmx.de Date: Tuesday, March 14, 2023 at 10:24 AM To: basex-talk@mailman.uni-konstanz.de basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] "class file versions" discrepancy
You don't often get email from martin.honnen@gmx.de. Learn why this is important
Am 3/14/2023 um 3:18 PM schrieb Martin Honnen:
Am 3/14/2023 um 3:10 PM schrieb Murray, Gregory:
I’m new to BaseX. I’m on a Mac with an Apple M1 chip, running macOS 12.6.3. I downloaded the ZIP distribution of BaseX. When I open BaseX.jar I get an error message saying to check the console. When I run basexgui at the command line, I get this error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/basex/BaseXGUI has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I updated Java to the latest version, according to the download page at java.com and according to the Update tab in the Java control panel in System Preferences. Running java -version returns this:
java version "1.8.0_361"
Java(TM) SE Runtime Environment (build 1.8.0_361-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.361-b09, mixed mode)
However, I am still getting the same error when running basexgui. Is there a trick or workaround for this?
You need Java 11 for BaseX 10, I think. I would think it should be somehow available on maxOS 12 but I don't do much on a Mac.
https://adoptium.net/temurin/releases/?version=11 has a macOS aarch64 version.
Thanks, Christian! Sounds good.
From: Christian Grün christian.gruen@gmail.com Date: Wednesday, March 15, 2023 at 12:18 PM To: Murray, Gregory gregory.murray@ptsem.edu Cc: basex-talk@mailman.uni-konstanz.de basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] "class file versions" discrepancy [You don't often get email from christian.gruen@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
Dear Greg,
Suggestion to those who maintain the documentation: Perhaps the BaseX documentation should recommend Adoptium for Mac as well as Windows.
Thanks for the suggestion. I’ve added notes on macOS and java.com in our documentation [1]. In addition, our download page mentions Homebrew, which is a popular package manager, and which installs a proper version of Java automatically while installing BaseX [2,3].
All the best, Christian
[1] https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.basex... [2] https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbasex.org%... [3] https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbrew.sh%2F...
From: BaseX-Talk basex-talk-bounces@mailman.uni-konstanz.de on behalf of Martin Honnen martin.honnen@gmx.de Date: Tuesday, March 14, 2023 at 10:24 AM To: basex-talk@mailman.uni-konstanz.de basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] "class file versions" discrepancy
You don't often get email from martin.honnen@gmx.de. Learn why this is important
Am 3/14/2023 um 3:18 PM schrieb Martin Honnen:
Am 3/14/2023 um 3:10 PM schrieb Murray, Gregory:
I’m new to BaseX. I’m on a Mac with an Apple M1 chip, running macOS 12.6.3. I downloaded the ZIP distribution of BaseX. When I open BaseX.jar I get an error message saying to check the console. When I run basexgui at the command line, I get this error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/basex/BaseXGUI has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I updated Java to the latest version, according to the download page at java.com and according to the Update tab in the Java control panel in System Preferences. Running java -version returns this:
java version "1.8.0_361"
Java(TM) SE Runtime Environment (build 1.8.0_361-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.361-b09, mixed mode)
However, I am still getting the same error when running basexgui. Is there a trick or workaround for this?
You need Java 11 for BaseX 10, I think. I would think it should be somehow available on maxOS 12 but I don't do much on a Mac.
https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fadoptium.n... has a macOS aarch64 version.
basex-talk@mailman.uni-konstanz.de