Package Details: gaiasky 3:3.6.0-3

Git Clone URL: https://aur.archlinux.org/gaiasky.git (read-only, click to copy)
Package Base: gaiasky
Description: Open source 3D universe simulator for desktop and VR with support for more than a billion objects
Upstream URL: https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
Keywords: 3D asteroids astronomy education ESA gaia galaxy interactive moons opengl outreach planets satellites space stars visualization
Licenses: MPL
Submitter: langurmonkey
Maintainer: langurmonkey
Last Packager: langurmonkey
Votes: 10
Popularity: 0.139858
First Submitted: 2016-04-26 12:19 (UTC)
Last Updated: 2024-03-15 19:29 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

langurmonkey commented on 2020-09-15 13:15 (UTC) (edited on 2020-09-15 13:16 (UTC) by langurmonkey)

@Tio, a clean install of the jre11-openjdk package -which already is a dependency of my package- should set everything up for you. It installs the JRE in /usr/lib/jvm/java-11-openjdk/. Additionally, you may want to set the value of the environment variable$JAVA_HOME (in your ~/.bash_profile or ~/.bashrc, or simply in your terminal, but this is not permanent) like this:

export JAVA_HOME=/usr/lib/jvm/java-11-openjdk/

but this is not strictly necessary, as the jre11-openjdk already adds the binaries to the $PATH.

Tio commented on 2020-09-15 11:09 (UTC)

Ok. I do not know how to do these...but thank you for the answer.

langurmonkey commented on 2020-09-14 07:03 (UTC) (edited on 2020-09-14 07:57 (UTC) by langurmonkey)

Tio, you either need the $JAVA_HOME variable pointing to your Java 11 installation, or the java executable in your $PATH.

Tio commented on 2020-09-14 02:03 (UTC)

Hi. I already have jre11. I removed jre8 so that perhaps it will use jre11. However now I get this error:

[tio@tio-pc ~]$ gaiasky
/usr/bin/gaiasky: line 80: java: command not found

langurmonkey commented on 2020-09-13 18:29 (UTC) (edited on 2020-09-14 07:57 (UTC) by langurmonkey)

@Tio you are using the jre 8 to run it, but should be using at least jre 11 (which is a dependency). Check your java installations and make sure you have the right version. You can check the gaiasky script itself to see how the jre is chosen. Maybe you have Java 8 in your $JAVA_HOME or $JRE_HOME vars.

Tio commented on 2020-09-12 17:04 (UTC)

Wanted to say I get this error:

gaiasky
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: gaiasky/desktop/GaiaSkyDesktop 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
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)

gosi commented on 2020-01-29 21:54 (UTC)

No, sorry everything is ok. I just thought the older/newer mismatch is because of the "typo" in pkgver as it is not like the source version. But apparently this is on purpose.

langurmonkey commented on 2020-01-29 09:38 (UTC)

@gosi, I'm a bit confused now, I changed the hyphen to an underscore following the guidelines here: https://wiki.archlinux.org/index.php/PKGBUILD#Version

What is then the right way to go?

gosi commented on 2020-01-28 19:04 (UTC)

gaiasky: local (2.2.4.276701f80-1) is newer than AUR (2.2.4_1.a169540c8-1)

5 days Fix previous release 2.2.4-1

Almost: pkgver=2.2.4_1.a169540c8

that should be: pkgver=2.2.4-1.a169540c8

langurmonkey commented on 2019-08-19 08:08 (UTC)

@pancakes, just updated it. The script that generates the AUR package crashed and I didn't care to check the logs. Thanks!