Commented out Image Appletviewer screenshot hello world.png frame right AppletViewer Screenshot on Linux AppletViewer is a standalone, command line program from Sun Microsystems Sun to run Java applet s. Appletviewer is generally used by developers for testing their applets before being deployed to a website . As a Java developer, it is a preferred option for running Java applets that do not involve the use of a web browser . Even though the applet viewer logically takes the place of a web browser, it functions very differently from a web browser. The applet viewer operates on HTML documents, but all it looks for is embedded applet tags any other HTML code in the document is ignored. Each time the applet viewer encounters an applet tag in an HTML document, it launches a separate applet viewer window containing the respective applet. The only drawback to using the applet viewer is that it will not show how an applet will run within the confines of a real web setting. Because the applet viewer ignores all HTML codes except applet tags, it does not even attempt to display any other information contained in the HTML document. Appletviewer is included with Sun s Java Development Kit JDK package, but not with Sun s Java Runtime Environment JRE package. The Java development kit GCJ also has its own version of appletviewer, called gappletviewer . External links http java.sun.com The Java Website Javadoc SE Home URL download.jsp Java SE Downloads , Java Development Kit JDK download page Javadoc SE Home URL docs tooldocs JDK Development Tools , includes detailed documentation of appletviewer and other Java tools programming software stub Category Java platform software ar nl Appletviewer ... more details
noinclude Infobox software name Java Development Kit JDK logo Image Java logo.svg 130px screenshot caption developer Sun Microsystems Owned by Oracle Corporation latest release version 7 update 3 latest release date release date 2012 2 14 latest preview version latest preview date operating system Cross platform programming language genre Software development kit license Sun License most of it also under GPL website https jdk6.dev.java.net noinclude this noinclude is for meeting transclusion rules about non free images, please do not remove Please clarify the above comment... User Abdull The Java Development Kit JDK is an Oracle Corporation product aimed at Java programming language Java developers. Since the introduction of Java, it has been by far the most widely used Java Software Development Kit Software development kit SDK . On 17 November 2006, Sun announced that it would be released under the GNU General Public License GPL , thus making it free software . This happened in large part on 8 May 2007 noinclude ref cite web url http www.prnewswire.com cgi bin stories.pl?ACCT 104&STORY www story 05 08 2007 0004583482 title Sun s May 8th announcement of source code for JDK ref noinclude Sun contributed the source code to the OpenJDK . JDK contents The JDK has as its primary components a collection of programming tools, including java &ndash the Loader computing loader for Java applications. This tool is an interpreter and can interpret the class files generated by the javac compiler. Now a single launcher is used for both development and deployment. The old deployment launcher, jre, As of 2009 alt no longer comes with Sun JDK, and instead it has been replaced by this new java loader. javac &ndash the compiler , which converts source code into Java bytecode AppletViewer appletviewer &ndash this tool can be used to run and debug Java applets without a web browser apt &ndash the Metadata facility for Java annotation processing tool http download.oracle.com javase 1.5.0 ... more details
Infobox software name Java Media Framework logo screenshot Image jmstudio screenshot.png 200px JMStudio application caption JMF s simple JMStudio application playing a QuickTime movie developer Sun Microsystems latest release version 2.1.1e latest release date release date 2003 5 23 latest preview version latest preview date operating system Cross platform programming language Java programming language Java genre Library computing Library for multimedia license website http java.sun.com products java media jmf The Java Media Framework JMF is a Java Library computing library that enables audio, video and other time based media to be added to Java programming language Java applications and applets. This optional package, which can capture, play, stream, and transcode multiple File format media formats , extends the Java Platform, Standard Edition Java SE and allows development of cross platform multimedia applications. Versions and licensing An initial, playback only version of JMF was developed by Sun Microsystems , Silicon Graphics , and Intel , and released as JMF 1.0 in 1997. JMF 2.0, developed by Sun and IBM , came out in 1999 and added capture, streaming, pluggable codec s, and transcoding. JMF is branded as part of Sun s Desktop technology of J2SE opposed to the Java server side and client side application frameworks. The notable exceptions are Java applet s and Java Web Start , which have access to the full JMF in the web browser s or appletviewer s underlying JRE. ref name JMF FAQ http java.sun.com products java media jmf reference faqs index.html JMF FAQ ref ref http java.sun.com javase technologies desktop media jmf Java Media Framework API ref JMF 2.0 originally shipped with an MP3 decoder and encoder. This was removed in 2002, and a new MP3 playback only plug in was posted in 2004. JMF binaries are available under a custom license, and the source is available under the Sun Community Source Licensing SCSL . The current version ships with four JAR file form ... more details
JVM , or in Sun Microsystems Sun s AppletViewer , a stand alone tool for testing applets. Java applets ... Java SE development environment. All one has to do after that is re test the applet in the AppletViewer ... more details