Skip to content

Simple experimental Java program examples

License

Notifications You must be signed in to change notification settings

tekrei/JavaExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d994ea9 · Dec 31, 2024

History

48 Commits
Feb 12, 2022
Feb 12, 2022
Feb 12, 2022
Dec 31, 2024
Dec 24, 2024
Dec 31, 2024
Feb 12, 2022
Jul 5, 2024
Feb 12, 2022
Dec 24, 2024
Feb 12, 2022
Dec 24, 2024
Feb 12, 2022
Feb 12, 2022
Feb 12, 2022
Feb 12, 2022
Mar 28, 2016
Jul 5, 2024
Dec 24, 2024
Aug 20, 2017

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.