resin-io/Hello-Java

Name: Hello-Java

Owner: Resin.io

Description: Hello Java in Resin.io

Created: 2014-10-06 16:29:00.0

Updated: 2017-07-19 17:16:12.0

Pushed: 2015-07-24 23:16:48.0

Homepage:

Size: 204

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Hello Java in Resin.io

Introduction

This project installs Oracle JDK 8 (JRE8 included) which allows you to execute Java applications on Resin.io.

This is a very simple project that is an example of how to run Java code on a Raspberry Pi.

You can build and deploy your code on the Raspberry Pi. Other JDK versions are also supported. When you install Java from these, it assumes acceptance of the Oracle license

Parts

The recipe for this project is as follows:

Resin.io Setup & Deployment
  1. If you haven't got a Resin.io account, visit dashboard.resin.io and sign up.
  2. Start a new applicaton on Resin.io download the .zip file, format the SD card in FAT32 and extract it to your SD card.
  3. Insert the SD card into the Raspberry Pi, power it up using the micro-usb cable and connect to the Internet.
  4. After about 10 minutes your new device should show up on your application dashboard.
  5. You can now clone the Hello.Java repo:

$ git clone https://github.com/resin-io/Hello-Java.git

Then add the resin remote:

$ git remote add resin git@git.resin.io:<myUserName>/<myApplicationName>.git

And finally push the code to your Raspberry Pi:

$ git push resin master

Now you can enjoy Java code on Resin.io.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.