Difference between revisions of "Statistical Algorithms Importer: Java Project FAQ"
From Gcube Wiki
(Created page with "{| align="right" ||__TOC__ |} F.A.Q. of Statistical Algorithms Importer (SAI), here are common mistakes we have found in Java Project. == Main Class == The first parameter...") |
(→Main Class) |
||
Line 7: | Line 7: | ||
== Main Class == | == Main Class == | ||
− | The first parameter of a Java process is the main class | + | The first parameter of a Java process is the main class that will be executed. Please note the full package name must be entered as default value, for example: |
*org.d4science.projectx.XClass | *org.d4science.projectx.XClass | ||
[[Category:Statistical Algorithms Importer]] | [[Category:Statistical Algorithms Importer]] |
Revision as of 18:05, 19 October 2017
Contents |
F.A.Q. of Statistical Algorithms Importer (SAI), here are common mistakes we have found in Java Project.
Main Class
The first parameter of a Java process is the main class that will be executed. Please note the full package name must be entered as default value, for example:
- org.d4science.projectx.XClass