Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Install"

(New page: == EclipseLink Install Layout == The following is the layout for the EclipseLink 1.0 download (zip). *# / **# /jlib ***# eclipselink.jar ***# /jpa/java.persistence_1.0.0.jar ***# /moxy *...)
 
Line 1: Line 1:
 
== EclipseLink Install Layout ==
 
== EclipseLink Install Layout ==
  
The following is the layout for the EclipseLink 1.0 download (zip).
+
The following is the layout for the EclipseLink 1.0 downloads.
  
*# /
+
__TOC__
**# /jlib
+
***# eclipselink.jar
+
***# /jpa/java.persistence_1.0.0.jar
+
***# /moxy
+
****# javax.activation_1.1.0.jar
+
****# javax.mail_1.4.0.jar
+
****# javax.xml.bind_2.0.0.jar
+
****# javax.xml.stream_1.0.0.jar
+
****# jaxb-impl.jar
+
****# jxb-xjc.jar
+
***# /sdo/commonj.sdo_2.1.0.jar
+
**# /bin
+
***# setenv.cmd
+
***# setenv.sh
+
***# jaxb-compiler.cmd
+
***# jaxb-compiler.sf
+
***# sdo-compiler.cmd
+
***# sdo-compiler.sh
+
  
=== Utilities ===
+
=== Minimal Install ===
  
The following file and folders will only be available in the full download.
+
The following structure is what is contained in the eclipselink[-incubation]_1.0.zip
  
**# eclipselink-javadocs.zip
+
*: /
 +
*: about.html
 +
*: license.html
 +
*: readme.html
 +
**: /jlib
 +
***: eclipselink.jar
 +
***: /jpa/java.persistence_1.0.0.jar
 +
***: /moxy
 +
****: javax.activation_1.1.0.jar
 +
****: javax.mail_1.4.0.jar
 +
****: javax.xml.bind_2.0.0.jar
 +
****: javax.xml.stream_1.0.0.jar
 +
****: jaxb-impl.jar
 +
****: jxb-xjc.jar
 +
***: /sdo/commonj.sdo_2.1.0.jar
 +
**: /bin
 +
***: setenv.cmd
 +
***: setenv.sh
 +
***: jaxb-compiler.cmd
 +
***: jaxb-compiler.sf
 +
***: sdo-compiler.cmd
 +
***: sdo-compiler.sh
  
**# /utils
+
=== Full Install with Utilities===
***#/workbench
+
****# readme.html
+
****# /bin
+
****# /jlib
+
  
==== Renamer Util ====
+
The following file and folders will only be available in the full download.
  
***# /renamer
+
**: eclipselink-javadocs.zip
****# readme.html
+
**: /utils
****# /bin
+
***:/workbench
****# /jlib
+
****: readme.html
 +
****: /bin
 +
*****: workbench.cmd
 +
*****: workbench.sh
 +
****: /jlib
 +
*****: connector.jar
 +
*****: eclipselinkmw.jar
 +
*****: elmwcore.jar
 +
*****: xercesImpl.jar
 +
****: /config
 +
*****: platforms.dpr
 +
*****: workbench.ico
 +
*****: /platforms
 +
******: *.xml (22 database platform xml files)
 +
***: /rename
 +
****: readme.html
 +
****: packageRename.cmd
 +
****: packageRename.sh
 +
****: package-rename.jar
 +
****: package-rename.properties

Revision as of 10:49, 10 June 2008

EclipseLink Install Layout

The following is the layout for the EclipseLink 1.0 downloads.

Minimal Install

The following structure is what is contained in the eclipselink[-incubation]_1.0.zip

  • /
    about.html
    license.html
    readme.html
    • /jlib
      • eclipselink.jar
        /jpa/java.persistence_1.0.0.jar
        /moxy
        • javax.activation_1.1.0.jar
          javax.mail_1.4.0.jar
          javax.xml.bind_2.0.0.jar
          javax.xml.stream_1.0.0.jar
          jaxb-impl.jar
          jxb-xjc.jar
        /sdo/commonj.sdo_2.1.0.jar
      /bin
      • setenv.cmd
        setenv.sh
        jaxb-compiler.cmd
        jaxb-compiler.sf
        sdo-compiler.cmd
        sdo-compiler.sh

Full Install with Utilities

The following file and folders will only be available in the full download.

    • eclipselink-javadocs.zip
      /utils
      • /workbench
        • readme.html
          /bin
          • workbench.cmd
            workbench.sh
          /jlib
          • connector.jar
            eclipselinkmw.jar
            elmwcore.jar
            xercesImpl.jar
          /config
          • platforms.dpr
            workbench.ico
            /platforms
            • *.xml (22 database platform xml files)
        /rename
        • readme.html
          packageRename.cmd
          packageRename.sh
          package-rename.jar
          package-rename.properties

Back to the top