Java Questions

From NST Wiki
Revision as of 11:43, 3 November 2010 by Paul Blankenbaker (talk | contribs) (Created page with '= What Java Run Time Does NST Come With? = We build the NST with the [http://java.com/ Java Run Time Environment] from Oracle. This run time environment is used to run several …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

What Java Run Time Does NST Come With?

We build the NST with the Java Run Time Environment from Oracle.

This run time environment is used to run several of the Java applications, applets and Java Web Start utilities used in NST.

What Types of Java Programs Can I Run?

Java applications, Java applets and Java Web Start applications should all work out of the box.

If you need to develop Java code, or run Java Servlets and Java Server Pages you will need to install additional packages from the Fedora repositories and/or external web sites.

Why Isn't the Java Software Development Kit Included?

From our understanding of Oracle's licensing, one is only allowed to distribute the Java Runtime Environment (JRE). Distributing the Java Software Development Kit is not permitted.

Even though we don't distribute the Java Software Development Kit, you can download it and install it directly from Oracle.

Why Does /root/.java Get So Big?

This directory is where many JAR files are cached.