Skip to content

Simple experimental Java program examples

License

Notifications You must be signed in to change notification settings

tekrei/JavaExamples

Repository files navigation

Java Examples

Simple experimental Java program examples

All projects are using maven.

It is possible to build executable JARs using the following command in project level:

mvn clean install

And run generated JAR file in target folder of CurrencyReader, BirIslem, Chat, DB2POJO, JDIP , Java3DExamples , Notepad, OnlineTranslator, Reflection, SimpleBrowser, ThreadSync, and xox projects (where main.class property is available in their pom.xml file.):

java -jar <project name>/target/<name of the JAR file>

LICENSE

All these programs are a free software: you can redistribute them and/or modify them 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 programs are 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.