victor 460f140b74 Updating vert.x to the latest release 2.1.5 hace 10 años
..
activeweb f4dca239f5 Move java.sh to java7.sh hace 10 años
curacao f4dca239f5 Move java.sh to java7.sh hace 10 años
dropwizard f4dca239f5 Move java.sh to java7.sh hace 10 años
dropwizard-mongodb f4dca239f5 Move java.sh to java7.sh hace 10 años
gemini f4dca239f5 Move java.sh to java7.sh hace 10 años
grizzly-bm f4dca239f5 Move java.sh to java7.sh hace 10 años
grizzly-jersey f4dca239f5 Move java.sh to java7.sh hace 10 años
jetty-servlet f4dca239f5 Move java.sh to java7.sh hace 10 años
netty f4dca239f5 Move java.sh to java7.sh hace 10 años
ninja-standalone f4dca239f5 Move java.sh to java7.sh hace 10 años
play1 f4dca239f5 Move java.sh to java7.sh hace 10 años
play1siena f4dca239f5 Move java.sh to java7.sh hace 10 años
play2-java f4dca239f5 Move java.sh to java7.sh hace 10 años
restexpress f4dca239f5 Move java.sh to java7.sh hace 10 años
sabina 302f740bc6 Setup Java environment variables in central location hace 10 años
servlet f4dca239f5 Move java.sh to java7.sh hace 10 años
servlet3-cass 302f740bc6 Setup Java environment variables in central location hace 10 años
spark f4dca239f5 Move java.sh to java7.sh hace 10 años
spring f4dca239f5 Move java.sh to java7.sh hace 10 años
tapestry f4dca239f5 Move java.sh to java7.sh hace 10 años
undertow f4dca239f5 Move java.sh to java7.sh hace 10 años
undertow-edge f4dca239f5 Move java.sh to java7.sh hace 10 años
vertx 460f140b74 Updating vert.x to the latest release 2.1.5 hace 10 años
wicket f4dca239f5 Move java.sh to java7.sh hace 10 años
wildfly-ee7 f4dca239f5 Move java.sh to java7.sh hace 10 años
README.md 5dcaef2851 Update Java Readme hace 10 años

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