mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
bin/clion tries to figure out the proper JAVA_HOME, while giving the user the ability to override it. This can lead to it picking up a too old Java version: > clion java.lang.UnsupportedClassVersionError: com/intellij/util/lang/PathClassLoader has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0 To fix this, make the ports tree fill in its JAVA_HOME into bin/clion. Users can still override it to something specific by overriding CLION_JDK: > env CLION_JDK=/some/other/jdk/installation clion PR: 268358
12 lines
265 B
Desktop File
12 lines
265 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Encoding=UTF-8
|
|
Type=Application
|
|
Name=CLion
|
|
GenericName=CLion
|
|
Comment=CLion Integrated Development Environment
|
|
Icon=%%DATADIR%%/bin/clion.png
|
|
Exec=%%PREFIX%%/bin/clion
|
|
Terminal=false
|
|
StartupNotify=true
|
|
Categories=Application;Development;
|