Difference between revisions of "Java"

From Dietrich Blog (Strato)
Jump to: navigation, search
(Anwendungen, die Java benötigen)
(Anwendungen, die Java benötigen)
Line 34: Line 34:
 
|-
 
|-
 
| [[Eclipse]] || IDE/Framework ....  
 
| [[Eclipse]] || IDE/Framework ....  
 +
|-
 +
| [[GCalDaemon]] || Google [[Synchronization]]
 
|-
 
|-
 
| [[JBoss]] || [[WebApplications]] mit EJBs J2EE   
 
| [[JBoss]] || [[WebApplications]] mit EJBs J2EE   
Line 47: Line 49:
 
| [[TV-Browser]] || Fernsehprogramm  
 
| [[TV-Browser]] || Fernsehprogramm  
 
|-
 
|-
| Xalan || XSLT-Prozessor (z.B. für DocBook)  
+
| Xalan || XSLT-Prozessor (z.B. für [[DocBook]])  
 
|}
 
|}
  
 
-- Main.DietrichKracht - 15 Feb 2004
 
-- Main.DietrichKracht - 15 Feb 2004

Revision as of 18:28, 19 February 2008

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 ....
GCalDaemon Google Synchronization
JBoss WebApplications mit EJBs J2EE
jfeedreader RSS-Reader (experimentell)
LDAPBrowserEditor Browser und Editor für LDAP
ProjectX MPEG-Tool
Tomcat WebApplications mit JSP und Servlets
TV-Browser Fernsehprogramm
Xalan XSLT-Prozessor (z.B. für DocBook)

-- Main.DietrichKracht - 15 Feb 2004