public class Main extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
MAC_OS_X |
static int |
randomInteger
Generate a random integer number between 0 and 100
This is used to verify if the RMI client is in the same
process as the RMI server.
|
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static int |
getRemoteGUIPort() |
static boolean |
isFixedClient() |
static void |
LaunchDicoogle() |
static boolean |
LaunchWebApplication() |
static void |
main(java.lang.String[] args)
Starts the graphical user interface for Dicoogle
|
public static boolean MAC_OS_X
public static int randomInteger
public Main()
public static void main(java.lang.String[] args)
args
- the command line argumentspublic static boolean LaunchWebApplication()
public static void LaunchDicoogle()
public static boolean isFixedClient()
public static int getRemoteGUIPort()