marko asplund 79e6041841 update Resin paths for v4.0.41 11 年之前
..
activeweb 79e6041841 update Resin paths for v4.0.41 11 年之前
curacao abb24a7a47 Updating README.md with reference to the correct Curacao version 11 年之前
dropwizard a583e87d19 Moving Java frameworks 11 年之前
dropwizard-mongodb 70693e2fba Moving remaining frameworks 11 年之前
gemini 79e6041841 update Resin paths for v4.0.41 11 年之前
grizzly-bm a583e87d19 Moving Java frameworks 11 年之前
grizzly-jersey a583e87d19 Moving Java frameworks 11 年之前
jetty-servlet a583e87d19 Moving Java frameworks 11 年之前
netty 8122bfa75f update netty to version 4.0.23 and jackson to version 2.4.2 11 年之前
ninja-standalone ca57047c28 removed ninja-resin. 11 年之前
play1 70693e2fba Moving remaining frameworks 11 年之前
play1siena 70693e2fba Moving remaining frameworks 11 年之前
play2-java 5f3dd9658a Updated to Play 2.3.4 11 年之前
restexpress a583e87d19 Moving Java frameworks 11 年之前
servlet 79e6041841 update Resin paths for v4.0.41 11 年之前
servlet3-cass 79e6041841 update Resin paths for v4.0.41 11 年之前
spark 79e6041841 update Resin paths for v4.0.41 11 年之前
spring a583e87d19 Moving Java frameworks 11 年之前
tapestry 79e6041841 update Resin paths for v4.0.41 11 年之前
undertow a583e87d19 Moving Java frameworks 11 年之前
undertow-edge 70693e2fba Moving remaining frameworks 11 年之前
vertx a583e87d19 Moving Java frameworks 11 年之前
wicket 79e6041841 update Resin paths for v4.0.41 11 年之前
wildfly-ee7 70693e2fba Moving remaining frameworks 11 年之前
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 11 年之前

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