注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Java SE Development Kit (JDK)
Revision as of 12:05, January 30, 2015 by Threesixes (talk | contribs) (vincent said accepting licenses isn't necessary....)
Java SE Development Kit (JDK)
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Jdk is dev-java/oracle-jre-bin & additional software for java development.
Installation
root # emerge dev-java/oracle-jdk-bin
Runtime
After the installation finishes, you may want to check and see if you can use the jre components of jdk. You can do so by issuing the following command:
user $ java -jar file.jar
media