Difference between revisions of "Java"

From Dietrich Blog (Strato)
Jump to: navigation, search
(New page: = Java = == Installation Java Runtime Environment 1.5.0_04 == * Definitive Software Library ID: '''JavaJRE''' * Installationsdatum: 09.09.2005 * Name: J2SE - Java 2 Standard Edition: JR...)
 
Line 4: Line 4:
 
* Installationsdatum: 09.09.2005
 
* Installationsdatum: 09.09.2005
 
* Name: J2SE - Java 2 Standard Edition:  JRE Java Runtime Environment
 
* Name: J2SE - Java 2 Standard Edition:  JRE Java Runtime Environment
* Hersteller/Quelle: Sun Microsystems [[http://java.sun.com/j2se/1.5.0/download.jsp|http://java.sun.com/j2se/1.5.0/download.jsp]]
+
* Hersteller/Quelle: Sun Microsystems [http://java.sun.com/j2se/1.5.0/download.jsp Sun]
 
* Installationsordner: d:\Programme\Java\jre1.5.0_04
 
* Installationsordner: d:\Programme\Java\jre1.5.0_04
 
* Test: java -version
 
* Test: java -version

Revision as of 11:09, 9 June 2007

Java

Installation Java Runtime Environment 1.5.0_04

  • Definitive Software Library ID: JavaJRE
  • Installationsdatum: 09.09.2005
  • Name: J2SE - Java 2 Standard Edition: JRE Java Runtime Environment
  • Hersteller/Quelle: Sun Microsystems Sun
  • Installationsordner: d:\Programme\Java\jre1.5.0_04
  • Test: java -version

Installation Java SDK 1.5.0_04

  • Definitive Software Library ID: JavaSDK
  • Installationsdatum: 09.09.2005
  • Name: J2SE - Java 2 Standard Edition: SDK Software Development Kit
  • Hersteller/Quelle: Sun Microsystems [[1]]
  • Installationsordner: d:\Programme\Java\j2sdk1.4.2_04
  • Environment-Variable: JAVA_HOME=d:\Programme\Java\jdk1.5.0_04
  • Environment-Variable: PATH= ....;d:\Programme\Java\jdk1.5.0_04\bin;...
  • Registration of JAR-Files: Open with = D:\Programme\Java\jdk1.5.0_04\bin\javaw.exe -jar "%1"
  • Test: java -version

Im Lieferumfang von Java 1.5 enthalten ist:

  • Xerces (ein JAXP-kompatibler XML-Parser für SAX und DOM)
  • Xalan (ein XSLT-Prozessor)
  • ...

Anwendungen, die Java benötigen

Anwendung Erläuterung
Ant BuildTool
DbVisualizer Datenbank-Frontend auf Basis von JDBC/ODBC
Eclipse IDE/Framework ....
JBoss WebApplications mit EJBs J2EE
jfeedreader RSS-Reader (experimentell)
LDAPBrowserEditor Browser und Editor für LDAP
Tomcat WebApplications mit JSP und Servlets
TvBrowser Fernsehprogramm
Xalan XSLT-Prozessor (z.B. für DocBook)

-- Main.DietrichKracht - 15 Feb 2004