Rich Dougherty 31b55efa98 Fix up Play 2 Activate and ReactiveMongo tests 11 years ago
..
activeweb c02f6adf97 remove bash_profile.sh from activeweb 10 years ago
curacao c7d7b0c944 Upgrading library to Jetty 9.2.9.v20150224 and Curacao 2.9-M1 10 years ago
dropwizard 93a1f30e4a Stop treating frameworks as python modules 10 years ago
dropwizard-mongodb 93a1f30e4a Stop treating frameworks as python modules 10 years ago
gemini f534d64531 remove bash_profile.sh from gemini 10 years ago
grizzly-bm 93a1f30e4a Stop treating frameworks as python modules 10 years ago
grizzly-jersey 150cf1a5b3 Avoid creating multiple statements 10 years ago
jetty-servlet 93a1f30e4a Stop treating frameworks as python modules 10 years ago
netty 2f9b2ea9f6 use the final release instead of the snapshot 10 years ago
ninja-standalone ba8182e2ba Merge pull request #1236 from zloster/ninja-java-random 10 years ago
play1 108d583d0a remove bash_profile.sh from play1 10 years ago
play1siena f0cc7f6c22 remove bash_profile.sh from play1siena 10 years ago
play2-java 31b55efa98 Fix up Play 2 Activate and ReactiveMongo tests 10 years ago
restexpress 93a1f30e4a Stop treating frameworks as python modules 10 years ago
sabina 9a01be200e fix(sabina): ignore tests 10 years ago
servlet 496dd469ab remove bash_profile.sh from servlet 10 years ago
servlet3-cass c13cd4404f remove bash_profile.sh from serlet3-cass 10 years ago
spark 6f454e3fa4 remove bash_profile.sh from spark 10 years ago
spring 652d0ff5e4 Add Undertow Customizer 10 years ago
tapestry 12f8b3193a remove bash_profile.sh from tapestry 10 years ago
undertow 7aa7ef5058 Statements close result sets, so can't be reused when declared in "try with resource" fashion 10 years ago
undertow-edge 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump 10 years ago
vertx 93a1f30e4a Stop treating frameworks as python modules 10 years ago
wicket 83c479eeaf remove bash_profile.sh from wicket 10 years ago
wildfly-ee7 ff182a0bc5 Merge pull request #1460 from stuartwdouglas/master 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