|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.bootstrep.newbiolex.Main
public class Main
This class contains the main method. This class needs to be included in the project. If you want to run this application from the command line without Ant. You need to type java -jar "/netProjects/BLDB/dist/BLDB.jar"
******************
To run the jar you need to create the following folder structure:All the folders above have to be sub folder of the folder you run the command java -jar from.
| Constructor Summary | |
|---|---|
Main()
Void constructor: creates a new instance of Main Class |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The main method executes the following steps: The main method uses the following setting: args[0]="inFiles"; // Directory containing the input files args[1]="outFiles"; // Directory containing the output files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - the command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||