Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 509 Bytes

File metadata and controls

32 lines (21 loc) · 509 Bytes

test-java9-jpa

Project to test integration of java9 and hibernate/jpa

pre requisites

Install a Java Early Access Release. You have basically two options:

  • Download the JDK manually:

JDK 9 Early Access with Project Jigsaw

  • Use a package manager (ubuntu):
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java9-installer

usage

run the bash script

./build.sh

or runt the ant script

ant