Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.62 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.62 KB

Code-O-Share

Introduction

Code-O-Share provides simple and working examples that can be used for education

Be sure to read this entire document before you attempt to work with the Code-O-Share. It contains the following information:

Suggested Approach to the Code-O-Share

We suggest you approach the Code-O-Share as follows:

  • Regardless of your level of expertise, we suggest you start to understand the technologies involved to get how each example was implemented, configured and started correctly.

System Requirements

To run these Code-O-Share with the provided build scripts, you need the following:

  1. Java 1.6, to run Maven. You can choose from the following:

    • OpenJDK
    • Oracle Java SE
    • Oracle JRockit
  2. Maven 3.0.0 or newer, to build and deploy the examples

    • If you have not yet installed Maven, see the Maven Getting Started Guide for details.

    • If you have installed Maven, you can check the version by typing the following in a command line:

        mvn --version 
      
  3. Glassfish 4.0