msmith-techempower 1ea1090603 First stab at removing install.sh files 10 years ago
..
activeweb f4dca239f5 Move java.sh to java7.sh 10 years ago
curacao f4dca239f5 Move java.sh to java7.sh 10 years ago
dropwizard f4dca239f5 Move java.sh to java7.sh 10 years ago
dropwizard-mongodb f4dca239f5 Move java.sh to java7.sh 10 years ago
gemini 1ea1090603 First stab at removing install.sh files 10 years ago
grizzly-bm f4dca239f5 Move java.sh to java7.sh 10 years ago
grizzly-jersey f4dca239f5 Move java.sh to java7.sh 10 years ago
jetty-servlet f4dca239f5 Move java.sh to java7.sh 10 years ago
netty f4dca239f5 Move java.sh to java7.sh 10 years ago
ninja-standalone f4dca239f5 Move java.sh to java7.sh 10 years ago
play1 f4dca239f5 Move java.sh to java7.sh 10 years ago
play1siena f4dca239f5 Move java.sh to java7.sh 10 years ago
play2-java f4dca239f5 Move java.sh to java7.sh 10 years ago
restexpress f4dca239f5 Move java.sh to java7.sh 10 years ago
sabina 302f740bc6 Setup Java environment variables in central location 10 years ago
servlet f4dca239f5 Move java.sh to java7.sh 10 years ago
servlet3-cass 302f740bc6 Setup Java environment variables in central location 10 years ago
spark f4dca239f5 Move java.sh to java7.sh 10 years ago
spring f4dca239f5 Move java.sh to java7.sh 10 years ago
tapestry f4dca239f5 Move java.sh to java7.sh 10 years ago
undertow f4dca239f5 Move java.sh to java7.sh 10 years ago
undertow-edge f4dca239f5 Move java.sh to java7.sh 10 years ago
vertx f4dca239f5 Move java.sh to java7.sh 10 years ago
wicket f4dca239f5 Move java.sh to java7.sh 10 years ago
wildfly-ee7 f4dca239f5 Move java.sh to java7.sh 10 years ago
README.md 3163630af8 remove references to bash_profile.sh in documentation and setup files 10 years ago

README.md

Installation and Bash Configuration

In order to declare that your framework requires Java, you should have an install.sh that contains at least

#!/bin/bash

fw_depends java

This installs the OpenJDK 7 JVM.

Frameworks can also choose to install Oracle Java 8 JVM by declaring a dependency on "java8" instead of java. In order to use Java 8 JVM frameworks need to add the following line in their "setup.sh" file:

export JAVA_HOME=/opt/java8