Difference between revisions of "Java"
Jump to navigation
Jump to search
(Created page with "== Configuring Software - java == Sadly, at some point you are going to have to use the slow, memory hungry cross-platform debacle known as java. Before you begin, you'll need t…") |
|||
| Line 7: | Line 7: | ||
Once ready, begin the emerge. | Once ready, begin the emerge. | ||
'''$''' sudo emerge -av sun-jdk | '''$''' sudo emerge -av sun-jdk | ||
| + | You should now have a working java framework. | ||
Revision as of 13:00, 6 December 2010
Configuring Software - java
Sadly, at some point you are going to have to use the slow, memory hungry cross-platform debacle known as java. Before you begin, you'll need to modify /etc/portage/package.license. You may also want to disable the doc USE flag in /etc/portage/package.use since it will ask you to visit sun's website and jump through a number of hoops before you can perform the emerge.
$ sudo nano -w /etc/portage/package.license
Add the following directive:
dev-java/sun-jdk dlj-1.1
Once ready, begin the emerge.
$ sudo emerge -av sun-jdk
You should now have a working java framework.