|
hace 10 años | |
---|---|---|
.. | ||
activeweb | hace 10 años | |
curacao | hace 10 años | |
dropwizard | hace 10 años | |
dropwizard-mongodb | hace 10 años | |
gemini | hace 10 años | |
grizzly-bm | hace 10 años | |
grizzly-jersey | hace 10 años | |
jetty-servlet | hace 10 años | |
netty | hace 10 años | |
ninja-standalone | hace 10 años | |
play1 | hace 10 años | |
play1siena | hace 10 años | |
play2-java | hace 10 años | |
restexpress | hace 10 años | |
sabina | hace 10 años | |
servlet | hace 10 años | |
servlet3-cass | hace 10 años | |
spark | hace 10 años | |
spring | hace 10 años | |
tapestry | hace 10 años | |
undertow | hace 10 años | |
undertow-edge | hace 10 años | |
vertx | hace 10 años | |
wicket | hace 10 años | |
wildfly-ee7 | hace 10 años | |
README.md | hace 11 años |
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