Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I was playing minecraft earlier with openjdk 7, put my laptop in sleep mode, took a nap, and now jkd is gone. i've uninstalled it both software center and terminal. then reinstalled both. it's still not coming up after anything.

what do i do?

share|improve this question

closed as too localized by Ringtail, fossfreedom Nov 24 '12 at 9:14

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Try to run the following command and make sure openjdk is the default JRE.

sudo update-alternatives --config java

Update

Try to run which java tell you which java is by default being used, and java -version see if env variables are correctly set.

I don't know what kind of game minecraft is, in browser (the plugin symbolic link may be broken) or client (try to launch it in a new Terminal session)?

share|improve this answer
I updated the answer. – Terry Wang Nov 22 '12 at 9:32
Terry, Thanks for your help. My problem was that I had ibus going. I fixed it now, but thanks for your help! :) – Matthew Nov 22 '12 at 20:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.