msmith-techempower 0ab5d1cc2a More fixes for travis 10 years ago
..
activeweb 7b1ac83eef Added a bunch more tests 10 years ago
curacao 7b1ac83eef Added a bunch more tests 10 years ago
dropwizard 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
gemini b005225889 Added back PATH and using it 10 years ago
grizzly-bm 7b1ac83eef Added a bunch more tests 10 years ago
grizzly-jersey 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
jawn 75c850c671 Fixed SOOOO many things 10 years ago
jetty 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
jetty-servlet 0ab5d1cc2a More fixes for travis 10 years ago
mangooio 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
netty 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
ninja-standalone 7b1ac83eef Added a bunch more tests 10 years ago
play1 7b1ac83eef Added a bunch more tests 10 years ago
play1siena 7b1ac83eef Added a bunch more tests 10 years ago
play2-java 2fd1d353be Merge branch 'master' into remove-install-scripts 10 years ago
rapidoid 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
restexpress bc30d4b787 Added more support to the suite 10 years ago
sabina 0ab5d1cc2a More fixes for travis 10 years ago
servlet eb3af71648 Finished updating the java tests 10 years ago
servlet-dsl 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
servlet3-cass eb3af71648 Finished updating the java tests 10 years ago
spark eb3af71648 Finished updating the java tests 10 years ago
spring eb3af71648 Finished updating the java tests 10 years ago
tapestry eb3af71648 Finished updating the java tests 10 years ago
undertow 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
undertow-edge eb3af71648 Finished updating the java tests 10 years ago
vertx 2fd1d353be Merge branch 'master' into remove-install-scripts 10 years ago
wicket eb3af71648 Finished updating the java tests 10 years ago
wildfly-ee7 eb3af71648 Finished updating the java tests 10 years ago
README.md 5dcaef2851 Update Java Readme 10 years ago

README.md

Java Frameworks

The information below contains information specific to Java. For further guidance, review the documentation.

Infrastructure Software Versions

  • Java 7
  • Java 8

Adding a New Java Framework

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

Get Help

Java Experts

There aren't any experts listed, yet. If you're an expert, add yourself!

Interesting Links