environment variables

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Shaddix

environment variables

Post by Shaddix »

whe I try to run IntelliJ mint always complains

it says:

Code: Select all

No JDK found to run IDEA. Please validate either IDEA_JDK or JDK_HOME points to valid JDK installation
now I have found a solution, it's starting IntelliJ like this:

Code: Select all

export IDEA_JDK=/usr/lib/jvm/java-6-openjdk

Code: Select all

/bin/idea-9013/bin/idea.sh
it works if I do it like that, but is there a way so that I don't have to do the first line where I assign the enviroment variable to the correct pad everytime?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Beginner Questions”