getsolus / 3rd-party

Extra 3rd party packages
22 stars 23 forks source link

JRE/JDK error when launching CLion #77

Open ahahn94 opened 1 month ago

ahahn94 commented 1 month ago

It looks like the new version of CLion expects either JRE_HOME or JDK_HOME to point to a valid Java install. The other JetBrains IDEs don't care about those environment variables. OpenJDK 17 is defined as a runtime dependency for CLion and therefore already installed by default.

Should we consider this OUR problem and let either of the envvars point to /user/lib/openjdk-17 - or should we consider this a USER problem and just let them run into the error message and figure it out by themselves?

image
ahahn94 commented 1 month ago

I have pushed the new version of CLion to the master branch in 5771256

Please do a rollback of the commit if you consider the current state as unfit for the master branch.