Hi Joe74,
There was an issue with the default java-vm settings in some releases that may be resulting in this issue. We just need to reassign your java symlink to the correct version. Fortunately the eselect utility makes this very simple for us.
- Code: Select all
$ su
# eselect java-vm list
You will receive a list of installed java virtual machines, You may also receive a couple errors at the top that there's no such file or directory. Chances are there's one that doesn't list an error at the top, on my system it's
icedtea-7. Find the correlating number with that entry. Then:
- Code: Select all
# eselect java-vm set <number>
If you also want to update your java plugin for your browser, you will need to do the same process with java-nsplugin (instead of java-vm).