https://github.com/rwbl/look4how-b4j-version
Knowledge Management Application organized by themes with items categories and related memos
https://github.com/rwbl/look4how-b4j-version
b4j b4x
Last synced: 4 months ago
JSON representation
Knowledge Management Application organized by themes with items categories and related memos
- Host: GitHub
- URL: https://github.com/rwbl/look4how-b4j-version
- Owner: rwbl
- License: gpl-3.0
- Created: 2019-03-11T08:28:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T08:14:00.000Z (about 7 years ago)
- Last Synced: 2025-07-22T02:53:24.457Z (11 months ago)
- Topics: b4j, b4x
- Homepage:
- Size: 9.25 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Look4How (B4J version)
***Look4How*** is a Knowledge Management Application to store & retrieve, from a database, information for a topic which is organized by themes with items, being categories and related memos. The items are sorted alphabetically.
Look4How has been developed for personal use but open to share the source code.
The application is developed with [B4J](http://https://www.b4x.com/b4j.html).
For those interested, the B4J source code is included for Look4How (Look4How094.zip) and the Look4How uploader (Look4HowUploader102.zip) = a lot to explore (enjoy).
The B4JHowTo database is part of the master. Load into Look4How via File > Open.
## Java License
The application has been created for **personal use** only. If planned for commercial use, ensure to comply to the [Oracle JDK License Agreement](https://www.oracle.com/technetwork/java/javase/terms/license/javase-license.html).
***Note***
Status Dec 2018: This application is not developed further as decided to create a new version based on [Lazarus](https://www.lazarus-ide.org/).

### Get Started
Steps to install the Look4How Zip package for Windows (tested with Windows 10).
1. Unzip Look4How.zip to a folder of choice, i.e. Look4How.
Following files are extracted:
* Look4How.jar – Core application.
* Look4How.pdf – Help file.
* Look4HowUploader.jar – Tool to upload theme files.
2. Check Java Runtime Environment
To run Look4How, the Java JRE must be installed. Recommended is ***Java 8***.
Check installed Java version, run from the command line: ***java –version***. Result,i.e. _java version "1.8.0_192"_.
3. Start Look4How
From the command line run command (Java must be on the path): ***java –jar look4how.jar***
or
double click on the Windows Explorer with ***Look4How.jar*** selected.
While starting, Look4How creates additional files and the export folder.
The main screen appears, in full screen mode first time, with the status information, that no themes are defined for the default database “Look4How.l4h”.
More information in the Help file.
### License
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/ .