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"

(Minimal Install)
Line 4: Line 4:
  
 
__TOC__
 
__TOC__
 
=== Minimal Install ===
 
  
 
The following structure is what is contained in the eclipselink[-incubation]_1.0.zip
 
The following structure is what is contained in the eclipselink[-incubation]_1.0.zip
Line 13: Line 11:
 
: license.html
 
: license.html
 
: readme.html
 
: readme.html
 +
: eclipselink-javadocs.zip
 
: /jlib
 
: /jlib
 
:: eclipselink.jar
 
:: eclipselink.jar
Line 34: Line 33:
 
:: sdo-compiler.cmd
 
:: sdo-compiler.cmd
 
:: sdo-compiler.sh
 
:: sdo-compiler.sh
 
=== Full Install with Utilities===
 
 
The following file and folders will only be available in the full download.
 
 
: eclipselink-javadocs.zip
 
 
: /utils
 
: /utils
 
::/workbench
 
::/workbench

Revision as of 21:02, 10 June 2008

EclipseLink Install Layout

The following is the layout for the EclipseLink 1.0 downloads.

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

/
about.html
license.html
readme.html
eclipselink-javadocs.zip
/jlib
eclipselink.jar
eclipselink-src.zip
/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.sh
sdo-compiler.cmd
sdo-compiler.sh
/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