msmith-techempower 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
..
activeweb 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
curacao 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
dropwizard 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
dropwizard-mongodb 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
gemini 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
grizzly-bm 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
grizzly-jersey 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
jetty-servlet 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
netty 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
ninja-standalone 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
play1 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
play1siena 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
play2-java bfc96d39ab Removed old unused test 10 gadi atpakaļ
restexpress 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
servlet 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
servlet3-cass 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
spark 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
spring 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
tapestry 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
undertow 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
undertow-edge 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
vertx 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
wicket 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
wildfly-ee7 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 11 gadi atpakaļ

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