msmith-techempower 3ec1a2bd28 Fixed a bug with restexpress 10 years ago
..
activeweb 6e232d6071 Fixed up most of the Java frameworks 10 years ago
curacao 6e232d6071 Fixed up most of the Java frameworks 10 years ago
dropwizard 6e232d6071 Fixed up most of the Java frameworks 10 years ago
dropwizard-mongodb 6e232d6071 Fixed up most of the Java frameworks 10 years ago
gemini 6e232d6071 Fixed up most of the Java frameworks 10 years ago
grizzly-bm 6e232d6071 Fixed up most of the Java frameworks 10 years ago
grizzly-jersey 6e232d6071 Fixed up most of the Java frameworks 10 years ago
jetty-servlet 6e232d6071 Fixed up most of the Java frameworks 10 years ago
netty 6e232d6071 Fixed up most of the Java frameworks 10 years ago
ninja-standalone 6e232d6071 Fixed up most of the Java frameworks 10 years ago
play1 6e232d6071 Fixed up most of the Java frameworks 10 years ago
play1siena 6e232d6071 Fixed up most of the Java frameworks 10 years ago
play2-java 80dc9024ca Fixed a LOT of the broken stuff I did 10 years ago
restexpress 3ec1a2bd28 Fixed a bug with restexpress 10 years ago
servlet 6e232d6071 Fixed up most of the Java frameworks 10 years ago
servlet3-cass 80dc9024ca Fixed a LOT of the broken stuff I did 10 years ago
spark 6e232d6071 Fixed up most of the Java frameworks 10 years ago
spring 6e232d6071 Fixed up most of the Java frameworks 10 years ago
tapestry 6e232d6071 Fixed up most of the Java frameworks 10 years ago
undertow 6e232d6071 Fixed up most of the Java frameworks 10 years ago
undertow-edge 6e232d6071 Fixed up most of the Java frameworks 10 years ago
vertx 6e232d6071 Fixed up most of the Java frameworks 10 years ago
wicket 6e232d6071 Fixed up most of the Java frameworks 10 years ago
wildfly-ee7 6e232d6071 Fixed up most of the Java frameworks 10 years ago
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 11 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 "bash_profile.sh" file:

export JAVA_HOME=/opt/java8