Hamilton Turner f4dca239f5 Move java.sh to java7.sh il y a 10 ans
..
activeweb f4dca239f5 Move java.sh to java7.sh il y a 10 ans
curacao f4dca239f5 Move java.sh to java7.sh il y a 10 ans
dropwizard f4dca239f5 Move java.sh to java7.sh il y a 10 ans
dropwizard-mongodb f4dca239f5 Move java.sh to java7.sh il y a 10 ans
gemini f4dca239f5 Move java.sh to java7.sh il y a 10 ans
grizzly-bm f4dca239f5 Move java.sh to java7.sh il y a 10 ans
grizzly-jersey f4dca239f5 Move java.sh to java7.sh il y a 10 ans
jetty-servlet f4dca239f5 Move java.sh to java7.sh il y a 10 ans
netty f4dca239f5 Move java.sh to java7.sh il y a 10 ans
ninja-standalone f4dca239f5 Move java.sh to java7.sh il y a 10 ans
play1 f4dca239f5 Move java.sh to java7.sh il y a 10 ans
play1siena f4dca239f5 Move java.sh to java7.sh il y a 10 ans
play2-java f4dca239f5 Move java.sh to java7.sh il y a 10 ans
restexpress f4dca239f5 Move java.sh to java7.sh il y a 10 ans
sabina 302f740bc6 Setup Java environment variables in central location il y a 10 ans
servlet f4dca239f5 Move java.sh to java7.sh il y a 10 ans
servlet3-cass 302f740bc6 Setup Java environment variables in central location il y a 10 ans
spark f4dca239f5 Move java.sh to java7.sh il y a 10 ans
spring f4dca239f5 Move java.sh to java7.sh il y a 10 ans
tapestry f4dca239f5 Move java.sh to java7.sh il y a 10 ans
undertow f4dca239f5 Move java.sh to java7.sh il y a 10 ans
undertow-edge f4dca239f5 Move java.sh to java7.sh il y a 10 ans
vertx f4dca239f5 Move java.sh to java7.sh il y a 10 ans
wicket f4dca239f5 Move java.sh to java7.sh il y a 10 ans
wildfly-ee7 f4dca239f5 Move java.sh to java7.sh il y a 10 ans
README.md 3163630af8 remove references to bash_profile.sh in documentation and setup files il y a 10 ans

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