Statistical Algorithms Importer: Java Project FAQ
From Gcube Wiki
Revision as of 18:04, 19 October 2017 by Giancarlo.panichi (Talk | contribs) (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...")
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 to be executed. Please note the full package name must be entered as default value, for example:
- org.d4science.projectx.XClass