MTD fc22b03efa upgraded to version 0.8.10 há 10 anos atrás
..
activeweb 7b1ac83eef Added a bunch more tests há 10 anos atrás
curacao 6fe0f30283 Merge branch 'master' into remove-install-scripts há 10 anos atrás
dropwizard 0abeb33881 Merge branch 'master' into remove-install-scripts há 10 anos atrás
gemini b005225889 Added back PATH and using it há 10 anos atrás
grizzly-bm 7b1ac83eef Added a bunch more tests há 10 anos atrás
grizzly-jersey 0abeb33881 Merge branch 'master' into remove-install-scripts há 10 anos atrás
jawn fc22b03efa upgraded to version 0.8.10 há 10 anos atrás
jetty 0abeb33881 Merge branch 'master' into remove-install-scripts há 10 anos atrás
jetty-servlet 0ab5d1cc2a More fixes for travis há 10 anos atrás
jooby cf0872e6ca Jooby benchmark há 10 anos atrás
mangooio 9923de5077 Fixing a lot of production-only issues há 10 anos atrás
netty f909cffb38 Merge pull request #1717 from lneves/master há 10 anos atrás
ninja-standalone 7b1ac83eef Added a bunch more tests há 10 anos atrás
play1 7b1ac83eef Added a bunch more tests há 10 anos atrás
play1siena 7b1ac83eef Added a bunch more tests há 10 anos atrás
play2-java 1bdf97a8d7 Merge pull request #1741 from donovanmuller/master há 10 anos atrás
rapidoid 0abeb33881 Merge branch 'master' into remove-install-scripts há 10 anos atrás
restexpress bc30d4b787 Added more support to the suite há 10 anos atrás
sabina e34a35704f fix warnings for sabina há 10 anos atrás
servlet eb3af71648 Finished updating the java tests há 10 anos atrás
servlet-dsl 0abeb33881 Merge branch 'master' into remove-install-scripts há 10 anos atrás
servlet3-cass eb3af71648 Finished updating the java tests há 10 anos atrás
spark eb3af71648 Finished updating the java tests há 10 anos atrás
spring eb3af71648 Finished updating the java tests há 10 anos atrás
tapestry eb3af71648 Finished updating the java tests há 10 anos atrás
undertow 0abeb33881 Merge branch 'master' into remove-install-scripts há 10 anos atrás
undertow-edge acac7e9250 Fixing a lot more production-only bugs há 10 anos atrás
vertx 7d83c12141 removed deprecated file install.sh há 10 anos atrás
wicket 7729dd4204 Merge branch 'master' into remove-install-scripts há 10 anos atrás
wildfly-ee7 eb3af71648 Finished updating the java tests há 10 anos atrás
README.md 5dcaef2851 Update Java Readme há 10 anos atrás

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