/**
*
* SD_EXPERT v1.0 - Application based on expert system for solid dispersion dissolution profile predictions
Copyright (C) 2017 Jakub Szlęk
Solid dispersion expert system
Authors:
Jakub Szlęk, Aleksander Mendyk, Miłosz Polak
Affiliation:
Jagiellonian University Medical College,
Faculty of Pharmacy,
Department of Pharmaceucial Technology and Biopharmaceutics,
Medyczna 9 st.,
30-688 Kraków
Poland
Bugs, issues, please e-mail to maintainer
Jakub Szlęk: j.szlek@uj.edu.pl
Copyright (C) 2017 Jakub Szlęk
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see <http://www.gnu.org/licenses/>.
This application incorporates work covered by the following copyright and permission notice:
Copyright (c), 2009-2012, Milosz Polak , Weka interpreter public API use instead Interpreter class,
e-mail: milosz.polak@uj.edu.pl
Copyright (c) 2009-2012, Aleksander Mendyk, ann.interpreter, e-mail: mfmendyk@cyf-kr.edu.pl
Copyright (c), 2002-2012, University of Waikato, Hamilton, New Zealand, Alex Seewald
(original Commnd-line primer), David Scuse (original Experimenter tutorial), e-mail: mhall@cs.waikato.ac.nz
The H2O.ai Team. (2017) h2o: R Interface for H2O. R package version 3.16.0.1. http://www.h2o.ai.
Shared libraries: apache-commons-lang.jar, cup-11a.jar, jcommon-1.0.23.jar, jfreechart-1.0.19.jar, jfreechart-1.0.19-swt.jar, h20-genmodel.jar
========================
BUILD OUTPUT DESCRIPTION
========================
When you build an Java application project that has a main class, the IDE
automatically copies all of the JAR
files on the projects classpath to your projects dist/lib folder. The IDE
also adds each of the JAR files to the Class-Path element in the application
JAR files manifest file (MANIFEST.MF).
TO RUN THE APPLICATION from the command line, go to the dist folder and
type the following:
java -jar "SD_EXPERT.jar"
To distribute this project, zip up the dist folder (including the lib folder)
and distribute the ZIP file.
Notes:
* If two JAR files on the project classpath have the same name, only the first
JAR file is copied to the lib folder.
* Only JAR files are copied to the lib folder.
If the classpath contains other types of files or folders, these files (folders)
are not copied.
* If a library on the projects classpath also has a Class-Path element
specified in the manifest,the content of the Class-Path element has to be on
the projects runtime path.
* To set a main class in a standard Java project, right-click the project node
in the Projects window and choose Properties. Then click Run and enter the
class name in the Main Class field. Alternatively, you can manually type the
class name in the manifest Main-Class element.