# JavaOne-2014 **Repository Path**: mirrors_miho/JavaOne-2014 ## Basic Information - **Project Name**: JavaOne-2014 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JavaOne-2014 ============ ![](resources/img/j1-2014-01.png) ## How to Build It ### Requirements - Java >= 1.8 - Internet connection (dependencies are downloaded automatically) - IDE: [Gradle](http://www.gradle.org/) Plugin (not necessary for command line usage) ### IDE Open the `javaone2014` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with NetBeans 8) and build it by calling the `assemble` task. ### Command Line Navigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/javaone2014`) and enter the following command #### Bash (Linux/OS X/Cygwin/other Unix-like shell) sh gradlew assemble #### Windows (CMD) gradlew assemble ## How to Run It ### IDE Open the `javaone2014-conxxxx` [Gradle](http://www.gradle.org/) subproject in your favourite IDE (tested with NetBeans 8) and run it by calling the `run` task. ### Command Line Navigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/javaone2014`) and enter the following command #### Bash (Linux/OS X/Cygwin/other Unix-like shell) sh gradlew javaone2014-conxxxx:run #### Windows (CMD) gradlew javaone2014-conxxxx:run