Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
课程:使用 Java Rich Internet Applications 做更多事情
Applets launched by using the Java Network Launch Protocol (JNLP) have capabilities similar to those of Java Web Start applications. This lesson contains topics common to the development and deployment of applets and Java Web Start applications (together known as rich Internet applications). If you are unfamiliar with applets or Java Web Start applications, you can learn more in the following lessons of the Java Tutorials:
- To learn more about applet development and deployment, visit the
Java Applets lesson.
- To learn more about the development and deployment of Java Web Start applications, visit the
Java Web Start lesson.
注意: Please make sure you have at least
Java SE Development Kit (JDK) 6 update 10 release on your client machine before proceeding further. You will need this to view the sample rich internet applications and read subsequent sections without interruptions.