Class ExoTools
java.lang.Object
org.exoplatform.distributions.tools.ExoTools
Main class for the exo-tools JAR.
This library is used by the startup scripts to configure the environment (JVM) according to system parameters. The exo-tools.jar is present at the following path:
This library is used by the startup scripts to configure the environment (JVM) according to system parameters. The exo-tools.jar is present at the following path:
- PLF Tomcat: $CATALINA_HOME/bin/exo-tools.jar
- PLF JBoss: $JBOSS_HOME/bin/exo-tools.jar
-
Field Details
-
systemJavaVersion
Java Version from the system -
CMD_JAVA_8
- See Also:
-
CMD_JAVA_8_OR_MORE
- See Also:
-
CMD_JAVA_9
- See Also:
-
CMD_JAVA_9_OR_MORE
- See Also:
-
CMD_JAVA_11
- See Also:
-
CMD_JAVA_11_OR_MORE
- See Also:
-
-
Constructor Details
-
ExoTools
public ExoTools()
-
-
Method Details
-
main
eXo Tools entrypoint.- Parameters:
args- the command to execute
-